You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/11/14 22:09:53 UTC

svn commit: r595058 - in /commons/proper/configuration/trunk: default.properties pom.xml project.xml

Author: oheger
Date: Wed Nov 14 13:09:52 2007
New Revision: 595058

URL: http://svn.apache.org/viewvc?rev=595058&view=rev
Log:
Updating version numbers for 1.5rc3

Modified:
    commons/proper/configuration/trunk/default.properties
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/project.xml

Modified: commons/proper/configuration/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/default.properties?rev=595058&r1=595057&r2=595058&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Wed Nov 14 13:09:52 2007
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.5-SNAPSHOT
+component.version = 1.5
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=595058&r1=595057&r2=595058&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Nov 14 13:09:52 2007
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</version>
   <name>Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.xml?rev=595058&r1=595057&r2=595058&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Wed Nov 14 13:09:52 2007
@@ -24,7 +24,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
+  <currentVersion>1.5</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>