Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil committed Aug 13, 2016
1 parent e9e5395 commit 9cc8829
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
<url>[email protected]:prometheus/client_java.git</url>
<tag>HEAD</tag>
<tag>parent-0.0.16</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion simpleclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_graphite_bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_hotspot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -37,14 +37,14 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>

<!-- Test Dependencies Follow -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_servlet</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions simpleclient_logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_pushgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_spring_boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions simpleclient_vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.0.16</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit 9cc8829

Please sign in to comment.