Skip to content

Commit 35b6c94

Browse files
committed
Post release clean up
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1686098 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3ce363f commit 35b6c94

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Alternatively you can pull it from the central Maven repositories:
6262
<dependency>
6363
<groupId>commons-cli</groupId>
6464
<artifactId>commons-cli</artifactId>
65-
<version>1.3</version>
65+
<version>1.3.1</version>
6666
</dependency>
6767
```
6868

doap_cli.rdf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ limitations under the License.
3636
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli"/>
3737
</SVNRepository>
3838
</repository>
39+
<release>
40+
<Version>
41+
<name>commons-cli</name>
42+
<created>2015-06-17</created>
43+
<revision>1.3.1</revision>
44+
</Version>
45+
</release>
3946
<release>
4047
<Version>
4148
<name>commons-cli</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
2626
<artifactId>commons-cli</artifactId>
27-
<version>1.3.1-SNAPSHOT</version>
27+
<version>1.4-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929

3030
<inceptionYear>2002</inceptionYear>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</properties>
2323
<body>
2424

25-
<release version="1.3.1" date="tba" description="Bug fix release for 1.3">
25+
<release version="1.3.1" date="2015-06-17" description="Bug fix release for 1.3">
2626
<action type="fix" dev="britter" issue="CLI-252" due-to="Simon Harrer">
2727
LongOpt falsely detected as ambiguous
2828
</action>

0 commit comments

Comments
 (0)