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 2019/06/01 19:21:12 UTC

[creadur-rat] branch master updated: RAT-254: Add hint about new master branch and changelog for move to gitbox/hub

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de8e688  RAT-254: Add hint about new master branch and changelog for move to gitbox/hub
de8e688 is described below

commit de8e688a0e161c3bc5b3d2b2cb74506c1bc9c422
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sat Jun 1 20:35:06 2019 +0200

    RAT-254: Add hint about new master branch and changelog for move to gitbox/hub
---
 README.md               | 6 ++++++
 src/changes/changes.xml | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 0940024..a1f241f 100644
--- a/README.md
+++ b/README.md
@@ -54,3 +54,9 @@ stylesheets or keep in close touch with the code.
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
+
+## Contribution
+
+If you want to contribute feel free to branch from master and provide a pull request via Github.
+You should file a contributor license agreement in order to properly handle your input.
+Apart from that you could file an issue in ASF's Jira under the project "RAT".
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ef1e55..ccd5654 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2019-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-254" type="add" dev="pottlinger">
+        Properly finish move to gitbox/github, get rid of SVN references and adapt main branch to master and fix all Jenkins build jobs for RAT.
+      </action>
       <action issue="RAT-244" type="add" dev="pottlinger">
         Update compiler level to 1.6 to allow building with more recent JDKs. Update plugins and dependencies to more modern versions to fix security issues.
       </action>