diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index a79f0627..a454a61e 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74 -# created: 2022-05-19T15:12:45.278246753Z + digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28 +# created: 2022-06-29T23:17:33.110417661Z diff --git a/.kokoro/common.sh b/.kokoro/common.sh index ace89f45..f8f957af 100644 --- a/.kokoro/common.sh +++ b/.kokoro/common.sh @@ -55,4 +55,6 @@ function retry_with_backoff { ## Helper functionss function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; } function msg() { println "$*" >&2; } -function println() { printf '%s\n' "$(now) $*"; } \ No newline at end of file +function println() { printf '%s\n' "$(now) $*"; } + +## Helper comment to trigger updated repo dependency release \ No newline at end of file diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh index 77dc4e8f..1dba8de1 100755 --- a/.kokoro/release/stage.sh +++ b/.kokoro/release/stage.sh @@ -32,6 +32,7 @@ retry_with_backoff 3 10 \ mvn clean deploy -B \ --settings ${MAVEN_SETTINGS_FILE} \ -DskipTests=true \ + -Dclirr.skip=true \ -DperformRelease=true \ -Dgpg.executable=gpg \ -Dgpg.passphrase=${GPG_PASSPHRASE} \ @@ -42,4 +43,4 @@ then mvn nexus-staging:release -B \ -DperformRelease=true \ --settings=settings.xml -fi \ No newline at end of file +fi diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3a2ae7..61431fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.3-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.2-alpha...v0.2.3-alpha) (2022-06-30) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-logging to v3.10.0 ([#166](https://github.com/googleapis/java-logging-servlet-initializer/issues/166)) ([e36a0cc](https://github.com/googleapis/java-logging-servlet-initializer/commit/e36a0cc4ce1974dc6b26a03c2e416d28f9b19d76)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#164](https://github.com/googleapis/java-logging-servlet-initializer/issues/164)) ([1ed0a49](https://github.com/googleapis/java-logging-servlet-initializer/commit/1ed0a490e6c7194331bdf1a15ce60dcca2a18ff9)) + ### [0.2.2-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.2.1-alpha...v0.2.2-alpha) (2022-05-25) diff --git a/pom.xml b/pom.xml index 934bae8b..a2b27786 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 google-cloud-logging-servlet-initializer - 0.2.2-alpha + 0.2.3-alpha jar Google Cloud Logging Servlet Container Initializer https://github.com/googleapis/java-logging-servlet-initializer @@ -30,10 +30,10 @@ 3.6 - 3.9.0 + 3.10.0 4.0.4 9.4.44.v20210927 - 9.0.63 + 9.0.64 2.2.7.Final 4.13.2 @@ -41,7 +41,7 @@ com.google.cloud google-cloud-shared-config - 1.4.0 + 1.5.0 @@ -81,7 +81,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.12.0 + 2.13.0 pom import diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 271116e0..14784438 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-servlet-initializer - 0.2.1-alpha + 0.2.2-alpha junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 20c2e28b..27c48546 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-servlet-initializer - 0.2.2-alpha + 0.2.3-alpha diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 98116853..2b3a5086 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-servlet-initializer - 0.2.1-alpha + 0.2.2-alpha diff --git a/versions.txt b/versions.txt index 0348c049..6df02448 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-servlet-initializer:0.2.2-alpha:0.2.2-alpha +google-cloud-logging-servlet-initializer:0.2.3-alpha:0.2.3-alpha