Skip to content

Commit

Permalink
Bump version, cap CHANGELOG, for v0.10.0-pr6
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Feb 29, 2024
1 parent 016b1e1 commit 82b5bf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
c3p0-0.10.0-pre6
-- Lots of documentation work.
-- Implement attemptResurrectOnCheckin config parameter.
See https://github.com/swaldman/c3p0/issues/47
Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Review params in JndiRefConnectionPoolDataSource




2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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"}
override def publishVersion = T{"0.10.0-pre6"}

// 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 82b5bf5

Please sign in to comment.