Skip to content

Commit

Permalink
Update to 1.0.16 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv committed Apr 16, 2020
1 parent 48a80f8 commit 96f7c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion checkstyle-config/pom.xml
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -246,7 +246,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -336,7 +336,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<artifactId>shared-configuration</artifactId>
<groupId>com.google.cloud.samples</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 96f7c66

Please sign in to comment.