Match versions for Ant build based on Maven build.
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.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