Author: oheger
Date: Sat Aug 23 16:17:10 2014
New Revision: 1620049

URL: http://svn.apache.org/r1620049
Log:
Changed version number for an upcoming alpha release.

Updated properties for the generation of the download page.

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1620049&r1=1620048&r2=1620049&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Aug 23 16:17:10 2014
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0-alpha1-SNAPSHOT</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -428,7 +428,10 @@
 
   <properties>
     <commons.componentid>configuration</commons.componentid>
-    <commons.release.version>1.9</commons.release.version>
+    <commons.release.version>1.10</commons.release.version>
+    <commons.release.desc>(stable version)</commons.release.desc>
+    <commons.release.2.version>2.0-alpha1</commons.release.2.version>
+    <commons.release.2.desc>(alpha release)</commons.release.2.desc>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
     <commons.jira.pid>12310467</commons.jira.pid>


Reply via email to