diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 5394109..426cf83 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:e3746f84955528d0fe24bf2e4df89875d6ce5a036af01b9c326d61a38838523a
+ digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml
index de737e9..912ed8b 100644
--- a/.github/workflows/samples.yaml
+++ b/.github/workflows/samples.yaml
@@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
+ distribution: zulu
java-version: 8
- name: Run checkstyle
run: mvn -P lint --quiet --batch-mode checkstyle:check
diff --git a/.kokoro/build.bat b/.kokoro/build.bat
index cc602c9..067cf4a 100644
--- a/.kokoro/build.bat
+++ b/.kokoro/build.bat
@@ -1,18 +1,18 @@
+:: Copyright 2022 Google LLC
+::
+:: Licensed under the Apache License, Version 2.0 (the "License");
+:: you may not use this file except in compliance with the License.
+:: You may obtain a copy of the License at
+::
+:: http://www.apache.org/licenses/LICENSE-2.0
+::
+:: Unless required by applicable law or agreed to in writing, software
+:: distributed under the License is distributed on an "AS IS" BASIS,
+:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+:: See the License for the specific language governing permissions and
+:: limitations under the License.
+:: Github action job to test core java library features on
+:: downstream client libraries before they are released.
:: See documentation in type-shell-output.bat
-# Copyright 2022 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# Github action job to test core java library features on
-# downstream client libraries before they are released.
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
diff --git a/.kokoro/nightly/integration.cfg b/.kokoro/nightly/integration.cfg
index e51c7b4..a2907a2 100644
--- a/.kokoro/nightly/integration.cfg
+++ b/.kokoro/nightly/integration.cfg
@@ -13,12 +13,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
- value: "gcloud-devel"
+ value: "java-docs-samples-testing"
}
env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
- value: "gcloud-devel"
+ value: "java-docs-samples-testing"
}
env_vars: {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc1f6d2..87a8d41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.0.3](https://github.com/googleapis/java-deploy/compare/v1.0.2...v1.0.3) (2022-03-29)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#100](https://github.com/googleapis/java-deploy/issues/100)) ([48934e1](https://github.com/googleapis/java-deploy/commit/48934e15ff0ea4c8c4b967dcc4fa80af149fb7cc))
+
### [1.0.2](https://github.com/googleapis/java-deploy/compare/v1.0.1...v1.0.2) (2022-03-02)
diff --git a/README.md b/README.md
index f5d755d..9fc13bf 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-deploy
- 1.0.1
+ 1.0.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-deploy:1.0.1'
+implementation 'com.google.cloud:google-cloud-deploy:1.0.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.0.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.0.2"
```
## Authentication
diff --git a/google-cloud-deploy-bom/pom.xml b/google-cloud-deploy-bom/pom.xml
index ac40d62..51df439 100644
--- a/google-cloud-deploy-bom/pom.xml
+++ b/google-cloud-deploy-bom/pom.xml
@@ -3,12 +3,12 @@
4.0.0
com.google.cloud
google-cloud-deploy-bom
- 1.0.2
+ 1.0.3
pom
com.google.cloud
google-cloud-shared-config
- 1.2.7
+ 1.3.2
Google Google CLoud Deploy BOM
@@ -65,17 +65,17 @@
com.google.cloud
google-cloud-deploy
- 1.0.2
+ 1.0.3
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
diff --git a/google-cloud-deploy/pom.xml b/google-cloud-deploy/pom.xml
index eb347e0..0d3d1e9 100644
--- a/google-cloud-deploy/pom.xml
+++ b/google-cloud-deploy/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-deploy
- 1.0.2
+ 1.0.3
jar
Google Google CLoud Deploy
https://github.com/googleapis/java-deploy
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-deploy-parent
- 1.0.2
+ 1.0.3
google-cloud-deploy
diff --git a/grpc-google-cloud-deploy-v1/pom.xml b/grpc-google-cloud-deploy-v1/pom.xml
index ea7bcfe..c1fc498 100644
--- a/grpc-google-cloud-deploy-v1/pom.xml
+++ b/grpc-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
grpc-google-cloud-deploy-v1
GRPC library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.0.2
+ 1.0.3
diff --git a/pom.xml b/pom.xml
index d1af085..774596f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-deploy-parent
pom
- 1.0.2
+ 1.0.3
Google Google CLoud Deploy Parent
https://github.com/googleapis/java-deploy
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.2.7
+ 1.3.2
@@ -69,23 +69,23 @@
com.google.cloud
google-cloud-deploy
- 1.0.2
+ 1.0.3
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
com.google.cloud
google-cloud-shared-dependencies
- 2.8.0
+ 2.9.0
pom
import
@@ -121,7 +121,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.2.1
+ 3.2.2
diff --git a/proto-google-cloud-deploy-v1/pom.xml b/proto-google-cloud-deploy-v1/pom.xml
index 323b73d..486bd2c 100644
--- a/proto-google-cloud-deploy-v1/pom.xml
+++ b/proto-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.0.2
+ 1.0.3
proto-google-cloud-deploy-v1
Proto library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.0.2
+ 1.0.3
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 6e381ed..0c2a964 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-deploy
- 0.1.4
+ 1.0.2
diff --git a/samples/pom.xml b/samples/pom.xml
index 76dec01..4020742 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -46,7 +46,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.11
+ 1.6.12
true
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 4148b1b..95e2970 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-deploy
- 0.1.4
+ 1.0.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 8dc14db..67e2721 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-deploy
- 0.1.4
+ 1.0.2
diff --git a/versions.txt b/versions.txt
index dae02fb..fa7f0a7 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-deploy:1.0.2:1.0.2
-grpc-google-cloud-deploy-v1:1.0.2:1.0.2
-proto-google-cloud-deploy-v1:1.0.2:1.0.2
+google-cloud-deploy:1.0.3:1.0.3
+grpc-google-cloud-deploy-v1:1.0.3:1.0.3
+proto-google-cloud-deploy-v1:1.0.3:1.0.3