This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git
The following commit(s) were added to refs/heads/master by this push:
new 0f0f52e [MRELEASE-1043] don't override plugins from parent
0f0f52e is described below
commit 0f0f52ea57334a651ac88e1545a86a576e264fe1
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Apr 10 19:08:04 2020 +0200
[MRELEASE-1043] don't override plugins from parent
---
pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index c54836b..cdb5938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,24 +106,6 @@
</excludes>
</configuration>
</plugin>
- <!-- Reproducible Builds plugins: to be removed once parent POM
updated to 34 -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-metadata</artifactId>
- <version>2.1.0</version>
- </plugin>
</plugins>
</pluginManagement>
</build>