Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: release 1.10.3 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 22, 2021
1 parent 307c640 commit f92eca6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [1.10.3](https://www.github.com/googleapis/api-common-java/compare/v1.10.2...v1.10.3) (2021-04-22)


### Dependencies

* update dependency com.google.auto.value:auto-value to v1.8.1 ([#219](https://www.github.com/googleapis/api-common-java/issues/219)) ([307c640](https://www.github.com/googleapis/api-common-java/commit/307c640cb487962786be5551a65863c7d2276a3a))
* update dependency com.google.auto.value:auto-value-annotations to v1.8.1 ([#215](https://www.github.com/googleapis/api-common-java/issues/215)) ([15cebbc](https://www.github.com/googleapis/api-common-java/commit/15cebbcaea8a1ea62e4a800d8d325ee302971fcf))

### [1.10.2](https://www.github.com/googleapis/api-common-java/compare/v1.10.1...v1.10.2) (2021-04-19)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
group = "com.google.api"
archivesBaseName = "api-common"

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

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:1.10.2:1.10.3-SNAPSHOT
api-common:1.10.3:1.10.3

0 comments on commit f92eca6

Please sign in to comment.