You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/07/22 00:26:38 UTC

svn commit: r678587 - /commons/proper/lang/trunk/pom.xml

Author: niallp
Date: Mon Jul 21 15:26:37 2008
New Revision: 678587

URL: http://svn.apache.org/viewvc?rev=678587&view=rev
Log:
Release version shouldn't ever be set to SNAPSHOT - used to generate the download page and should be the last release

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=678587&r1=678586&r2=678587&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Mon Jul 21 15:26:37 2008
@@ -389,7 +389,7 @@
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.2</maven.compile.target>
     <commons.componentid>lang</commons.componentid>
-    <commons.release.version>3.0-SNAPSHOT</commons.release.version>
+    <commons.release.version>2.4</commons.release.version>
     <commons.jira.id>LANG</commons.jira.id>
     <commons.jira.pid>12310481</commons.jira.pid>
   </properties>