Skip to content

Commit

Permalink
Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Aug 13, 2023
1 parent c3b2dfa commit e053ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>21</version>
<version>30</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -49,7 +49,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down

0 comments on commit e053ee5

Please sign in to comment.