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 2020/04/04 21:43:29 UTC

[maven] 01/01: [MNG-6884] - Cleanup POM File after version upgrade

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

khmarbaise pushed a commit to branch MNG-6884
in repository https://gitbox.apache.org/repos/asf/maven.git

commit bf7b99ab5959d78a7370af3b56c298f60154159c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 4 23:43:16 2020 +0200

    [MNG-6884] - Cleanup POM File after version upgrade
---
 pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef2764d..d718abc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,22 +454,6 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-        <!-- TODO remove source/jar/assembly versions when parent upgraded to 34 -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <version>3.2.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.2.0</version>
-        </plugin>
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>