This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-3.8.x in repository https://gitbox.apache.org/repos/asf/maven.git
commit 4259ba8afd22240314555a31dd03602ad91514ac Author: Karl Heinz Marbaise <[email protected]> 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 3d41788..84abe1a 100644 --- a/pom.xml +++ b/pom.xml @@ -470,22 +470,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>
