You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/05/30 02:44:31 UTC

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

Author: psteitz
Date: Sat May 30 00:44:30 2009
New Revision: 780155

URL: http://svn.apache.org/viewvc?rev=780155&view=rev
Log:
Prepare for 1.5-RC2.

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=780155&r1=780154&r2=780155&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sat May 30 00:44:30 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
-  <version>1.5-RC1</version>
+  <version>1.5-RC2</version>
   <name>Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -133,7 +133,7 @@
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>pool</commons.componentid>
-    <commons.release.version>1.5-RC1</commons.release.version>
+    <commons.release.version>1.5-RC2</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>POOL</commons.jira.id>
     <commons.jira.pid>12310488</commons.jira.pid>
@@ -249,7 +249,7 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.2.2</version>
           <configuration>
-            <comparisonVersion>1.3</comparisonVersion>
+            <comparisonVersion>1.4</comparisonVersion>
             <minSeverity>info</minSeverity>
           </configuration>
         </plugin>