Author: jochen
Date: Fri Apr 29 15:45:03 2016
New Revision: 1741651

URL: http://svn.apache.org/viewvc?rev=1741651&view=rev
Log:
[maven-release-plugin] prepare release apache-rat-project-0.12

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
    creadur/rat/branches/0.12-release/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=1741651&r1=1741650&r2=1741651&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 Fri Apr 29 
15:45:03 2016
@@ -15,13 +15,12 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</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=1741651&r1=1741650&r2=1741651&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 Fri Apr 29 
15:45:03 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</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=1741651&r1=1741650&r2=1741651&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 Fri Apr 29 
15:45:03 2016
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
@@ -116,7 +116,7 @@
                                                        </goals>
                                                </pluginExecutionFilter>
                                                <action>
-                                                       <ignore></ignore>
+                                                       <ignore />
                                                </action>
                                        </pluginExecution>
                                </pluginExecutions>

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=1741651&r1=1741650&r2=1741651&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 Fri Apr 29 
15:45:03 2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</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=1741651&r1=1741650&r2=1741651&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat/pom.xml Fri Apr 29 15:45:03 
2016
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1741651&r1=1741650&r2=1741651&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Fri Apr 29 15:45:03 2016
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.12-SNAPSHOT</version>
+  <version>0.12</version>
   <packaging>pom</packaging>
   <name>Apache Creadur Rat</name>
   <url>http://creadur.apache.org/rat/</url>
@@ -402,7 +402,7 @@ agnostic home for software distribution
                                                        </goals>
                                                </pluginExecutionFilter>
                                                <action>
-                                                       <ignore></ignore>
+                                                       <ignore />
                                                </action>
                                        </pluginExecution>
                                </pluginExecutions>
@@ -424,7 +424,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>
@@ -631,9 +631,9 @@ agnostic home for software distribution
     </contributor>
   </contributors>
   <scm>
-    
<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>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</developerConnection>
+    
<url>http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.12</url>
   </scm>
   <distributionManagement>
     <site>


Reply via email to