Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tallpsmith committed Nov 19, 2024
1 parent 126c08c commit 9bb2730
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dxm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/acme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.pcp.parfait</groupId>
<artifactId>examples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>io.pcp.parfait</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.pcp.parfait</groupId>
<artifactId>examples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>io.pcp.parfait</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<groupId>io.pcp.parfait</groupId>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/sleep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.pcp.parfait</groupId>
<artifactId>examples</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>io.pcp.parfait</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parfait-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>io.pcp.agentparfait</groupId>
Expand Down
4 changes: 2 additions & 2 deletions parfait-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-benchmark</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>parfait-benchmark</name>
<description>Benchmarking tools to test various changes to pcp</description>
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion parfait-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parfait-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>parfait</artifactId>
<groupId>io.pcp</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<properties>
<cxf.version>4.0.5</cxf.version>
Expand All @@ -28,7 +28,7 @@
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-cxf</artifactId>
<name>parfait-cxf</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<description>Library for performance monitoring of Apache CXF web services</description>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion parfait-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>io.pcp.parfait</groupId>
Expand Down
4 changes: 2 additions & 2 deletions parfait-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-io</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>parfait-io</name>
<description>Toolset for collection IO-related metrics for parfait</description>
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parfait-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-jdbc</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>parfait-jdbc</name>
<description>JDBC driver to allow collection of Parfait performance metrics</description>
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parfait-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-jmx</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>parfait-jmx</name>
<description>Library to allow Parfait to import metric values from, and export results to, JMX</description>
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parfait-pcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-pcp</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>parfait-pcp</name>
<description>Bridge between Parfait-collected metrics and the DXM PCP Bridge to enable monitoring of Java applications via PCP</description>
<parent>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parfait-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<artifactId>parfait</artifactId>
<groupId>io.pcp</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.pcp.parfait</groupId>
<artifactId>parfait-spring</artifactId>
<name>parfait-spring</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<description>Library enabling parfait timing collection around Spring beans using Spring AOP</description>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>parfait</name>
<description>Java performance monitoring framework, including PCP bridge and agent</description>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:[email protected]:performancecopilot/parfait.git</connection>
<developerConnection>scm:git:[email protected]:performancecopilot/parfait.git</developerConnection>
<url>https://github.com/performancecopilot/parfait</url>
<tag>HEAD</tag>
<tag>1.2.1</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 9bb2730

Please sign in to comment.