Skip to content

Commit 2da2de8

Browse files
committed
Update to plexus parent pom 16
1 parent 5cde88e commit 2da2de8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<dependency>
1717
<groupId>org.codehaus.plexus</groupId>
1818
<artifactId>plexus-utils</artifactId>
19+
<version>4.0.0</version>
1920
</dependency>
2021
<dependency>
2122
<groupId>org.junit.jupiter</groupId>
2223
<artifactId>junit-jupiter</artifactId>
23-
<version>5.10.1</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<!--

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
7-
<artifactId>plexus-components</artifactId>
8-
<version>14.2</version>
7+
<artifactId>plexus</artifactId>
8+
<version>16</version>
99
</parent>
1010

1111
<artifactId>plexus-interactivity</artifactId>

0 commit comments

Comments
 (0)