Skip to content

Commit

Permalink
Bump plexus-parent from 7 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 19, 2022
1 parent 8d16c15 commit b57ce4a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>7</version>
<version>10</version>
</parent>

<artifactId>plexus-interpolation</artifactId>
Expand Down Expand Up @@ -34,7 +34,16 @@
<properties>
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
</properties>


<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b57ce4a

Please sign in to comment.