You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/02/24 22:32:01 UTC

svn commit: r1074307 - /commons/proper/math/branches/MATH_2_X/pom.xml

Author: luc
Date: Thu Feb 24 21:32:01 2011
New Revision: 1074307

URL: http://svn.apache.org/viewvc?rev=1074307&view=rev
Log:
set commons.rc.version in pom.xml, as specified in the Wiki for Nexus deployement

Modified:
    commons/proper/math/branches/MATH_2_X/pom.xml

Modified: commons/proper/math/branches/MATH_2_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/pom.xml?rev=1074307&r1=1074306&r2=1074307&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_X/pom.xml Thu Feb 24 21:32:01 2011
@@ -242,6 +242,7 @@
   <properties>
     <commons.componentid>math</commons.componentid>
     <commons.release.version>2.2</commons.release.version>
+    <commons.rc.version>RC4</commons.rc.version>
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>MATH</commons.jira.id>
     <commons.jira.pid>12310485</commons.jira.pid>