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:03:58 UTC

[creadur-rat] branch trunk updated (58f9ffc -> f794d43)

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

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


    from 58f9ffc  Start using .gitignore.
     new 4954a17  Fix error in generated release notes.
     new f794d43  INFRA-17348: Move changes to the correct location

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE-NOTES.txt       | 2 --
 src/changes/changes.xml | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)


[creadur-rat] 01/02: Fix error in generated release notes.

Posted by po...@apache.org.
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 4954a1751a287da0f82714317a5a555cfb3c2858
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Fri Dec 14 00:03:14 2018 +0100

    Fix error in generated release notes.
---
 RELEASE-NOTES.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2e1aaef..4ce87a3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -15,8 +15,6 @@ Note that binary compatibility is not guaranteed between 0.x releases.
 Apache Rat is developed by the Apache Creadur project, a language and build
 agnostic home for software distribution comprehension and audit tools.
 
-Current SNAPSHOT - to be done
-
 Changes in this version include:
 
 New features:


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

Posted by po...@apache.org.
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>