Skip to content

Commit

Permalink
chore(main): release 0.168.1 (#3725)
Browse files Browse the repository at this point in the history
* chore(main): release 0.168.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Feb 28, 2022
1 parent a6b2262 commit f3715e2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.168.1](https://github.com/googleapis/java-cloud-bom/compare/v0.168.0...v0.168.1) (2022-02-28)


### Dependencies

* downgrade dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 ([#3724](https://github.com/googleapis/java-cloud-bom/issues/3724)) ([eeb64cb](https://github.com/googleapis/java-cloud-bom/commit/eeb64cb9c6133ca5a6a3ddf5e72fb190aff815dc))
* update actions/github-script action to v6 ([#3617](https://github.com/googleapis/java-cloud-bom/issues/3617)) ([a6b2262](https://github.com/googleapis/java-cloud-bom/commit/a6b22623168653cf30e53c2418b14206c7e094e8))

## [0.168.0](https://github.com/googleapis/java-cloud-bom/compare/v0.167.0...v0.168.0) (2022-02-28)


Expand Down
4 changes: 2 additions & 2 deletions dependency-convergence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>full-convergence-check</artifactId>
<packaging>pom</packaging>
<version>0.168.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.168.1</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
<description>
BOM for Full convergence check on google-cloud-java
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.168.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.168.1</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<packaging>pom</packaging>
<version>0.168.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.168.1</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Google Cloud Java BOM</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
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-bom:0.168.0:0.168.1-SNAPSHOT
google-cloud-bom:0.168.1:0.168.1

0 comments on commit f3715e2

Please sign in to comment.