Skip to content

Commit

Permalink
Prepare for release 1.0.14 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv committed Mar 30, 2020
1 parent 1e4dbcb commit 98b3756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.14-SNAPSHOT</version>
<version>1.0.14</version>
<packaging>jar</packaging>

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

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.14</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.14-SNAPSHOT</version>
<version>1.0.14</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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.14-SNAPSHOT</version>
<version>1.0.14</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -46,7 +46,7 @@ limitations under the License.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.37</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 98b3756

Please sign in to comment.