Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed May 23, 2022
1 parent 5ab0d44 commit 3c66486
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 39 deletions.
5 changes: 2 additions & 3 deletions collector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>collector</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration_tests/jmx_example_application/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>integration_tests</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_example_application</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration_tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>integration_tests</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions integration_tests/smoke_tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>integration_tests</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>smoke_tests</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions jmx_prometheus_httpserver/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_httpserver</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions jmx_prometheus_httpserver_common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_httpserver_common</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions jmx_prometheus_httpserver_java6/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_httpserver_java6</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_javaagent</artifactId>
Expand Down Expand Up @@ -59,8 +58,7 @@
</relocation>
</relocations>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Premain-Class>io.prometheus.jmx.JavaAgent</Premain-Class>
<Agent-Class>io.prometheus.jmx.JavaAgent</Agent-Class>
Expand Down
5 changes: 2 additions & 3 deletions jmx_prometheus_javaagent_common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_javaagent_common</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions jmx_prometheus_javaagent_java6/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>
</parent>

<artifactId>jmx_prometheus_javaagent_java6</artifactId>
Expand Down Expand Up @@ -70,8 +69,7 @@
</relocation>
</relocations>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Premain-Class>io.prometheus.jmx.JavaAgent</Premain-Class>
<Agent-Class>io.prometheus.jmx.JavaAgent</Agent-Class>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.prometheus.jmx</groupId>
<artifactId>parent</artifactId>
<version>0.16.2-SNAPSHOT</version>
<version>0.17.0</version>

<name>Prometheus JMX Exporter</name>
<description>
Expand All @@ -32,7 +31,7 @@
<connection>scm:git:[email protected]:prometheus/jmx_exporter.git</connection>
<developerConnection>scm:git:[email protected]:prometheus/jmx_exporter.git</developerConnection>
<url>[email protected]:prometheus/jmx_exporter.git</url>
<tag>HEAD</tag>
<tag>parent-0.17.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -185,7 +184,7 @@
</goals>
<configuration>
<rules>
<requirePluginVersions/>
<requirePluginVersions />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 3c66486

Please sign in to comment.