You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2016/05/28 06:56:11 UTC

svn commit: r1745837 - in /creadur/rat/branches/0.12-release: NOTICE RELEASE_NOTES.txt pom.xml src/site/apt/index.apt.vm src/site/site.xml

Author: jochen
Date: Sat May 28 06:56:11 2016
New Revision: 1745837

URL: http://svn.apache.org/viewvc?rev=1745837&view=rev
Log:
Preparing 0.12 RC2.

Removed:
    creadur/rat/branches/0.12-release/RELEASE_NOTES.txt
Modified:
    creadur/rat/branches/0.12-release/NOTICE
    creadur/rat/branches/0.12-release/pom.xml
    creadur/rat/branches/0.12-release/src/site/apt/index.apt.vm
    creadur/rat/branches/0.12-release/src/site/site.xml

Modified: creadur/rat/branches/0.12-release/NOTICE
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/NOTICE?rev=1745837&r1=1745836&r2=1745837&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/NOTICE (original)
+++ creadur/rat/branches/0.12-release/NOTICE Sat May 28 06:56:11 2016
@@ -1,5 +1,5 @@
 Apache Rat
-Copyright 2006-2014 The Apache Software Foundation
+Copyright 2006-2016 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1745837&r1=1745836&r2=1745837&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Sat May 28 06:56:11 2016
@@ -351,6 +351,13 @@ agnostic home for software distribution
             <tagNameFormat>@{project.artifactId}-@{project.version}-RC1</tagNameFormat>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+            <tagNameFormat>@{project.artifactId}-@{project.version}-RC2</tagNameFormat>
+          </configuration>
+        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
         <plugin>
         	<groupId>org.eclipse.m2e</groupId>

Modified: creadur/rat/branches/0.12-release/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/src/site/apt/index.apt.vm?rev=1745837&r1=1745836&r2=1745837&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/src/site/apt/index.apt.vm (original)
+++ creadur/rat/branches/0.12-release/src/site/apt/index.apt.vm Sat May 28 06:56:11 2016
@@ -114,18 +114,6 @@ java -jar apache-rat-${project.version}.
 
  Read more {{{./apache-rat-plugin/index.html} here}}.
 
-** Gradle (not yet officially supported)
-
- Use the plugin for {{{https://gradle.org}Gradle}}.
-
-+------------------------------------------+
-plugins {
-  id "org.apache.rat" version "${version}"
-}
-+------------------------------------------+
-
- Read more {{{./apache-rat-gradle/index.html} here}}.
-
 * Checking Out Rat
 
   Quick start

Modified: creadur/rat/branches/0.12-release/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/src/site/site.xml?rev=1745837&r1=1745836&r2=1745837&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/src/site/site.xml (original)
+++ creadur/rat/branches/0.12-release/src/site/site.xml Sat May 28 06:56:11 2016
@@ -56,7 +56,6 @@
       <item name="From The Command Line" href="apache-rat/index.html"/>
       <item name="With Ant" href="apache-rat-tasks/index.html"/>
       <item name="With Maven" href="apache-rat-plugin/index.html"/>
-      <item name="With Gradle" href="apache-rat-gradle/index.html"/>
     </menu>
 
     <menu name="Apache Creadur&#8482;" inherit="bottom">