diff --git a/build.gradle b/build.gradle index defe3316..21fa55b9 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/pom.xml b/pom.xml index 94579416..e0957837 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.google.api api-common jar - 2.3.1 + 2.3.2-SNAPSHOT API Common https://github.com/googleapis/api-common-java Common utilities for Google APIs in Java diff --git a/versions.txt b/versions.txt index fdc2d8c7..de847d6c 100644 --- a/versions.txt +++ b/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