From d2709cb4ecc7c0e6a112d714065388318e198441 Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Thu, 16 Apr 2020 13:47:58 -0700 Subject: [PATCH] Prepare to release 1.0.17 (#132) --- checkstyle-config/pom.xml | 2 +- pom.xml | 6 +++--- test/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ..