Skip to content

Commit

Permalink
1.0.13 (#116)
Browse files Browse the repository at this point in the history
prepare to release
  • Loading branch information
lesv committed Mar 24, 2020
1 parent b95bd05 commit bbfa9f2
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.13-SNAPSHOT</version>
<version>1.0.13</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

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

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -67,7 +67,7 @@ limitations under the License.
<connection>scm:git:git@github.com:GoogleCloudPlatform/java-repo-tools.git</connection>
<developerConnection>scm:git:git@github.com:GoogleCloudPlatform/java-repo-tools.git</developerConnection>
<url>git@github.com:GoogleCloudPlatform/java-repo-tools.git</url>
<tag>v1.0.13-snapshot</tag>
<tag>v1.0.13</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -229,7 +229,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.13-SNAPSHOT</version>
<version>1.0.13</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.13-SNAPSHOT</version>
<version>1.0.13</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit bbfa9f2

Please sign in to comment.