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

Commit

Permalink
chore(main): release 2.3.2-SNAPSHOT (#428)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed May 31, 2023
1 parent 988a304 commit 269fb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
group = "com.google.api"
archivesBaseName = "api-common"

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

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<packaging>jar</packaging>
<version>2.3.1</version><!-- {x-version-update:api-common:current} -->
<version>2.3.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
<name>API Common</name>
<url>https://github.com/googleapis/api-common-java</url>
<description>Common utilities for Google APIs in Java</description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:2.3.1:2.3.1
api-common:2.3.1:2.3.2-SNAPSHOT

0 comments on commit 269fb34

Please sign in to comment.