You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/12/13 23:04:00 UTC

[creadur-rat] 02/02: INFRA-17348: Move changes to the correct location

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit f794d43c1a9faec35de2a627c0d3b963c5b703e8
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Fri Dec 14 00:03:32 2018 +0100

    INFRA-17348: Move changes to the correct location
---
 src/changes/changes.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e588248..bde773e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,10 +54,12 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="0.13" date="2018-xx-xx" description="Current SNAPSHOT - to be done">
+    <release version="0.14-SNAPSHOT" date="2018-xx-xx" description="Current SNAPSHOT - to be done">
       <action issue="INFRA-17348" type="add" dev="jochen">
         SCM repository has been moved from svn.apache.org (Subversion) to gitbox.apache.org (Git)
       </action>
+    </release>
+    <release version="0.13" date="2018-10-13" description="Lots of bugfixes and improvements.">
       <action issue="RAT-228" type="add" due-to="Romain Manni-Bucau" dev="pottlinger">
         Fixing broken Ant unit test setup and making tests run more deterministic.
       </action>