Skip to content

Commit 1a66dde

Browse files
committed
[maven-release-plugin] prepare release v1.0.2
1 parent af2e2b7 commit 1a66dde

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
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.2-SNAPSHOT</version>
9+
<version>1.0.2</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.2-SNAPSHOT</version>
31+
<version>1.0.2</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.2-SNAPSHOT</version>
46+
<version>1.0.2</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.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.google.monitoring-client</groupId>
8585
<artifactId>junit</artifactId>
86-
<version>1.0.2-SNAPSHOT</version>
86+
<version>1.0.2</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.google.monitoring-client</groupId>
97
<artifactId>monitoring</artifactId>
10-
<version>1.0.2-SNAPSHOT</version>
8+
<version>1.0.2</version>
119
<packaging>pom</packaging>
1210

1311
<name>Monitoring Client Library for Java</name>
@@ -48,7 +46,7 @@
4846
<developerConnection>scm:git:git@github.com:google/java-monitoring-client-library.git
4947
</developerConnection>
5048
<url>https://github.com/google/java-monitoring-client-library</url>
51-
<tag>HEAD</tag>
49+
<tag>v1.0.2</tag>
5250
</scm>
5351

5452
<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.2-SNAPSHOT</version>
9+
<version>1.0.2</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.2-SNAPSHOT</version>
37+
<version>1.0.2</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.2-SNAPSHOT</version>
66+
<version>1.0.2</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.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)