Skip to content

Commit

Permalink
Release preparation for 0.2.4 (#814)
Browse files Browse the repository at this point in the history
* preparing release 0.2.4

* 0.2.5-SNAPSHOT
  • Loading branch information
suztomo committed Jul 31, 2019
1 parent 18f10c3 commit 6cd83f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boms/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>
</parent>
<artifactId>dashboard</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>
</parent>

<artifactId>dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>
</parent>

<artifactId>linkage-checker-enforcer-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion linkage-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>
</parent>

<artifactId>linkage-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.google.cloud.tools</groupId>
<artifactId>dependencies-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.5-SNAPSHOT</version>

<name>Cloud Tools Open Source Code Hygiene Tooling</name>
<url>https://github.com/GoogleCloudPlatform/cloud-opensource-java/</url>
Expand Down

0 comments on commit 6cd83f2

Please sign in to comment.