Skip to content

Commit

Permalink
chore(main): release 0.2.7-alpha (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 14, 2022
1 parent 1ba8ce6 commit 7f0a741
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.7-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.6-alpha...v0.2.7-alpha) (2022-09-12)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#193](https://github.com/googleapis/java-logging-servlet-initializer/issues/193)) ([3a3ce6e](https://github.com/googleapis/java-logging-servlet-initializer/commit/3a3ce6e66de499e349b0cdeef98a95bdd24c5586))

## [0.2.6-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.5-alpha...v0.2.6-alpha) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-servlet-initializer</artifactId>
<version>0.2.7-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-servlet-initializer:current} -->
<version>0.2.7-alpha</version><!-- {x-version-update:google-cloud-logging-servlet-initializer:current} -->
<packaging>jar</packaging>
<name>Google Cloud Logging Servlet Container Initializer</name>
<url>https://github.com/googleapis/java-logging-servlet-initializer</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
<version>0.2.6-alpha</version>
<version>0.2.5-alpha</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
<version>0.2.7-alpha-SNAPSHOT</version>
<version>0.2.7-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-servlet-initializer</artifactId>
<version>0.2.6-alpha</version>
<version>0.2.5-alpha</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-logging-servlet-initializer:0.2.6-alpha:0.2.7-alpha-SNAPSHOT
google-cloud-logging-servlet-initializer:0.2.7-alpha:0.2.7-alpha

0 comments on commit 7f0a741

Please sign in to comment.