Skip to content

Commit

Permalink
create 3.x branch keeping Maven 3 XML parser implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Sep 10, 2023
1 parent 03275ef commit e46be58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ limitations under the License.
</parent>

<artifactId>plexus-xml</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

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

<scm>
<connection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</connection>
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</developerConnection>
<url>http://github.com/codehaus-plexus/plexus-xml</url>
<tag>master</tag>
<tag>3.x</tag>
</scm>
<issueManagement>
<system>github</system>
Expand All @@ -56,7 +56,7 @@ limitations under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e46be58

Please sign in to comment.