Skip to content

Commit c25e10d

Browse files
authored
Prepare to release 1.0.18 (#148)
1 parent d3ea576 commit c25e10d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

checkstyle-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
<groupId>com.google.cloud.samples</groupId>
2020
<artifactId>checkstyle-configuration</artifactId>
21-
<version>1.0.18-SNAPSHOT</version>
21+
<version>1.0.18</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333

3434
<groupId>com.google.cloud.samples</groupId>
3535
<artifactId>shared-configuration</artifactId>
36-
<version>1.0.18-SNAPSHOT</version>
36+
<version>1.0.18</version>
3737
<packaging>pom</packaging>
3838

3939
<name>${project.groupId}:${project.artifactId}</name>
@@ -215,7 +215,7 @@ limitations under the License.
215215
<dependency>
216216
<groupId>com.google.cloud.samples</groupId>
217217
<artifactId>checkstyle-configuration</artifactId>
218-
<version>1.0.18-SNAPSHOT</version>
218+
<version>1.0.18</version>
219219
</dependency>
220220
</dependencies>
221221
<configuration>
@@ -305,7 +305,7 @@ limitations under the License.
305305
<dependency>
306306
<groupId>com.google.cloud.samples</groupId>
307307
<artifactId>checkstyle-configuration</artifactId>
308-
<version>1.0.18-SNAPSHOT</version>
308+
<version>1.0.18</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>com.puppycrawl.tools</groupId>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
<parent>
2727
<artifactId>shared-configuration</artifactId>
2828
<groupId>com.google.cloud.samples</groupId>
29-
<version>1.0.18-SNAPSHOT</version>
29+
<version>1.0.18</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)