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/10 16:40:32 UTC

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

Author: oheger
Date: Sat Nov 10 07:40:31 2007
New Revision: 593788

URL: http://svn.apache.org/viewvc?rev=593788&view=rev
Log:
Rolled back version number to snapshot

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=593788&r1=593787&r2=593788&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Sat Nov 10 07:40:31 2007
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.5
+component.version = 1.5-SNAPSHOT
 
 # 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=593788&r1=593787&r2=593788&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Nov 10 07:40:31 2007
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.5</version>
+  <version>1.5-SNAPSHOT</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=593788&r1=593787&r2=593788&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Sat Nov 10 07:40:31 2007
@@ -24,7 +24,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.5</currentVersion>
+  <currentVersion>1.5-SNAPSHOT</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>