diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml index 85eec0c5..98d5f8e7 100644 --- a/checkstyle-config/pom.xml +++ b/checkstyle-config/pom.xml @@ -18,7 +18,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.16-SNAPSHOT + 1.0.16 jar diff --git a/pom.xml b/pom.xml index d78ef67f..f6731c38 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.16-SNAPSHOT + 1.0.16 pom ${project.groupId}:${project.artifactId} @@ -246,7 +246,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.16-SNAPSHOT + 1.0.16 @@ -336,7 +336,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.16-SNAPSHOT + 1.0.16 com.puppycrawl.tools diff --git a/test/pom.xml b/test/pom.xml index afe1944a..d6de267f 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ limitations under the License. shared-configuration com.google.cloud.samples - 1.0.16-SNAPSHOT + 1.0.16 ..