diff options
author | Cedric Beust <cedric@beust.com> | 2014-10-05 08:54:15 -0700 |
---|---|---|
committer | Cedric Beust <cedric@beust.com> | 2014-10-05 08:54:15 -0700 |
commit | 006e02166d976203b246f19cabbb2f918c20f726 (patch) | |
tree | 43c29f3d90fa62600d0b1bfd6a93a42facae02d8 /pom.xml | |
parent | f5bc65089dc0a58c3855868c985f291b6e9e1afe (diff) | |
download | platform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.tar.gz platform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.tar.bz2 platform_external_jcommander-006e02166d976203b246f19cabbb2f918c20f726.zip |
[maven-release-plugin] prepare release jcommander-1.37
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |