Skip to content

Commit 56c7a19

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ef14222 commit 56c7a19

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
47+
<version>0.0.16-SNAPSHOT</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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>parent-0.0.15</tag>
34+
<tag>HEAD</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.prometheus</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
40+
<version>0.0.16-SNAPSHOT</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
38+
<version>0.0.16-SNAPSHOT</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
41+
<version>0.0.16-SNAPSHOT</version>
4242
</dependency>
4343
<!-- Test Dependencies Follow -->
4444
<dependency>

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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
40+
<version>0.0.16-SNAPSHOT</version>
4141
</dependency>
4242

4343
<!-- Test Dependencies Follow -->
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>simpleclient_servlet</artifactId>
47-
<version>0.0.15</version>
47+
<version>0.0.16-SNAPSHOT</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
38+
<version>0.0.16-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
40+
<version>0.0.16-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.15</version>
40+
<version>0.0.16-SNAPSHOT</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.0.15</version>
41+
<version>0.0.16-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.prometheus</groupId>
4545
<artifactId>simpleclient_common</artifactId>
46-
<version>0.0.15</version>
46+
<version>0.0.16-SNAPSHOT</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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.0.15</version>
44+
<version>0.0.16-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient_common</artifactId>
49-
<version>0.0.15</version>
49+
<version>0.0.16-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>javax.servlet</groupId>

simpleclient_spring_boot/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.0.15</version>
8+
<version>0.0.16-SNAPSHOT</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.0.15</version>
44+
<version>0.0.16-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient_common</artifactId>
49-
<version>0.0.15</version>
49+
<version>0.0.16-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>

simpleclient_vertx/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>io.prometheus</groupId>
1919
<artifactId>parent</artifactId>
20-
<version>0.0.15</version>
20+
<version>0.0.16-SNAPSHOT</version>
2121
</parent>
2222

2323
<groupId>io.prometheus</groupId>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>io.prometheus</groupId>
5555
<artifactId>simpleclient</artifactId>
56-
<version>0.0.15</version>
56+
<version>0.0.16-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.prometheus</groupId>
6060
<artifactId>simpleclient_common</artifactId>
61-
<version>0.0.15</version>
61+
<version>0.0.16-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.vertx</groupId>

0 commit comments

Comments
 (0)