Skip to content

Commit

Permalink
2.0.15 is already released, so the next version should be 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Aug 26, 2009
1 parent 3a8d0e6 commit 3767a51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion args4j-tools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>args4j-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion args4j/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>args4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<name>args4j parent</name>
<version>2.0.13-SNAPSHOT</version>
<version>2.0.16-SNAPSHOT</version>
<packaging>pom</packaging>
<description>args4j : Java command line arguments parser</description>
<url>http://args4j.dev.java.net/</url>
Expand Down
2 changes: 1 addition & 1 deletion project.xml
Expand Up @@ -4,7 +4,7 @@
<name>args4j</name>
<groupId>args4j</groupId>
<artifactId>args4j-site</artifactId>
<currentVersion>2.0.13</currentVersion>
<currentVersion>2.0.16</currentVersion>

<organization>
<name>Kohsuke Kawaguchi</name>
Expand Down
4 changes: 2 additions & 2 deletions xdocs/changes.xml
Expand Up @@ -6,7 +6,7 @@
<author email="marksinke@dev.java.net">Mark Sinke</author>
</properties>
<body>
<release version="2.0.13">
<release version="2.0.16">
<action dev="jhm" type="add">Prepare for alternative 'markup' (instead of Annotations)</action>
<action dev="jhm" type="add">Make CmdLineParser.addOption / addArgument public for alternatives to parsing class files.</action>
</release>
Expand Down Expand Up @@ -73,4 +73,4 @@
</release>

</body>
</document>
</document>

0 comments on commit 3767a51

Please sign in to comment.