Skip to content

Commit

Permalink
It looks like there will be a 0.9.5.3... update version numbers for t…
Browse files Browse the repository at this point in the history
…hat.
  • Loading branch information
swaldman committed Jan 27, 2019
1 parent 6796e1d commit 4072e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ 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.13-SNAPSHOT
mchange-commons-java.version=0.2.15
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


# we compile against jdk 1.7, but output jdk 1.6 compatible classfiles.
# we compile against jdk 1.8, but output jdk 1.6 compatible classfiles.
jvm.target.version=1.6

# >> DEBUGGING AND TRACING <<
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<property file="../settings/build-c3p0.properties" />
<property file="build.properties" />

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

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

<property name="c3p0.name" value="c3p0-${c3p0.version}" />

Expand Down

0 comments on commit 4072e7e

Please # to comment.