Skip to content

Commit 1f9c6df

Browse files
[MINSTALL-188] Upgrade Parent to 39
1 parent 508a3cd commit 1f9c6df

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

+9-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-plugins</artifactId>
28-
<version>37</version>
28+
<version>39</version>
2929
<relativePath />
3030
</parent>
3131

@@ -65,8 +65,10 @@
6565
<properties>
6666
<javaVersion>8</javaVersion>
6767
<mavenVersion>3.2.5</mavenVersion>
68-
<aetherVersion>1.0.0.v20140518</aetherVersion> <!-- Maven bound -->
69-
<slf4jVersion>1.7.5</slf4jVersion> <!-- Maven bound -->
68+
<!-- Maven bound -->
69+
<aetherVersion>1.0.0.v20140518</aetherVersion>
70+
<!-- Maven bound -->
71+
<slf4jVersion>1.7.5</slf4jVersion>
7072

7173
<!-- plugin versions used in IT tests -->
7274
<mavenAntrunPluginVersion>3.1.0</mavenAntrunPluginVersion>
@@ -117,7 +119,8 @@
117119
<groupId>org.eclipse.aether</groupId>
118120
<artifactId>aether-util</artifactId>
119121
<version>${aetherVersion}</version>
120-
<scope>compile</scope> <!-- To work in Maven versions older than 3.9.0 -->
122+
<!-- To work in Maven versions older than 3.9.0 -->
123+
<scope>compile</scope>
121124
</dependency>
122125
<dependency>
123126
<groupId>org.codehaus.plexus</groupId>
@@ -143,7 +146,8 @@
143146
<version>3.3.0</version>
144147
<scope>test</scope>
145148
</dependency>
146-
<dependency> <!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
149+
<dependency>
150+
<!-- used by maven-plugin-testing-harness, don't give it compile scope! -->
147151
<groupId>org.apache.maven</groupId>
148152
<artifactId>maven-compat</artifactId>
149153
<version>${mavenVersion}</version>

0 commit comments

Comments
 (0)