summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2014-10-05 09:12:45 -0700
committerCedric Beust <cedric@beust.com>2014-10-05 09:13:57 -0700
commitdb2b19345ec59075970bea733176dd4bf683efbb (patch)
tree59bc5e040e7e80c0585e2a0c20ee8dfe6236d6fd
parentb786cb2a331ba16013f8ee434b6e1e303f280cc0 (diff)
downloadplatform_external_jcommander-db2b19345ec59075970bea733176dd4bf683efbb.tar.gz
platform_external_jcommander-db2b19345ec59075970bea733176dd4bf683efbb.tar.bz2
platform_external_jcommander-db2b19345ec59075970bea733176dd4bf683efbb.zip
Repo.
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c376dfe..dd22f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<artifactId>jcommander</artifactId>
<packaging>jar</packaging>
<name>JCommander</name>
- <version>1.43-SNAPSHOT</version>
+ <version>1.43</version>
<description>A Java framework to parse command line options with annotations.</description>
<url>http://beust.com/jcommander</url>
<licenses>
@@ -40,6 +40,14 @@
<url>git@github.com:cbeust/jcommander.git</url>
</scm>
+ <distributionManagement>
+ <repository>
+ <id>nexus-site</id>
+ <name>Nexus Staging Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
<developers>
<developer>
<name>Cedric Beust</name>