Skip to content

Commit d3bb6ac

Browse files
committed
[maven-release-plugin] prepare release v1.0.5
1 parent e6c2b81 commit d3bb6ac

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

contrib/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.monitoring-client</groupId>
88
<artifactId>monitoring</artifactId>
9-
<version>1.0.5-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.monitoring-client</groupId>
3030
<artifactId>metrics</artifactId>
31-
<version>1.0.5-SNAPSHOT</version>
31+
<version>1.0.5</version>
3232
</dependency>
3333

3434
<!-- Test dependencies -->
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.monitoring-client</groupId>
4545
<artifactId>junit</artifactId>
46-
<version>1.0.5-SNAPSHOT</version>
46+
<version>1.0.5</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>

metrics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.monitoring-client</groupId>
88
<artifactId>monitoring</artifactId>
9-
<version>1.0.5-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.monitoring-client</groupId>
7373
<artifactId>junit</artifactId>
74-
<version>1.0.5-SNAPSHOT</version>
74+
<version>1.0.5</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.google.monitoring-client</groupId>
77
<artifactId>monitoring</artifactId>
8-
<version>1.0.5-SNAPSHOT</version>
8+
<version>1.0.5</version>
99
<packaging>pom</packaging>
1010

1111
<name>Monitoring Client Library for Java</name>
@@ -46,7 +46,7 @@
4646
<developerConnection>scm:git:git@github.com:google/java-monitoring-client-library.git
4747
</developerConnection>
4848
<url>https://github.com/google/java-monitoring-client-library</url>
49-
<tag>HEAD</tag>
49+
<tag>v1.0.5</tag>
5050
</scm>
5151

5252
<distributionManagement>

stackdriver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.monitoring-client</groupId>
88
<artifactId>monitoring</artifactId>
9-
<version>1.0.5-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.monitoring-client</groupId>
3636
<artifactId>metrics</artifactId>
37-
<version>1.0.5-SNAPSHOT</version>
37+
<version>1.0.5</version>
3838
</dependency>
3939

4040
<!-- Test dependencies -->
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.monitoring-client</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>1.0.5-SNAPSHOT</version>
66+
<version>1.0.5</version>
6767
<scope>test</scope>
6868
</dependency>
6969
</dependencies>

third_party/junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.monitoring-client</groupId>
88
<artifactId>monitoring</artifactId>
9-
<version>1.0.5-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)