Skip to content

Commit

Permalink
upgrade parent pom from 7 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jul 29, 2021
1 parent 2849147 commit 17ed658
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>7</version>
<version>8</version>
</parent>

<artifactId>plexus-utils</artifactId>
Expand Down Expand Up @@ -73,6 +73,12 @@ limitations under the License.
<version>1.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -88,11 +94,6 @@ limitations under the License.
-->
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 17ed658

Please sign in to comment.