Skip to content

Commit

Permalink
Cap CHANGELOG, update version for 0.10.0-pre5.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Feb 26, 2024
1 parent 96a1c6b commit c597a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
c3p0-0.10.0-pre5
-- Lots of documenting, condensing, clean-up, etc.
-- Define connectionIsValidTimeout as an ordinary bean-style config parameter.
Previously users had to set a universal property (in c3p0.properties or System
properties) to set this timeout.
Expand Down Expand Up @@ -31,6 +33,7 @@ c3p0-0.10.0-pre4
(Here and in mchange-commons-java.)
See https://github.com/swaldman/c3p0/issues/133
Thanks Bernhard E. Reiter!
-- Update to mchange-commons-java 0.3.0
c3p0-0.10.0-pre3
-- Have build fail if we try to build with an unexpected JVM version.
We want to use a consistent JVM version (currently 11) and target version (currently 7)
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependency {
object c3p0 extends RootModule with JavaModule with PublishModule {
val organization = "com.mchange"
override def artifactName = T{"c3p0"}
override def publishVersion = T{"0.10.0-pre5-SNAPSHOT"}
override def publishVersion = T{"0.10.0-pre5"}

// we are currently building in Java 11, but releasing Java 7 compatible class files
// for users of smaller JDBC subsets
Expand Down

0 comments on commit c597a11

Please sign in to comment.