The current DBCP versioning scheme is a bit odd.

1.3.x is for JDBC 3
1.4.x is for JDBC 4

They have the same original code base, so 1.4 is not later than 1.3

It might make more sense to use Maven classifiers to distinguish the
different builds.

Then there would be a single release version, and Maven users would
have to use the appropriate classifier.
This should work better with version checks.

The tarballs could just include the classifier in the name.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to