summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2014-10-05 08:54:15 -0700
committerCedric Beust <cedric@beust.com>2014-10-05 08:54:15 -0700
commit006e02166d976203b246f19cabbb2f918c20f726 (patch)
tree43c29f3d90fa62600d0b1bfd6a93a42facae02d8
parentf5bc65089dc0a58c3855868c985f291b6e9e1afe (diff)
downloadplatform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.tar.gz
platform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.tar.bz2
platform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.zip
[maven-release-plugin] prepare release jcommander-1.37
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5507f7b..a9cc102 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<artifactId>jcommander</artifactId>
<packaging>jar</packaging>
<name>JCommander</name>
- <version>1.37-SNAPSHOT</version>
+ <version>1.37</version>
<description>A Java framework to parse command line options with annotations.</description>
<url>http://beust.com/jcommander</url>
<licenses>
@@ -179,7 +179,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore></ignore>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>