Skip to content

Commit

Permalink
Update to plexus parent pom 16
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 13, 2023
1 parent 5cde88e commit 2da2de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plexus-interactivity-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

<artifactId>plexus-interactivity</artifactId>
Expand Down

0 comments on commit 2da2de8

Please sign in to comment.