Author: rdonkin
Date: Sun Mar 24 15:28:44 2013
New Revision: 1460401

URL: http://svn.apache.org/r1460401
Log:
Maven release plugin failed half way through :-( Revert changes and try again 
<sigh>

Modified:
    creadur/rat/trunk/apache-rat-core/pom.xml
    creadur/rat/trunk/apache-rat-plugin/pom.xml
    creadur/rat/trunk/apache-rat-tasks/pom.xml
    creadur/rat/trunk/apache-rat/pom.xml
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/apache-rat-core/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/pom.xml?rev=1460401&r1=1460400&r2=1460401&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-core/pom.xml Sun Mar 24 15:28:44 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.9</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>

Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1460401&r1=1460400&r2=1460401&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Sun Mar 24 15:28:44 2013
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.9</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apache-rat-plugin</artifactId>

Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1460401&r1=1460400&r2=1460401&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Sun Mar 24 15:28:44 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.9</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
@@ -140,7 +140,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
               </pluginExecutions>

Modified: creadur/rat/trunk/apache-rat/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/pom.xml?rev=1460401&r1=1460400&r2=1460401&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/pom.xml (original)
+++ creadur/rat/trunk/apache-rat/pom.xml Sun Mar 24 15:28:44 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.9</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
@@ -129,7 +129,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
               </pluginExecutions>

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1460401&r1=1460400&r2=1460401&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Mar 24 15:28:44 2013
@@ -25,7 +25,7 @@
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
   <packaging>pom</packaging>
-  <version>0.9</version>
+  <version>0.9-SNAPSHOT</version>
   <name>Apache Rat</name>
   <url>http://creadur.apache.org/rat/</url>
   <description>
@@ -318,7 +318,7 @@ agnostic home for software distribution 
             </goals>
             <configuration>
               <target>
-                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false" />
+                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false"/>
               </target>
             </configuration>
           </execution>
@@ -441,9 +441,9 @@ agnostic home for software distribution 
   </contributors>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</developerConnection>
-    
<url>http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/creadur/rat/trunk</url>
   </scm>
 
   <distributionManagement>


Reply via email to