Skip to content

Commit

Permalink
[MJLINK-76] - Upgrade maven-plugin parent to 41 (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Heinz Marbaise <[email protected]>
  • Loading branch information
bmarwell and khmarbaise authored Dec 22, 2023
1 parent c295172 commit 5b66f1e
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 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<version>41</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -228,7 +228,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<environmentVariables>
Expand Down

0 comments on commit 5b66f1e

Please sign in to comment.