summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-01-11 12:36:16 -0800
committerCedric Beust <cedric@beust.com>2012-01-11 12:36:16 -0800
commitbb90ac944d6f783217afa5847360cc723da885d2 (patch)
treec2aec70c88cf22f661a8d40b9c6190a518d1b722 /build-with-maven
parentef85e832405933f6897893581a3df908e9e2a432 (diff)
downloadplatform_external_jcommander-bb90ac944d6f783217afa5847360cc723da885d2.tar.gz
platform_external_jcommander-bb90ac944d6f783217afa5847360cc723da885d2.tar.bz2
platform_external_jcommander-bb90ac944d6f783217afa5847360cc723da885d2.zip
Updated TestNG to 6.4beta.
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 5a6a9f8..b281494 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -1,6 +1,6 @@
mvn -B clean source:jar javadoc:jar repository:bundle-create -P sign
-v=6.3.2beta
+v=6.4beta
export TESTNG=../testng/target/testng-${v}.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml