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
diff --git a/README.md b/README.md
index 671172a..b128b1c 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@
 <dependency>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.3.1</version>
+  <version>1.4</version>
 </dependency>
 ```
 
diff --git a/pom.xml b/pom.xml
index be6e2d3..0b05d53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07e1270..cd92481 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>