Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil committed Jul 31, 2017
1 parent c6b5982 commit 28e1aa0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
</parent>

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

<artifactId>jmx_prometheus_httpserver</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.prometheus.jmx</groupId>
<artifactId>collector</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
</parent>

<groupId>io.prometheus.jmx</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.prometheus.jmx</groupId>
<artifactId>collector</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.10</version>
<description>
See https://github.com/prometheus/jmx_exporter/blob/master/README.md
</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<connection>scm:git:git@github.com:prometheus/jmx_exporter.git</connection>
<developerConnection>scm:git:git@github.com:prometheus/jmx_exporter.git</developerConnection>
<url>git@github.com:prometheus/jmx_exporter.git</url>
<tag>HEAD</tag>
<tag>parent-0.10</tag>
</scm>

<build>
Expand Down

0 comments on commit 28e1aa0

Please sign in to comment.