Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pom-manipulation-parent-4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Oct 21, 2022
1 parent e4eea1b commit 142a9d6
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-core</artifactId>
Expand Down Expand Up @@ -254,7 +254,7 @@
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-annotation</artifactId>
<classifier>processor</classifier>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion coverage-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</parent>

<artifactId>pom-manipulation-io</artifactId>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
<packaging>pom</packaging>

<name>POM Manipulation Extension for Maven</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<connection>scm:git:http://github.com/release-engineering/pom-manipulation-ext.git</connection>
<developerConnection>scm:git:git@github.com:release-engineering/pom-manipulation-ext.git</developerConnection>
<url>http://github.com/release-engineering/pom-manipulation-ext</url>
<tag>HEAD</tag>
<tag>pom-manipulation-parent-4.13</tag>
</scm>

<properties>
Expand Down Expand Up @@ -103,60 +103,60 @@
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-annotation</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-common</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-cli</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-cli</artifactId>
<classifier>minimal</classifier>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-core</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-core</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-ext</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-io</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-io</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-integration-test</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
</dependency>
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-integration-test</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.13</version>
<type>test-jar</type>
</dependency>

Expand Down

0 comments on commit 142a9d6

Please sign in to comment.