Skip to content

Commit 78dbfd3

Browse files
chore(main): release 0.2.9-alpha (#229)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent db830ab commit 78dbfd3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.9-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.8-alpha...v0.2.9-alpha) (2022-09-28)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency google-auth to v2.12.0 ([#228](https://github.com/googleapis/java-logging-servlet-initializer/issues/228)) ([db830ab](https://github.com/googleapis/java-logging-servlet-initializer/commit/db830ab8f24eec3e82234ba40878f1adefd4affe))
9+
310
## [0.2.8-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.7-alpha...v0.2.8-alpha) (2022-09-27)
411

512

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
23-
<version>0.2.9-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-servlet-initializer:current} -->
23+
<version>0.2.9-alpha</version><!-- {x-version-update:google-cloud-logging-servlet-initializer:current} -->
2424
<packaging>jar</packaging>
2525
<name>Google Cloud Logging Servlet Container Initializer</name>
2626
<url>https://github.com/googleapis/java-logging-servlet-initializer</url>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
31-
<version>0.2.9-alpha-SNAPSHOT</version>
31+
<version>0.2.9-alpha</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

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

4-
google-cloud-logging-servlet-initializer:0.2.8-alpha:0.2.9-alpha-SNAPSHOT
4+
google-cloud-logging-servlet-initializer:0.2.9-alpha:0.2.9-alpha

0 commit comments

Comments
 (0)