Skip to content

Commit 099e865

Browse files
chore: release 0.1.1 (#50)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated samples/pom.xml [ci skip] * updated google-cloud-pubsublite/pom.xml [ci skip] * updated grpc-google-cloud-pubsublite-v1/pom.xml [ci skip] * updated proto-google-cloud-pubsublite-v1/pom.xml [ci skip] * updated pubsublite-beam-io/pom.xml [ci skip] * updated samples/snapshot/pom.xml [ci skip] * updated samples/install-without-bom/pom.xml [ci skip] * updated samples/snippets/pom.xml [ci skip] * updated pom.xml [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2338e55 commit 099e865

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.1.1](https://www.github.com/googleapis/java-pubsublite/compare/v0.1.0...v0.1.1) (2020-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* bump shared config version to trigger a release ([#48](https://www.github.com/googleapis/java-pubsublite/issues/48)) ([7f2fdef](https://www.github.com/googleapis/java-pubsublite/commit/7f2fdef8993be75ede9962cae3c12fe4d459bd14))
9+
310
## 0.1.0 (2020-05-18)
411

512

google-cloud-pubsublite/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pubsublite</artifactId>
12-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
12+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1313
<packaging>jar</packaging>
1414
<name>Google Cloud Pub/Sub Lite</name>
1515
<url>https://github.com/googleapis/java-pubsublite</url>
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>com.google.api.grpc</groupId>
3737
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
38-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
38+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
43-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
43+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.flogger</groupId>

grpc-google-cloud-pubsublite-v1/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
7-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
88
<name>grpc-google-cloud-pubsublite-v1</name>
99
<description>GRPC library for grpc-google-cloud-pubsublite-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-pubsublite-parent</artifactId>
13-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
13+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>
1717
<dependency>
1818
<groupId>com.google.api.grpc</groupId>
1919
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
20-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
20+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
2121
</dependency>
2222
<dependency>
2323
<groupId>io.grpc</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-pubsublite-parent</artifactId>
11-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
11+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1212
<packaging>pom</packaging>
1313
<name>Google Cloud Pub/Sub Lite Parent</name>
1414
<url>https://github.com/googleapis/java-pubsublite</url>

proto-google-cloud-pubsublite-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
7-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
88
<name>proto-google-cloud-pubsublite-v1</name>
99
<description>PROTO library for proto-google-cloud-pubsublite-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-pubsublite-parent</artifactId>
13-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
13+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

pubsublite-beam-io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-pubsublite</artifactId>
21-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
21+
<version>0.1.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.code.findbugs</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-pubsublite</artifactId>
48-
<version>0.1.1-SNAPSHOT</version>
48+
<version>0.1.1</version>
4949
</dependency>
5050
<!-- {x-version-update-end} -->
5151
<dependency>

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-pubsublite:0.1.0:0.1.1-SNAPSHOT
4+
google-cloud-pubsublite:0.1.1:0.1.1

0 commit comments

Comments
 (0)