Bump version number git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1612056 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/3720991d Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/3720991d Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/3720991d Branch: refs/heads/master Commit: 3720991db793bfcd018463affdf33bc6f993a034 Parents: cd3f19b Author: Benedikt Ritter <[email protected]> Authored: Sun Jul 20 08:41:25 2014 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Sun Jul 20 08:41:25 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/3720991d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 08a0ff4..2bf61b3 100644 --- a/pom.xml +++ b/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/3720991d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa5ef65..2625490 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,11 @@ The <action> type attribute can be add,update,fix,remove. <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,update,fix,remove. 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,update,fix,remove. 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,update,fix,remove. 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,update,fix,remove. 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,update,fix,remove. 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>
