Skip to content

Commit 485b3de

Browse files
committed
[maven-release-plugin] prepare release parent-0.6.0
1 parent 2d6a6e8 commit 485b3de

File tree

21 files changed

+49
-49
lines changed

21 files changed

+49
-49
lines changed

benchmark/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
47+
<version>0.6.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.codahale.metrics</groupId>

pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99

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

3737
<developers>

simpleclient/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>

simpleclient_caffeine/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.ben-manes.caffeine</groupId>

simpleclient_common/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<!-- Test Dependencies Follow -->
4343
<dependency>

simpleclient_dropwizard/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
38+
<version>0.6.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.dropwizard.metrics</groupId>

simpleclient_graphite_bridge/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
41+
<version>0.6.0</version>
4242
</dependency>
4343
<!-- Test Dependencies Follow -->
4444
<dependency>

simpleclient_guava/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.guava</groupId>

simpleclient_hibernate/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
41+
<version>0.6.0</version>
4242
</dependency>
4343

4444
<!-- We support Hibernate versions >= 4.2 -->

simpleclient_hotspot/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242

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

simpleclient_httpserver/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.prometheus</groupId>
4444
<artifactId>simpleclient_common</artifactId>
45-
<version>0.5.1-SNAPSHOT</version>
45+
<version>0.6.0</version>
4646
</dependency>
4747
<!-- Test Dependencies Follow -->
4848
<dependency>

simpleclient_jetty/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
38+
<version>0.6.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.eclipse.jetty</groupId>

simpleclient_jetty_jdk8/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.prometheus</groupId>
5050
<artifactId>simpleclient</artifactId>
51-
<version>0.5.1-SNAPSHOT</version>
51+
<version>0.6.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.eclipse.jetty</groupId>

simpleclient_log4j/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>log4j</groupId>

simpleclient_log4j2/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.logging.log4j</groupId>

simpleclient_logback/pom.xml

+2-2
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</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.5.1-SNAPSHOT</version>
40+
<version>0.6.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>ch.qos.logback</groupId>

simpleclient_pushgateway/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>io.prometheus</groupId>
4040
<artifactId>simpleclient</artifactId>
41-
<version>0.5.1-SNAPSHOT</version>
41+
<version>0.6.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.prometheus</groupId>
4545
<artifactId>simpleclient_common</artifactId>
46-
<version>0.5.1-SNAPSHOT</version>
46+
<version>0.6.0</version>
4747
</dependency>
4848
<!-- Test Dependencies Follow -->
4949
<dependency>

simpleclient_servlet/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>io.prometheus</groupId>
4343
<artifactId>simpleclient</artifactId>
44-
<version>0.5.1-SNAPSHOT</version>
44+
<version>0.6.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient_common</artifactId>
49-
<version>0.5.1-SNAPSHOT</version>
49+
<version>0.6.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>javax.servlet</groupId>

simpleclient_spring_boot/pom.xml

+4-4
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -52,17 +52,17 @@
5252
<dependency>
5353
<groupId>io.prometheus</groupId>
5454
<artifactId>simpleclient</artifactId>
55-
<version>0.5.1-SNAPSHOT</version>
55+
<version>0.6.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.prometheus</groupId>
5959
<artifactId>simpleclient_common</artifactId>
60-
<version>0.5.1-SNAPSHOT</version>
60+
<version>0.6.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.prometheus</groupId>
6464
<artifactId>simpleclient_spring_web</artifactId>
65-
<version>0.5.1-SNAPSHOT</version>
65+
<version>0.6.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework.boot</groupId>

simpleclient_spring_web/pom.xml

+3-3
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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<artifactId>simpleclient_spring_web</artifactId>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>io.prometheus</groupId>
5353
<artifactId>simpleclient</artifactId>
54-
<version>0.5.1-SNAPSHOT</version>
54+
<version>0.6.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.prometheus</groupId>
5858
<artifactId>simpleclient_common</artifactId>
59-
<version>0.5.1-SNAPSHOT</version>
59+
<version>0.6.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)