Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 485b3de

Browse filesBrowse files
committed
[maven-release-plugin] prepare release parent-0.6.0
1 parent 2d6a6e8 commit 485b3de
Copy full SHA for 485b3de

File tree

Expand file treeCollapse file tree

21 files changed

+49
-49
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

21 files changed

+49
-49
lines changed
Open diff view settings
Collapse file

‎benchmark/pom.xml‎

Copy file name to clipboardExpand all lines: benchmark/pom.xml
+2-2Lines 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.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>
Collapse file

‎pom.xml‎

Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient/pom.xml
+1-1Lines 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.5.1-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
Collapse file

‎simpleclient_caffeine/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_caffeine/pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient_common/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_common/pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient_dropwizard/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_dropwizard/pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient_graphite_bridge/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_graphite_bridge/pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient_guava/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_guava/pom.xml
+2-2Lines 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.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>
Collapse file

‎simpleclient_hibernate/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_hibernate/pom.xml
+2-2Lines 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.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 -->
Collapse file

‎simpleclient_hotspot/pom.xml‎

Copy file name to clipboardExpand all lines: simpleclient_hotspot/pom.xml
+3-3Lines 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.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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.