summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-04-28 17:33:14 -0700
committerCedric Beust <cedric@beust.com>2012-04-28 17:33:14 -0700
commit7f1e037acfb5e2cda7a452e0b897adfc55c1aaa9 (patch)
tree1eb8fdd9b55f41f868e9993a7696a2d80145e596 /build-with-maven
parentd38864b2271e805449fea3c92091f1f867a2a32f (diff)
downloadplatform_external_jcommander-7f1e037acfb5e2cda7a452e0b897adfc55c1aaa9.tar.gz
platform_external_jcommander-7f1e037acfb5e2cda7a452e0b897adfc55c1aaa9.tar.bz2
platform_external_jcommander-7f1e037acfb5e2cda7a452e0b897adfc55c1aaa9.zip
Build update to TestNG 6.5.2.
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 6290f22..ccaf39c 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.5beta
+v=6.5.2
export TESTNG=../testng/target/testng-${v}.jar
run="java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml"