diff --git a/build.gradle b/build.gradle index feb8de784..7907f0104 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.2.2" // {x-version-update:api-common:current} +project.version = "2.2.3-SNAPSHOT" // {x-version-update:api-common:current} sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/pom.xml b/pom.xml index ea37e75b6..6a12947b7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.api api-common jar - 2.2.2 + 2.2.3-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 8910c8ba8..cf199bbc1 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -api-common:2.2.2:2.2.2 +api-common:2.2.2:2.2.3-SNAPSHOT