Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#365)
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 Oct 27, 2022
1 parent 45455e8 commit f559fcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions api-common-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.2](https://github.com/googleapis/api-common-java/compare/v2.2.1...v2.2.2) (2022-08-04)


### Dependencies

* update dependency com.google.errorprone:error_prone_annotations to v2.15.0 ([#364](https://github.com/googleapis/api-common-java/issues/364)) ([28ff65d](https://github.com/googleapis/api-common-java/commit/28ff65d7e70495cc079379b8e78cb515a2960dae))

## [2.2.1](https://github.com/googleapis/api-common-java/compare/v2.2.0...v2.2.1) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion api-common-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
group = "com.google.api"
archivesBaseName = "api-common"

project.version = "2.2.2-SNAPSHOT" // {x-version-update:api-common:current}
project.version = "2.2.2" // {x-version-update:api-common:current}

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion api-common-java/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:2.2.1:2.2.2-SNAPSHOT
api-common:2.2.2:2.2.2

0 comments on commit f559fcb

Please sign in to comment.