From 375d96e581c49bc164d0498072e9aa5ca2ab79ca Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Tue, 9 Jun 2020 17:06:34 -0700 Subject: [PATCH] Prepare to release 1.0.18 --- 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 1068d84f..bddca039 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.18-SNAPSHOT + 1.0.18 jar diff --git a/pom.xml b/pom.xml index d6361c73..13ea0991 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.0.18-SNAPSHOT + 1.0.18 pom ${project.groupId}:${project.artifactId} @@ -215,7 +215,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.18-SNAPSHOT + 1.0.18 @@ -305,7 +305,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.0.18-SNAPSHOT + 1.0.18 com.puppycrawl.tools diff --git a/test/pom.xml b/test/pom.xml index a3ab261e..d98809d7 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.18-SNAPSHOT + 1.0.18 ..