You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/28 17:11:29 UTC

[maven-install-plugin] 01/02: [MINSTALL-188] Upgrade Parent to 39

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MINSTALL-188
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit 164c89aea11b8b5d1ad983eb12f2f2ecd5f97edc
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Jan 28 18:03:51 2023 +0100

    [MINSTALL-188] Upgrade Parent to 39
---
 pom.xml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75c9cd6..c41a9f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>37</version>
+    <version>39</version>
     <relativePath />
   </parent>
 
@@ -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>
@@ -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>
@@ -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>