Skip to content

Commit

Permalink
[MDEP-883] - Upgrade maven-plugin parent to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Aug 15, 2023
1 parent c6973da commit 0062083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<version>40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -433,7 +433,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<goals>
<goal>clean</goal>
Expand Down

0 comments on commit 0062083

Please sign in to comment.