You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/09/15 17:13:18 UTC

svn commit: r1171127 - /commons/proper/dbutils/trunk/pom.xml

Author: bayard
Date: Thu Sep 15 15:13:18 2011
New Revision: 1171127

URL: http://svn.apache.org/viewvc?rev=1171127&view=rev
Log:
Rolling main version back to 1.4-SNAPSHOT. Updating the version property to 1.4-SNAPSHOT

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1171127&r1=1171126&r2=1171127&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Thu Sep 15 15:13:18 2011
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.4-SNAPSHOT</version>
   <name>Commons DbUtils</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -200,8 +200,8 @@
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>dbutils</commons.componentid>
-    <commons.release.version>1.3</commons.release.version>
-    <commons.rc.version>RC4</commons.rc.version>
+    <commons.release.version>1.4-SNAPSHOT</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>DBUTILS</commons.jira.id>
     <commons.jira.pid>12310470</commons.jira.pid>
   </properties>