From 3da2fecec670e0607e7ed767a9f78d72539115f8 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 12 Aug 2021 01:04:32 +0000
Subject: [PATCH 1/5] chore: release 0.2.2-SNAPSHOT (#55)
:robot: I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
google-cloud-binary-authorization-bom/pom.xml | 8 ++++----
google-cloud-binary-authorization/pom.xml | 4 ++--
grpc-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
versions.txt | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/google-cloud-binary-authorization-bom/pom.xml b/google-cloud-binary-authorization-bom/pom.xml
index 461e0c1c..f7d6c522 100644
--- a/google-cloud-binary-authorization-bom/pom.xml
+++ b/google-cloud-binary-authorization-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization-bom
- 0.2.1
+ 0.2.2-SNAPSHOT
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.1
+ 0.2.2-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
diff --git a/google-cloud-binary-authorization/pom.xml b/google-cloud-binary-authorization/pom.xml
index a61f01d3..0e8877ff 100644
--- a/google-cloud-binary-authorization/pom.xml
+++ b/google-cloud-binary-authorization/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization
- 0.2.1
+ 0.2.2-SNAPSHOT
jar
Google Binary Authorization
https://github.com/googleapis/java-binary-authorization
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.1
+ 0.2.2-SNAPSHOT
google-cloud-binary-authorization
diff --git a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
index 4dfc4fc7..7831e72f 100644
--- a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
grpc-google-cloud-binary-authorization-v1beta1
GRPC library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.1
+ 0.2.2-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 15d762d9..2e9f46c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
pom
- 0.2.1
+ 0.2.2-SNAPSHOT
Google Binary Authorization Parent
https://github.com/googleapis/java-binary-authorization
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.1
+ 0.2.2-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
diff --git a/proto-google-cloud-binary-authorization-v1beta1/pom.xml b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
index a2cddfee..031a45da 100644
--- a/proto-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.1
+ 0.2.2-SNAPSHOT
proto-google-cloud-binary-authorization-v1beta1
Proto library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.1
+ 0.2.2-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index d0b26f38..01be76a0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-binary-authorization:0.2.1:0.2.1
-grpc-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.1
-proto-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.1
+google-cloud-binary-authorization:0.2.1:0.2.2-SNAPSHOT
+grpc-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.2-SNAPSHOT
+proto-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.2-SNAPSHOT
From 718b3f281781a6095ddaa75bdfe77f5e8ef006d9 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Mon, 16 Aug 2021 22:24:18 +0000
Subject: [PATCH 2/5] build(java): use ENABLE_FLAKYBOT env variable (#1175)
(#56)
Kokoro job config now supports both environment variables during this migration period.
Source-Link: https://github.com/googleapis/synthtool/commit/ff01716e16d2c6e87eaf87197b753ac9fcbbed5d
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:8e27e5a7297b40eca3ab46ae67f10c575813a85c673839030aa161d0818f3a24
---
.github/.OwlBot.lock.yaml | 2 +-
.github/workflows/ci.yaml | 2 +-
.kokoro/build.sh | 2 +-
.kokoro/nightly/integration.cfg | 2 +-
.kokoro/nightly/samples.cfg | 2 +-
README.md | 19 ++++++++++++++++---
6 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 4679ddcc..1830d09a 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:177dd09a218f3a4f613685cb775ac1abbb1b0f0269781cbbd825fb3e28ebc410
+ digest: sha256:8e27e5a7297b40eca3ab46ae67f10c575813a85c673839030aa161d0818f3a24
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0195b32f..65ae6ecd 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [7, 8, 11]
+ java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index a9168e3d..01b016df 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -115,7 +115,7 @@ fi
# fix output location of logs
bash .kokoro/coerce_logs.sh
-if [[ "${ENABLE_BUILD_COP}" == "true" ]]
+if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-binary-authorization
diff --git a/.kokoro/nightly/integration.cfg b/.kokoro/nightly/integration.cfg
index 0048c8ec..e51c7b4c 100644
--- a/.kokoro/nightly/integration.cfg
+++ b/.kokoro/nightly/integration.cfg
@@ -22,7 +22,7 @@ env_vars: {
}
env_vars: {
- key: "ENABLE_BUILD_COP"
+ key: "ENABLE_FLAKYBOT"
value: "true"
}
diff --git a/.kokoro/nightly/samples.cfg b/.kokoro/nightly/samples.cfg
index f2542931..9761fd86 100644
--- a/.kokoro/nightly/samples.cfg
+++ b/.kokoro/nightly/samples.cfg
@@ -33,6 +33,6 @@ env_vars: {
}
env_vars: {
- key: "ENABLE_BUILD_COP"
+ key: "ENABLE_FLAKYBOT"
value: "true"
}
diff --git a/README.md b/README.md
index 8be4a51a..1593b4be 100644
--- a/README.md
+++ b/README.md
@@ -11,33 +11,41 @@ Java idiomatic client for [Binary Authorization][product-docs].
> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
+
## Quickstart
If you are using Maven, add this to your pom.xml file:
+
```xml
com.google.cloud
google-cloud-binary-authorization
- 0.2.0
+ 0.2.1
```
If you are using Gradle without BOM, add this to your dependencies
+
```Groovy
-compile 'com.google.cloud:google-cloud-binary-authorization:0.2.0'
+compile 'com.google.cloud:google-cloud-binary-authorization:0.2.1'
```
If you are using SBT, add this to your dependencies
+
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.2.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.2.1"
```
## Authentication
See the [Authentication][authentication] section in the base directory's README.
+## Authorization
+
+The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Binary Authorization APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Binary Authorization API calls.
+
## Getting Started
### Prerequisites
@@ -127,6 +135,7 @@ This library follows [Semantic Versioning](http://semver.org/).
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.
+
## Contributing
@@ -138,6 +147,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
information.
+
## License
Apache 2.0 - See [LICENSE][license] for more information.
@@ -170,6 +180,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-binary-authorization.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-binary-authorization&core=gav
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
+[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
+[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
+[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
[developer-console]: https://console.developers.google.com/
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-sdk]: https://cloud.google.com/sdk/
From 260bb699e000914a48443c0f16464659c1bfa726 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 19 Aug 2021 02:20:40 +0200
Subject: [PATCH 3/5] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.0.1 (#58)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.0.0` -> `1.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v1.0.1`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#101-httpswwwgithubcomgoogleapisjava-shared-configcomparev100v101-2021-08-18)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.0.0...v1.0.1)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-binary-authorization).
---
google-cloud-binary-authorization-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-binary-authorization-bom/pom.xml b/google-cloud-binary-authorization-bom/pom.xml
index f7d6c522..823a2661 100644
--- a/google-cloud-binary-authorization-bom/pom.xml
+++ b/google-cloud-binary-authorization-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.0.0
+ 1.0.1
Google Binary Authorization BOM
diff --git a/pom.xml b/pom.xml
index 2e9f46c8..c9b29be1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.0.0
+ 1.0.1
From 4a04949edb28e1db63b565d07b30d2308d2ad4f2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 24 Aug 2021 00:16:45 +0200
Subject: [PATCH 4/5] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v2.1.0 (#59)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.0.1` -> `2.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v2.1.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#210-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare201v210-2021-08-23)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.0.1...v2.1.0)
##### Dependencies
- update dependency com.google.auth:google-auth-library-bom to v1.1.0 ([#439](https://www.togithub.com/googleapis/java-shared-dependencies/issues/439)) ([ca52bd9](https://www.github.com/googleapis/java-shared-dependencies/commit/ca52bd9c099c96bf7b5a57aa85d39b58a610c875))
- update dependency com.google.cloud:google-cloud-core-bom to v2.1.0 ([#444](https://www.togithub.com/googleapis/java-shared-dependencies/issues/444)) ([ff914c6](https://www.github.com/googleapis/java-shared-dependencies/commit/ff914c6de9e3e7fa6ba75591d3d5077c5421827d))
- update dependency com.google.code.gson:gson to v2.8.8 ([#442](https://www.togithub.com/googleapis/java-shared-dependencies/issues/442)) ([79a093f](https://www.github.com/googleapis/java-shared-dependencies/commit/79a093f9ccea4d47cf8b678570a1c9699029a8b2))
- update dependency com.google.errorprone:error_prone_annotations to v2.9.0 ([#441](https://www.togithub.com/googleapis/java-shared-dependencies/issues/441)) ([e644a4b](https://www.github.com/googleapis/java-shared-dependencies/commit/e644a4b504ab8aa5771f9be36861d1730ea9bcc9))
- update dependency io.grpc:grpc-bom to v1.40.0 ([#438](https://www.togithub.com/googleapis/java-shared-dependencies/issues/438)) ([c3f8fb4](https://www.github.com/googleapis/java-shared-dependencies/commit/c3f8fb4408f5dc6c7f7dc0e14f0c24fa755433a5))
- update gax.version to v2.3.0 ([#437](https://www.togithub.com/googleapis/java-shared-dependencies/issues/437)) ([e59aaad](https://www.github.com/googleapis/java-shared-dependencies/commit/e59aaadd76e40ab5ea31c3e812686a4ba0471a49))
##### [2.0.1](https://www.github.com/googleapis/java-shared-dependencies/compare/2.0.0...v2.0.1) (2021-08-11)
##### Dependencies
- update dependency com.google.api:api-common to v2.0.1 ([#431](https://www.togithub.com/googleapis/java-shared-dependencies/issues/431)) ([b1a52c8](https://www.github.com/googleapis/java-shared-dependencies/commit/b1a52c83e19be7be80086f2010e928171b046f62))
- update gax.version to v2.1.0 ([#432](https://www.togithub.com/googleapis/java-shared-dependencies/issues/432)) ([7f53006](https://www.github.com/googleapis/java-shared-dependencies/commit/7f53006d021e839f52325a87d7c4715eff88818d))
- update google.core.version to v2.0.4 ([#430](https://www.togithub.com/googleapis/java-shared-dependencies/issues/430)) ([d0465ad](https://www.github.com/googleapis/java-shared-dependencies/commit/d0465ad3a79993d4e854078ea992e53ab9add07f))
- update google.core.version to v2.0.5 ([#434](https://www.togithub.com/googleapis/java-shared-dependencies/issues/434)) ([af00753](https://www.github.com/googleapis/java-shared-dependencies/commit/af0075390034cba5cefede8260ab03f728d525a8))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-binary-authorization).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c9b29be1..b2853c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.0.1
+ 2.1.0
pom
import
From 95a24807727287499912b34e76d223508fe2ae42 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 23 Aug 2021 22:40:22 +0000
Subject: [PATCH 5/5] chore: release 0.2.2 (#60)
:robot: I have created a release \*beep\* \*boop\*
---
### [0.2.2](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.1...v0.2.2) (2021-08-23)
### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#59](https://www.github.com/googleapis/java-binary-authorization/issues/59)) ([4a04949](https://www.github.com/googleapis/java-binary-authorization/commit/4a04949edb28e1db63b565d07b30d2308d2ad4f2))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 7 +++++++
google-cloud-binary-authorization-bom/pom.xml | 8 ++++----
google-cloud-binary-authorization/pom.xml | 4 ++--
grpc-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
versions.txt | 6 +++---
7 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6160157b..652aa3a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [0.2.2](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.1...v0.2.2) (2021-08-23)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#59](https://www.github.com/googleapis/java-binary-authorization/issues/59)) ([4a04949](https://www.github.com/googleapis/java-binary-authorization/commit/4a04949edb28e1db63b565d07b30d2308d2ad4f2))
+
### [0.2.1](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.0...v0.2.1) (2021-08-12)
diff --git a/google-cloud-binary-authorization-bom/pom.xml b/google-cloud-binary-authorization-bom/pom.xml
index 823a2661..7ebef903 100644
--- a/google-cloud-binary-authorization-bom/pom.xml
+++ b/google-cloud-binary-authorization-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization-bom
- 0.2.2-SNAPSHOT
+ 0.2.2
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.2-SNAPSHOT
+ 0.2.2
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
diff --git a/google-cloud-binary-authorization/pom.xml b/google-cloud-binary-authorization/pom.xml
index 0e8877ff..593413c8 100644
--- a/google-cloud-binary-authorization/pom.xml
+++ b/google-cloud-binary-authorization/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization
- 0.2.2-SNAPSHOT
+ 0.2.2
jar
Google Binary Authorization
https://github.com/googleapis/java-binary-authorization
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2-SNAPSHOT
+ 0.2.2
google-cloud-binary-authorization
diff --git a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
index 7831e72f..c9401f8c 100644
--- a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
grpc-google-cloud-binary-authorization-v1beta1
GRPC library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2-SNAPSHOT
+ 0.2.2
diff --git a/pom.xml b/pom.xml
index b2853c9e..508522b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
pom
- 0.2.2-SNAPSHOT
+ 0.2.2
Google Binary Authorization Parent
https://github.com/googleapis/java-binary-authorization
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.2-SNAPSHOT
+ 0.2.2
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
diff --git a/proto-google-cloud-binary-authorization-v1beta1/pom.xml b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
index 031a45da..34164a77 100644
--- a/proto-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2-SNAPSHOT
+ 0.2.2
proto-google-cloud-binary-authorization-v1beta1
Proto library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2-SNAPSHOT
+ 0.2.2
diff --git a/versions.txt b/versions.txt
index 01be76a0..067e7530 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-binary-authorization:0.2.1:0.2.2-SNAPSHOT
-grpc-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.2-SNAPSHOT
-proto-google-cloud-binary-authorization-v1beta1:0.2.1:0.2.2-SNAPSHOT
+google-cloud-binary-authorization:0.2.2:0.2.2
+grpc-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.2
+proto-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.2