Release updates for 1.2 release

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f7f04653
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f7f04653
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f7f04653

Branch: refs/heads/master
Commit: f7f0465358a05f580964971d097ae3385291ac3d
Parents: 7f3aa40
Author: Rob Tompkins <chtom...@apache.org>
Authored: Tue Dec 12 08:47:04 2017 -0500
Committer: Rob Tompkins <chtom...@apache.org>
Committed: Tue Dec 12 08:47:04 2017 -0500

----------------------------------------------------------------------
 pom.xml                           | 5 ++---
 src/changes/changes.xml           | 5 ++++-
 src/site/xdoc/release-history.xml | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/f7f04653/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cbe808c..278fb2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>42</version>
   </parent>
   <artifactId>commons-text</artifactId>
-  <version>1.2</version>
+  <version>1.3-SNAPSHOT</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a library focused on algorithms working 
on strings.</description>
 
@@ -36,8 +36,7 @@
     <commons.componentid>text</commons.componentid>
     <commons.module.name>org.apache.commons.text</commons.module.name>
 
-    <commons.release.version>1.2</commons.release.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.release.version>1.3</commons.release.version>
     <commons.release.desc>(Java 7+)</commons.release.desc>
 
     <commons.jira.id>TEXT</commons.jira.id>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/f7f04653/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7701c5b..aff8855 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,10 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="1.2" date="2017-MM-DD" description="Release 1.2">
+  <release version="1.3" date="YYYY-MM-DD" description="Release 1.3">
+  </release>
+
+  <release version="1.2" date="2017-12-12" description="Release 1.2">
     <action issue="TEXT-107" type="update" dev="chtompki">Upversion 
commons-lang to 3.7</action>
     <action issue="TEXT-106" type="fix" dev="kinow" due-to="Benoit 
Moreau">Exception thrown in ExtendedMessageFormat using quotes with custom 
registry</action>
     <action issue="TEXT-100" type="fix" dev="kinow" due-to="Don 
Jeba">StringEscapeUtils#UnEscapeJson doesn't recognize escape signs 
correctly</action>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/f7f04653/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index cacbd43..ac20efb 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -27,7 +27,7 @@ limitations under the License.
 <table>
 <tr><th>Version</th><th>Release date</th><th>Required Java 
Version</th><th>Javadoc</th><th>Release notes</th></tr>
 <tr>
-  <td>1.2</td><td>12-8-2017</td><td>7.0</td><td><a 
href="javadocs/api-1.2/">api-1.2</a></td><td><a 
href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
+  <td>1.2</td><td>12-12-2017</td><td>7.0</td><td><a 
href="javadocs/api-1.2/">api-1.2</a></td><td><a 
href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
 </tr>
 <tr>
   <td>1.1</td><td>5-23-2017</td><td>7.0</td><td><a 
href="javadocs/api-1.1/">api-1.1</a></td><td><a 
href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>

Reply via email to