Author: sebb
Date: Fri Apr 13 18:05:49 2012
New Revision: 1325885
URL: http://svn.apache.org/viewvc?rev=1325885&view=rev
Log:
No longer need to override CP plugin versions
Modified:
commons/proper/pool/trunk/pom.xml
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1325885&r1=1325884&r2=1325885&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Fri Apr 13 18:05:49 2012
@@ -144,20 +144,6 @@
</properties>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <!-- Override plugin versions in parent Pom, which are too old to
support manifests -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
- </plugin>
- </plugins>
- </pluginManagement>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<plugins>