Skip to content

Commit

Permalink
Bump parent pom to plexus 16, update version to 2.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2023
1 parent e0c3648 commit 59a98d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,25 @@ limitations under the License.

<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>14.2</version>
<artifactId>plexus</artifactId>
<version>16</version>
<relativePath />
</parent>

<artifactId>plexus-velocity</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>

<name>Plexus Velocity Component</name>

<scm>
<connection>scm:git:git@github.com:codehaus-plexus/plexus-velocity.git</connection>
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-velocity.git</developerConnection>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-velocity.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/codehaus-plexus/plexus-velocity</url>
<url>https://github.com/codehaus-plexus/plexus-velocity</url>
</scm>
<issueManagement>
<system>github</system>
<url>http://github.com/codehaus-plexus/plexus-velocity/issues</url>
<url>https://github.com/codehaus-plexus/plexus-velocity/issues</url>
</issueManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -82,7 +83,6 @@ limitations under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 59a98d4

Please sign in to comment.