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 2008/12/19 22:38:06 UTC

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

Author: oheger
Date: Fri Dec 19 13:38:06 2008
New Revision: 728154

URL: http://svn.apache.org/viewvc?rev=728154&view=rev
Log:
Revert version numbers after tagging the RC.

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=728154&r1=728153&r2=728154&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Fri Dec 19 13:38:06 2008
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.6
+component.version = 1.6-SNAPHOT
 
 # 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=728154&r1=728153&r2=728154&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Fri Dec 19 13:38:06 2008
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.6</version>
+  <version>1.6-SNAPHOT</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=728154&r1=728153&r2=728154&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Fri Dec 19 13:38:06 2008
@@ -24,7 +24,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.6</currentVersion>
+  <currentVersion>1.6-SNAPSHOT</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>