File tree Expand file tree Collapse file tree 8 files changed +14
-18
lines changed
jmx_prometheus_httpserver
jmx_prometheus_javaagent_java6 Expand file tree Collapse file tree 8 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
168167 </goals >
169168 <configuration >
170169 <rules >
171- <requirePluginVersions />
170+ <requirePluginVersions />
172171 </rules >
173172 </configuration >
174173 </execution >
You can’t perform that action at this time.
0 commit comments