Skip to content

Commit 188d653

Browse files
authored
Before release of 1.0.19 (#190)
1 parent 8693dcd commit 188d653

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.19-SNAPSHOT</version>
21+
<version>1.0.19</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

pom.xml

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

3535
<groupId>com.google.cloud.samples</groupId>
3636
<artifactId>shared-configuration</artifactId>
37-
<version>1.0.19-SNAPSHOT</version>
37+
<version>1.0.19</version>
3838
<packaging>pom</packaging>
3939

4040
<name>${project.groupId}:${project.artifactId}</name>
@@ -216,7 +216,7 @@ limitations under the License.
216216
<dependency>
217217
<groupId>com.google.cloud.samples</groupId>
218218
<artifactId>checkstyle-configuration</artifactId>
219-
<version>1.0.19-SNAPSHOT</version>
219+
<version>1.0.19</version>
220220
</dependency>
221221
</dependencies>
222222
<configuration>
@@ -306,7 +306,7 @@ limitations under the License.
306306
<dependency>
307307
<groupId>com.google.cloud.samples</groupId>
308308
<artifactId>checkstyle-configuration</artifactId>
309-
<version>1.0.19-SNAPSHOT</version>
309+
<version>1.0.19</version>
310310
</dependency>
311311
<dependency>
312312
<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.19-SNAPSHOT</version>
29+
<version>1.0.19</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)