summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-with-maven2
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/build-with-maven b/build-with-maven
index 8323640..0e2de5a 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -2,7 +2,7 @@ mvn -B clean source:jar javadoc:jar repository:bundle-create -P sign
#v=6.5.2beta
-export TESTNG=`echo ../testng/target/testng-6.8.8.jar`
+export TESTNG=`echo ../testng/target/testng-6.8.13.jar`
run="java -classpath \"target/classes;target/test-classes;${TESTNG};$CLASSPATH\" org.testng.TestNG src/test/resources/testng.xml"
echo "Launching tests: ${run}"
diff --git a/pom.xml b/pom.xml
index 5e7a470..cc70277 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<artifactId>jcommander</artifactId>
<packaging>jar</packaging>
<name>JCommander</name>
- <version>1.46-SNAPSHOT</version>
+ <version>1.48-SNAPSHOT</version>
<description>A Java framework to parse command line options with annotations.</description>
<url>http://beust.com/jcommander</url>
<licenses>
@@ -42,7 +42,7 @@
<distributionManagement>
<repository>
- <id>nexus-site</id>
+ <id>sonatype-nexus-staging</id>
<name>Nexus Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>