Skip to content

Commit 43376d6

Browse files
committed
[maven-release-plugin] prepare release parent-0.16.0
1 parent 750c431 commit 43376d6

File tree

8 files changed

+14
-18
lines changed

8 files changed

+14
-18
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>collector</artifactId>

integration_tests/agent_smoke_test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus.jmx</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
109
</parent>
1110

1211
<artifactId>agent_smoke_test</artifactId>

integration_tests/jmx_example_application/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus.jmx</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
109
</parent>
1110

1211
<artifactId>jmx_example_application</artifactId>

integration_tests/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.jmx</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

jmx_prometheus_httpserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_httpserver</artifactId>

jmx_prometheus_javaagent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>io.prometheus.jmx</groupId>
76
<artifactId>parent</artifactId>
8-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.16.0</version>
98
</parent>
109

1110
<artifactId>jmx_prometheus_javaagent</artifactId>

jmx_prometheus_javaagent_java6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.prometheus.jmx</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.16.0</version>
88
</parent>
99

1010
<artifactId>jmx_prometheus_javaagent_java6</artifactId>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<packaging>pom</packaging>
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>io.prometheus.jmx</groupId>
87
<artifactId>parent</artifactId>
9-
<version>0.15.1-SNAPSHOT</version>
8+
<version>0.16.0</version>
109

1110
<name>Prometheus JMX Exporter</name>
1211
<url>http://github.com/prometheus/jmx_exporter</url>
@@ -26,7 +25,7 @@
2625
<connection>scm:git:git@github.com:prometheus/jmx_exporter.git</connection>
2726
<developerConnection>scm:git:git@github.com:prometheus/jmx_exporter.git</developerConnection>
2827
<url>git@github.com:prometheus/jmx_exporter.git</url>
29-
<tag>HEAD</tag>
28+
<tag>parent-0.16.0</tag>
3029
</scm>
3130

3231
<developers>
@@ -168,7 +167,7 @@
168167
</goals>
169168
<configuration>
170169
<rules>
171-
<requirePluginVersions/>
170+
<requirePluginVersions />
172171
</rules>
173172
</configuration>
174173
</execution>

0 commit comments

Comments
 (0)