Skip to content

Commit 27ccf67

Browse files
committed
[maven-release-plugin] prepare release parent-0.0.20
1 parent 24e4e47 commit 27ccf67

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>simpleclient</artifactId>
47-
<version>0.0.20-SNAPSHOT</version>
47+
<version>0.0.20</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.codahale.metrics</groupId>

pom.xml

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

66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99

1010
<parent>
1111
<groupId>org.sonatype.oss</groupId>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
3232
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
3333
<url>[email protected]:prometheus/client_java.git</url>
34-
<tag>HEAD</tag>
34+
<tag>parent-0.0.20</tag>
3535
</scm>
3636

3737
<developers>

simpleclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>

simpleclient_common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.0.20-SNAPSHOT</version>
40+
<version>0.0.20</version>
4141
</dependency>
4242
<!-- Test Dependencies Follow -->
4343
<dependency>

simpleclient_dropwizard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.prometheus</groupId>
3737
<artifactId>simpleclient</artifactId>
38-
<version>0.0.20-SNAPSHOT</version>
38+
<version>0.0.20</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.dropwizard.metrics</groupId>

simpleclient_graphite_bridge/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.prometheus</groupId>
4040
<artifactId>simpleclient</artifactId>
41-
<version>0.0.20-SNAPSHOT</version>
41+
<version>0.0.20</version>
4242
</dependency>
4343
<!-- Test Dependencies Follow -->
4444
<dependency>

simpleclient_hotspot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,14 +37,14 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.0.20-SNAPSHOT</version>
40+
<version>0.0.20</version>
4141
</dependency>
4242

4343
<!-- Test Dependencies Follow -->
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>simpleclient_servlet</artifactId>
47-
<version>0.0.20-SNAPSHOT</version>
47+
<version>0.0.20</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

simpleclient_jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.prometheus</groupId>
3737
<artifactId>simpleclient</artifactId>
38-
<version>0.0.20-SNAPSHOT</version>
38+
<version>0.0.20</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.eclipse.jetty</groupId>

simpleclient_log4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.0.20-SNAPSHOT</version>
40+
<version>0.0.20</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>log4j</groupId>

simpleclient_logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.20-SNAPSHOT</version>
8+
<version>0.0.20</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.0.20-SNAPSHOT</version>
40+
<version>0.0.20</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)