summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCédric Beust <cedric@color.com>2011-10-23 12:02:17 -0700
committerCédric Beust <cedric@color.com>2011-10-23 12:02:17 -0700
commit25aab24d37d3b9374ae113c5840f541ffa63b033 (patch)
tree18d84036f478c0dabe1d43ecc8c38aabb78136ae /build-with-maven
parentf2af8149400676221cc155567d6a41b65bec13d1 (diff)
downloadplatform_external_jcommander-25aab24d37d3b9374ae113c5840f541ffa63b033.tar.gz
platform_external_jcommander-25aab24d37d3b9374ae113c5840f541ffa63b033.tar.bz2
platform_external_jcommander-25aab24d37d3b9374ae113c5840f541ffa63b033.zip
Updated to TestNG 6.3.
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 12337d6..001ed3d 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.2.2beta
+v=6.3
export TESTNG=../testng/target/testng-${v}.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml