You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/03/30 20:33:09 UTC

[maven-install-plugin] branch MINSTALL-172 created (now 3b43200)

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

khmarbaise pushed a change to branch MINSTALL-172
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git.


      at 3b43200  [MINSTALL-172] - Upgrade maven-plugin parent to 35

This branch includes the following new commits:

     new 3b43200  [MINSTALL-172] - Upgrade maven-plugin parent to 35

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-install-plugin] 01/01: [MINSTALL-172] - Upgrade maven-plugin parent to 35

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3b43200966deac7c60dee7a3581fabc9439e9487
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Mar 30 22:32:55 2022 +0200

    [MINSTALL-172] - Upgrade maven-plugin parent to 35
---
 pom.xml | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ed40f0..b2f365f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
+    <version>35</version>
     <relativePath/>
   </parent>
 
@@ -92,6 +92,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
       <version>0.13.1</version>
@@ -170,22 +176,6 @@
     </contributor>
   </contributors>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.2.2</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
   <profiles>
     <profile>
       <id>run-its</id>