Skip to content

Commit

Permalink
Prepare to release 1.0.17 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv committed Apr 16, 2020
1 parent d738d4d commit d2709cb
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.17-SNAPSHOT</version>
<version>1.0.17</version>
<packaging>jar</packaging>

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

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

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -214,7 +214,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -304,7 +304,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.17</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.17-SNAPSHOT</version>
<version>1.0.17</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit d2709cb

Please sign in to comment.