[maven-release-plugin] prepare release parent-0.0.5 · feheraron/client_java@b2bcc8e · GitHub
Skip to content

Commit b2bcc8e

Browse files
committed
[maven-release-plugin] prepare release parent-0.0.5
1 parent 2b51082 commit b2bcc8e

15 files changed

Lines changed: 44 additions & 44 deletions

File tree

client/pom.xml

Lines changed: 2 additions & 2 deletions

examples/guice/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.prometheus.client</groupId>
1010
<artifactId>examples</artifactId>
11-
<version>0.0.5-SNAPSHOT</version>
11+
<version>0.0.5</version>
1212
</parent>
1313

1414
<name>Prometheus Java Client Guice Injection Example</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3030
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3131
<url>git@github.com:prometheus/client_java.git</url>
32-
<tag>HEAD</tag>
32+
<tag>parent-0.0.5</tag>
3333
</scm>
3434

3535
<developers>
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>client</artifactId>
47-
<version>0.0.5-SNAPSHOT</version>
47+
<version>0.0.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus.client.utility</groupId>
5151
<artifactId>servlet</artifactId>
52-
<version>0.0.5-SNAPSHOT</version>
52+
<version>0.0.5</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.eclipse.jetty</groupId>

examples/jvmstat/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.prometheus.client</groupId>
1010
<artifactId>examples</artifactId>
11-
<version>0.0.5-SNAPSHOT</version>
11+
<version>0.0.5</version>
1212
</parent>
1313

1414
<name>Prometheus Java Client Jvmstat Example</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3030
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3131
<url>git@github.com:prometheus/client_java.git</url>
32-
<tag>HEAD</tag>
32+
<tag>parent-0.0.5</tag>
3333
</scm>
3434

3535
<developers>
@@ -44,22 +44,22 @@
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>client</artifactId>
47-
<version>0.0.5-SNAPSHOT</version>
47+
<version>0.0.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus.client.utility</groupId>
5151
<artifactId>servlet</artifactId>
52-
<version>0.0.5-SNAPSHOT</version>
52+
<version>0.0.5</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.prometheus.client.utility</groupId>
5656
<artifactId>jvmstat</artifactId>
57-
<version>0.0.5-SNAPSHOT</version>
57+
<version>0.0.5</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.prometheus.client.examples</groupId>
6161
<artifactId>guice</artifactId>
62-
<version>0.0.5-SNAPSHOT</version>
62+
<version>0.0.5</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.eclipse.jetty</groupId>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.prometheus</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>0.0.5-SNAPSHOT</version>
12+
<version>0.0.5</version>
1313
</parent>
1414

1515
<name>Prometheus Java Client Examples</name>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3131
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3232
<url>git@github.com:prometheus/client_java.git</url>
33-
<tag>HEAD</tag>
33+
<tag>parent-0.0.5</tag>
3434
</scm>
3535

3636
<developers>

examples/random/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.prometheus.client</groupId>
1010
<artifactId>examples</artifactId>
11-
<version>0.0.5-SNAPSHOT</version>
11+
<version>0.0.5</version>
1212
</parent>
1313

1414
<name>Prometheus Java Client Random Distribution Example</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3030
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3131
<url>git@github.com:prometheus/client_java.git</url>
32-
<tag>HEAD</tag>
32+
<tag>parent-0.0.5</tag>
3333
</scm>
3434

3535
<developers>
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>client</artifactId>
47-
<version>0.0.5-SNAPSHOT</version>
47+
<version>0.0.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus.client.utility</groupId>
5151
<artifactId>servlet</artifactId>
52-
<version>0.0.5-SNAPSHOT</version>
52+
<version>0.0.5</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.eclipse.jetty</groupId>

examples/simple/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.prometheus.client</groupId>
1010
<artifactId>examples</artifactId>
11-
<version>0.0.5-SNAPSHOT</version>
11+
<version>0.0.5</version>
1212
</parent>
1313

1414
<name>Prometheus Java Client Simple Example</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:prometheus/client_java.git</connection>
3030
<developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection>
3131
<url>git@github.com:prometheus/client_java.git</url>
32-
<tag>HEAD</tag>
32+
<tag>parent-0.0.5</tag>
3333
</scm>
3434

3535
<developers>
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>client</artifactId>
47-
<version>0.0.5-SNAPSHOT</version>
47+
<version>0.0.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus.client.utility</groupId>
5151
<artifactId>servlet</artifactId>
52-
<version>0.0.5-SNAPSHOT</version>
52+
<version>0.0.5</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.eclipse.jetty</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.5-SNAPSHOT</version>
8+
<version>0.0.5</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.0.5</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.5-SNAPSHOT</version>
8+
<version>0.0.5</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.5-SNAPSHOT</version>
8+
<version>0.0.5</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.prometheus</groupId>
4242
<artifactId>simpleclient</artifactId>
43-
<version>0.0.5-SNAPSHOT</version>
43+
<version>0.0.5</version>
4444
</dependency>
4545
<!-- Test Dependencies Follow -->
4646
<dependency>

simpleclient_pushgateway/pom.xml

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)