Author: britter
Date: Sun Jul 20 08:41:25 2014
New Revision: 1612056

URL: http://svn.apache.org/r1612056
Log:
Bump version number

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1612056&r1=1612055&r2=1612056&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sun Jul 20 08:41:25 2014
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.7-SNAPSHOT</version>
   <name>Apache Commons DbUtils</name>
 
   <inceptionYear>2002</inceptionYear>

Modified: commons/proper/dbutils/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1612056&r1=1612055&r2=1612056&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbutils/trunk/src/changes/changes.xml Sun Jul 20 08:41:25 
2014
@@ -43,7 +43,11 @@ The <action> type attribute can be add,u
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="1.6" date="TBA" description="Bugfixes and addition of 
insert methods">
+
+    <release version="1.7" date="TBA" description="TBD">
+    </release>
+
+    <release version="1.6" date="2014-07-20" description="Bugfixes and 
addition of insert methods">
       <action dev="britter" type="fix" issue="DBUTILS-110">
         ArrayHandler should return an empty array when handle has no rows
       </action>
@@ -87,6 +91,7 @@ The <action> type attribute can be add,u
         Added insert methods to QueryRunner and AsyncQueryRunner that return 
the generated key.
       </action>
     </release>
+
     <release version="1.5" date="2012-07-20" description="Bugfixes and 
addition of BeanMapHandler">
       <action dev="simonetripodi" due-to="Benedikt Ritter" type="update" 
issue="DBUTILS-94">
         Provide test coverage for org.apache.commons.dbutils.DbUtils
@@ -116,6 +121,7 @@ The <action> type attribute can be add,u
         Added generics to ScalarHandler, ColumnHandler, and KeyedHandler
       </action>
     </release>
+
     <release version="1.4" date="2011-10-23" description="Bugfixes and 
addition of asynchronous QueryLoader">
       <action type="fix" issue="DBUTILS-81">
         DbUtils.loadDriver() uses Class.forName()
@@ -136,6 +142,7 @@ The <action> type attribute can be add,u
         Add asynchronous batch, query, and update calls
       </action>
     </release>
+
     <release version="1.3" date="2009-11-04" description="Adds Java5 generics 
and varargs">
       <action dev="dfabulich" type="add" issue="DBUTILS-48">
         Java 1.5 generics and varargs
@@ -150,6 +157,7 @@ The <action> type attribute can be add,u
         Fixed error message in QueryRunner#rethrow
       </action>
     </release>
+
     <release version="1.2" date="2009-03-06" description="Another round of 
fixes; deprecates methods in preparation for varargs in java5">
       <action dev="dfabulich" type="update" issue="DBUTILS-52">
         Removed setDataSource method to guarantee thread safety
@@ -188,8 +196,8 @@ The <action> type attribute can be add,u
         Add serialVersionUID to BasicRowProcessor.CaseInsensitiveHashMap
       </action>
     </release>
-    <release version="1.1" date="2006-12-01" description="Last couple of years 
of fixes">
 
+    <release version="1.1" date="2006-12-01" description="Last couple of years 
of fixes">
       <action dev="bayard" type="fix" issue="DBUTILS-32">
         Tests fail to build under 1.6, and warning while compiling source  
       </action>


Reply via email to