Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglai committed May 20, 2019
1 parent 9879cb7 commit 81640cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.monitoring-client</groupId>
<artifactId>monitoring</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>metrics</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>

<!-- Test dependencies -->
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>junit</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.monitoring-client</groupId>
<artifactId>monitoring</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>junit</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.google.monitoring-client</groupId>
<artifactId>monitoring</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Monitoring Client Library for Java</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<developerConnection>scm:git:[email protected]:google/java-monitoring-client-library.git
</developerConnection>
<url>https://github.com/google/java-monitoring-client-library</url>
<tag>v1.0.6</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions stackdriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.monitoring-client</groupId>
<artifactId>monitoring</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>metrics</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>

<!-- Test dependencies -->
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>junit</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion third_party/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.monitoring-client</groupId>
<artifactId>monitoring</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down

0 comments on commit 81640cd

Please sign in to comment.