Skip to content

Commit 6d540d7

Browse files
committed
Update cli project after 1.4 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1786655 13f79535-47bb-0310-9956-ffa450edef68
1 parent b3a942d commit 6d540d7

3 files changed

Lines changed: 6 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.1</version>
65+
<version>1.4</version>
6666
</dependency>
6767
```
6868

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.4-SNAPSHOT</version>
27+
<version>1.5-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929

3030
<inceptionYear>2002</inceptionYear>

src/changes/changes.xml

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

25-
<release version="1.4" date="tba" description="New features and bug fixes">
25+
<release version="1.5" date="tba" description="tba">
26+
</release>
27+
28+
<release version="1.4" date="2017-03-09" description="New features and bug fixes">
2629
<action type="add" dev="rfscholte" issue="CLI-269">
2730
Introduce CommandLine.Builder
2831
</action>

0 commit comments

Comments
 (0)