Author: niallp
Date: Mon Feb 25 03:50:43 2008
New Revision: 630817
URL: http://svn.apache.org/viewvc?rev=630817&view=rev
Log:
Add commons-build-plugin 1.0
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=630817&r1=630816&r2=630817&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Feb 25 03:50:43 2008
@@ -199,6 +199,11 @@
<version>1.2.1</version>
<inherited>true</inherited>
</plugin>
+ <plugin>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-build-plugin</artifactId>
+ <version>1.0</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -270,6 +275,10 @@
</configuration>
</execution>
</executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-build-plugin</artifactId>
</plugin>
</plugins>
</build>