Skip to content

Commit

Permalink
[MWAR-463] Upgrade Parent to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 21, 2023
1 parent df7bb81 commit e0c9cbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>36</version>
<version>39</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -173,7 +173,8 @@
<scope>provided</scope>
</dependency>

<dependency> <!-- looks up RepositorySystem -->
<dependency>
<!-- looks up RepositorySystem -->
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
Expand Down

0 comments on commit e0c9cbc

Please sign in to comment.