You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/10/31 13:25:38 UTC

svn commit: r1537467 - /commons/proper/pool/trunk/pom.xml

Author: sebb
Date: Thu Oct 31 12:25:38 2013
New Revision: 1537467

URL: http://svn.apache.org/r1537467
Log:
Allow download page to be built automatically

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=1537467&r1=1537466&r2=1537467&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Thu Oct 31 12:25:38 2013
@@ -151,6 +151,15 @@
     <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>pool</commons.componentid>
     <commons.release.version>2.0</commons.release.version>
+    <commons.release.desc>(Java 6.0+)</commons.release.desc>
+    <commons.release.2.version>1.6.1</commons.release.2.version>
+    <commons.release.2.desc>(Java 5.0+)</commons.release.2.desc>
+    <!-- override parent name, because 1.x uses different artifactId -->
+    <commons.release.2.name>commons-pool-${commons.release.2.version}</commons.release.2.name>
+    <commons.release.3.version>1.5.7</commons.release.3.version>
+    <!-- override parent name, because 1.x uses different artifactId -->
+    <commons.release.3.name>commons-pool-${commons.release.3.version}</commons.release.3.name>
+    <commons.release.3.desc>(Java 1.3+)</commons.release.3.desc>
     <commons.jira.id>POOL</commons.jira.id>
     <commons.jira.pid>12310488</commons.jira.pid>
   </properties>