Skip to content

Commit e46be58

Browse files
committed
create 3.x branch keeping Maven 3 XML parser implementation
1 parent 03275ef commit e46be58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ limitations under the License.
2626
</parent>
2727

2828
<artifactId>plexus-xml</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>3.0.0-SNAPSHOT</version>
3030

3131
<name>Plexus XML Utilities</name>
32-
<description>A collection of various utility classes to ease working with XML.</description>
32+
<description>A collection of various utility classes to ease working with XML in Maven 3.</description>
3333

3434
<scm>
3535
<connection>scm:git:[email protected]:codehaus-plexus/plexus-xml.git</connection>
3636
<developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-xml.git</developerConnection>
3737
<url>http://github.com/codehaus-plexus/plexus-xml</url>
38-
<tag>master</tag>
38+
<tag>3.x</tag>
3939
</scm>
4040
<issueManagement>
4141
<system>github</system>
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>org.codehaus.plexus</groupId>
5858
<artifactId>plexus-utils</artifactId>
59-
<version>4.0.0-SNAPSHOT</version>
59+
<version>4.0.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

0 commit comments

Comments
 (0)