Repository: commons-dbcp Updated Branches: refs/heads/master 195775847 -> 6040b67b7
Match versions for Ant build based on Maven build. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/6040b67b Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/6040b67b Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/6040b67b Branch: refs/heads/master Commit: 6040b67b78d96d05c282a75bb250fa6ea31623dc Parents: 1957758 Author: Gary Gregory <[email protected]> Authored: Sat May 12 12:36:02 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat May 12 12:36:02 2018 -0600 ---------------------------------------------------------------------- build.properties.sample | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/6040b67b/build.properties.sample ---------------------------------------------------------------------- diff --git a/build.properties.sample b/build.properties.sample index 14aedfd..2aed382 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -24,15 +24,15 @@ repository=${user.home}/.m2/repository # Maven-generated jar to validate in test-jar target -dbcp.jar=./target/commons-dbcp2-2.1.1-SNAPSHOT.jar +dbcp.jar=./target/commons-dbcp2-2.3.0-SNAPSHOT.jar # commons-pool.jar - path to commons-pool2 jar -commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.4.2 -commons-pool.jar=${commons-pool.home}/commons-pool2-2.4.2.jar +commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.5.0 +commons-pool.jar=${commons-pool.home}/commons-pool2-2.5.0.jar # JUnit -junit.home=${repository}/junit/junit/4.11 -junit.jar=${junit.home}/junit-4.11.jar +junit.home=${repository}/junit/junit/4.12 +junit.jar=${junit.home}/junit-4.12.jar hamcrest.jar=${repository}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar # XML parser @@ -46,8 +46,8 @@ naming.java.home=${repository}/tomcat/naming-java/5.0.28 naming-java.jar=${naming.java.home}/naming-java-5.0.28.jar # Commons logging - dependency of naming jars -commons-logging.home=${repository}/commons-logging/commons-logging/1.1.3 -commons-logging.jar=${commons-logging.home}/commons-logging-1.1.3.jar +commons-logging.home=${repository}/commons-logging/commons-logging/1.2 +commons-logging.jar=${commons-logging.home}/commons-logging-1.2.jar # JTA - needed for managed connections jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
