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/25 06:47:24 UTC

svn commit: r1745443 - in /creadur/rat/branches/0.12-release: apache-rat-api/pom.xml apache-rat-core/pom.xml apache-rat-plugin/pom.xml apache-rat-tasks/pom.xml apache-rat/pom.xml

Author: jochen
Date: Wed May 25 06:47:24 2016
New Revision: 1745443

URL: http://svn.apache.org/viewvc?rev=1745443&view=rev
Log:
Fixing version numbers

Modified:
    creadur/rat/branches/0.12-release/apache-rat-api/pom.xml
    creadur/rat/branches/0.12-release/apache-rat-core/pom.xml
    creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml
    creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml
    creadur/rat/branches/0.12-release/apache-rat/pom.xml

Modified: creadur/rat/branches/0.12-release/apache-rat-api/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-api/pom.xml?rev=1745443&r1=1745442&r2=1745443&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-api/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-api/pom.xml Wed May 25 06:47:24 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
 

Modified: creadur/rat/branches/0.12-release/apache-rat-core/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-core/pom.xml?rev=1745443&r1=1745442&r2=1745443&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-core/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-core/pom.xml Wed May 25 06:47:24 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>

Modified: creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml?rev=1745443&r1=1745442&r2=1745443&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml Wed May 25 06:47:24 2016
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>

Modified: creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml?rev=1745443&r1=1745442&r2=1745443&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml Wed May 25 06:47:24 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>

Modified: creadur/rat/branches/0.12-release/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat/pom.xml?rev=1745443&r1=1745442&r2=1745443&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat/pom.xml Wed May 25 06:47:24 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>