Author: niallp
Date: Wed Feb 24 00:01:24 2010
New Revision: 915600

URL: http://svn.apache.org/viewvc?rev=915600&view=rev
Log:
Upgrade to commons-build-plugin version 1.2

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=915600&r1=915599&r2=915600&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Feb 24 00:01:24 2010
@@ -209,7 +209,7 @@
         <plugin>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-build-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2</version>
           <configuration>
             
<commons.release.name>${commons.release.name}</commons.release.name>
           </configuration>
@@ -645,7 +645,10 @@
 
     <!-- Default values for the download-page generation by 
commons-build-plugin -->
     
<commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
+    <commons.release.desc/>
+    <commons.release.2.desc/>
     <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.release.2.binary.suffix>-bin</commons.release.2.binary.suffix>
 
     <!-- Commons Component Id -->
     <commons.componentid>${project.artifactId}</commons.componentid>


Reply via email to