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

Commit 3b0a8d5

Browse files
committed
[maven-release-plugin] prepare release plexus-containers-2.1.1
1 parent 2f4800d commit 3b0a8d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

plexus-component-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.codehaus.plexus</groupId>
99
<artifactId>plexus-containers</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.1</version>
1111
</parent>
1212

1313
<artifactId>plexus-component-annotations</artifactId>

plexus-component-metadata/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.codehaus.plexus</groupId>
88
<artifactId>plexus-containers</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
</parent>
1111

1212
<artifactId>plexus-component-metadata</artifactId>

plexus-container-default/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.plexus</groupId>
66
<artifactId>plexus-containers</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
</parent>
99

1010
<artifactId>plexus-container-default</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>plexus-containers</artifactId>
12-
<version>2.1.1-SNAPSHOT</version>
12+
<version>2.1.1</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Plexus Containers</name>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</connection>
2828
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</developerConnection>
2929
<url>https://github.com/codehaus-plexus/plexus-containers</url>
30-
<tag>HEAD</tag>
30+
<tag>plexus-containers-2.1.1</tag>
3131
</scm>
3232
<issueManagement>
3333
<system>github</system>

0 commit comments

Comments
 (0)