diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml index e119391a..4373f577 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.17-SNAPSHOT + 1.0.17 jar diff --git a/pom.xml b/pom.xml index 3aa4e8ac..4153358d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.17-SNAPSHOT + 1.0.17 pom ${project.groupId}:${project.artifactId} @@ -214,7 +214,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.17-SNAPSHOT + 1.0.17 @@ -304,7 +304,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.17-SNAPSHOT + 1.0.17 com.puppycrawl.tools diff --git a/test/pom.xml b/test/pom.xml index 5f7d52fa..b75eee74 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.17-SNAPSHOT + 1.0.17 ..