summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-02-28 13:00:31 -0800
committerCedric Beust <cedric@beust.com>2011-02-28 13:00:31 -0800
commit704a28637f848de8506df4dd0fb2c12862c5313f (patch)
treee312b6ddb10afc3547d3b5531eb85c3bf6a4abf7 /build-with-maven
parent26fa1a86fa9c35b50735e4bcfca1c9ea7919fae1 (diff)
downloadplatform_external_jcommander-704a28637f848de8506df4dd0fb2c12862c5313f.tar.gz
platform_external_jcommander-704a28637f848de8506df4dd0fb2c12862c5313f.tar.bz2
platform_external_jcommander-704a28637f848de8506df4dd0fb2c12862c5313f.zip
TestNG version bump.
Diffstat (limited to 'build-with-maven')
-rwxr-xr-xbuild-with-maven2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-with-maven b/build-with-maven
index 50cfc6f..f6241fb 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -1,6 +1,6 @@
mvn clean source:jar javadoc:jar repository:bundle-create -P sign
-export TESTNG=../testng/target/testng-5.14.7beta.jar
+export TESTNG=../testng/target/testng-5.14.11beta.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml