Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit a9006f8

Browse files
1 parent 072f98d commit a9006f8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2020-03-30)
4+
5+
6+
### Features
7+
8+
* initial generation ([d4cec70](https://www.github.com/googleapis/java-shared-dependencies/commit/d4cec70fef2f22df1215e96793fe9f79b644d3b1))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.api:api-common to v1.9.0 ([#3](https://www.github.com/googleapis/java-shared-dependencies/issues/3)) ([4f6896a](https://www.github.com/googleapis/java-shared-dependencies/commit/4f6896ac883557ad2e61d0fc66567948ae6622d1))
14+
* update dependency org.threeten:threetenbp to v1.4.2 ([#4](https://www.github.com/googleapis/java-shared-dependencies/issues/4)) ([9446245](https://www.github.com/googleapis/java-shared-dependencies/commit/944624527027f4386d9e3ab82c64655998a17d7a))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
1414
<dependency>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-dependencies</artifactId>
17-
<version>0.0.0</version>
17+
<version>0.1.0</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shared-dependencies</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7+
<version>0.1.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
88
<name>Google Cloud Shared Dependencies</name>
99
<url>https://github.com/googleapis/java-shared-dependencies</url>
1010
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shared-dependencies:0.0.0:0.0.1-SNAPSHOT
4+
google-cloud-shared-dependencies:0.1.0:0.1.0

0 commit comments

Comments
 (0)