Author: britter
Date: Mon Mar 13 10:45:01 2017
New Revision: 1786655

URL: http://svn.apache.org/viewvc?rev=1786655&view=rev
Log:
Update cli project after 1.4 release

Modified:
    commons/proper/cli/trunk/README.md
    commons/proper/cli/trunk/pom.xml
    commons/proper/cli/trunk/src/changes/changes.xml

Modified: commons/proper/cli/trunk/README.md
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/README.md?rev=1786655&r1=1786654&r2=1786655&view=diff
==============================================================================
--- commons/proper/cli/trunk/README.md (original)
+++ commons/proper/cli/trunk/README.md Mon Mar 13 10:45:01 2017
@@ -62,7 +62,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.3.1</version>
+  <version>1.4</version>
 </dependency>
 ```
 

Modified: commons/proper/cli/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1786655&r1=1786654&r2=1786655&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Mon Mar 13 10:45:01 2017
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.5-SNAPSHOT</version>
   <name>Apache Commons CLI</name>
 
   <inceptionYear>2002</inceptionYear>

Modified: commons/proper/cli/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/changes/changes.xml?rev=1786655&r1=1786654&r2=1786655&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/changes/changes.xml (original)
+++ commons/proper/cli/trunk/src/changes/changes.xml Mon Mar 13 10:45:01 2017
@@ -22,7 +22,10 @@
   </properties>
   <body>
 
-    <release version="1.4" date="tba" description="New features and bug fixes">
+    <release version="1.5" date="tba" description="tba">
+    </release>
+
+    <release version="1.4" date="2017-03-09" description="New features and bug 
fixes">
       <action type="add" dev="rfscholte" issue="CLI-269">
         Introduce CommandLine.Builder
       </action>


Reply via email to