Skip to content

Commit

Permalink
Update version numbers for 0.9.6-pre1 dev, make last acquisition fail…
Browse files Browse the repository at this point in the history
…ure nested cause of CannotAcquireResourceException.
  • Loading branch information
swaldman committed Nov 22, 2015
1 parent 150dda9 commit e9bc82f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mchange-commons-java.dist.dir=lib
# is intended to be built are shown below. usually you should leave
# these alone.
#
mchange-commons-java.version=0.2.10
mchange-commons-java.version=0.2.11-SNAPSHOT
mchange-commons-java.jar.file.name=mchange-commons-java-${mchange-commons-java.version}.jar
mchange-commons-java.jar.file=${mchange-commons-java.dist.dir}/${mchange-commons-java.jar.file.name}
mchange-commons-java.sources.jar.file=${mchange-commons-java.dist.dir}/mchange-commons-java-${mchange-commons-java.version}-sources.jar
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property file="../settings/build-c3p0.properties" />
<property file="build.properties" />

<property name="c3p0.version" value="0.9.5.1" />
<property name="c3p0.version" value="0.9.6-pre1" />

<property name="c3p0.copyright.year" value="2015" />

Expand Down
2 changes: 2 additions & 0 deletions src/dist-static/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Embed last acquistion failure as nested Exception in CannotAcquireResourceException. Thanks to
nigam on github for this addition.
c3p0-0.9.5.1
-- Implemented configuration property com.mchange.v2.c3p0.impl.DefaultConnectionTester.isValidTimeout
to define timeouts on tests based on Connection.isValid(...). Many thanks to james-hu on github
Expand Down

0 comments on commit e9bc82f

Please sign in to comment.