Skip to content

Commit

Permalink
[MINSTALL-188] Upgrade Parent to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 30, 2023
1 parent 508a3cd commit 1f9c6df
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>37</version>
<version>39</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -65,8 +65,10 @@
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.2.5</mavenVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion> <!-- Maven bound -->
<slf4jVersion>1.7.5</slf4jVersion> <!-- Maven bound -->
<!-- Maven bound -->
<aetherVersion>1.0.0.v20140518</aetherVersion>
<!-- Maven bound -->
<slf4jVersion>1.7.5</slf4jVersion>

<!-- plugin versions used in IT tests -->
<mavenAntrunPluginVersion>3.1.0</mavenAntrunPluginVersion>
Expand Down Expand Up @@ -117,7 +119,8 @@
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>${aetherVersion}</version>
<scope>compile</scope> <!-- To work in Maven versions older than 3.9.0 -->
<!-- To work in Maven versions older than 3.9.0 -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -143,7 +146,8 @@
<version>3.3.0</version>
<scope>test</scope>
</dependency>
<dependency> <!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
<dependency>
<!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
Expand Down

0 comments on commit 1f9c6df

Please sign in to comment.