Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release plexus-containers-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2021
1 parent 2f4800d commit 3b0a8d5
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plexus-component-annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-containers</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>plexus-component-annotations</artifactId>
2 changes: 1 addition & 1 deletion plexus-component-metadata/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-containers</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>plexus-component-metadata</artifactId>
2 changes: 1 addition & 1 deletion plexus-container-default/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-containers</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>plexus-container-default</artifactId>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</parent>

<artifactId>plexus-containers</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>Plexus Containers</name>
@@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</connection>
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</developerConnection>
<url>https://github.com/codehaus-plexus/plexus-containers</url>
<tag>HEAD</tag>
<tag>plexus-containers-2.1.1</tag>
</scm>
<issueManagement>
<system>github</system>

0 comments on commit 3b0a8d5

Please sign in to comment.