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 2015/10/02 21:20:53 UTC

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

Author: jochen
Date: Fri Oct  2 19:20:52 2015
New Revision: 1706473

URL: http://svn.apache.org/viewvc?rev=1706473&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-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=1706473&r1=1706472&r2=1706473&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 Oct  2 19:20:52 2015
@@ -1,51 +1,50 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  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.
--->
-<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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.rat</groupId>
-    <artifactId>apache-rat-project</artifactId>
-    <version>0.12-SNAPSHOT</version>
-  </parent>
-  <packaging>jar</packaging>
-
-  <artifactId>apache-rat-api</artifactId>
-
-  <name>Apache Creadur Rat::API</name>
-  <description>Shared beans and services.</description>
-
-  <dependencies>
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-library</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  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.
+-->
+<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</version>
+  </parent>
+  <packaging>jar</packaging>
+
+  <artifactId>apache-rat-api</artifactId>
+
+  <name>Apache Creadur Rat::API</name>
+  <description>Shared beans and services.</description>
+
+  <dependencies>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-library</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

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=1706473&r1=1706472&r2=1706473&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 Oct  2 19:20:52 2015
@@ -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-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml?rev=1706473&r1=1706472&r2=1706473&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 Oct  2 19:20:52 2015
@@ -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=1706473&r1=1706472&r2=1706473&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat/pom.xml Fri Oct  2 19:20:52 2015
@@ -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=1706473&r1=1706472&r2=1706473&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Fri Oct  2 19:20:52 2015
@@ -319,38 +319,6 @@ agnostic home for software distribution
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <!-- Must use previous version, to avoid a cyclic reference -->
-          <version>${previousRatVersion}</version>
-          <dependencies><!-- TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
-            <dependency>
-              <groupId>org.apache.maven.doxia</groupId>
-              <artifactId>doxia-core</artifactId>
-              <version>1.2</version>
-              <exclusions>
-                <exclusion>
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-                </exclusion>
-              </exclusions>
-            </dependency>
-          </dependencies>
-          <configuration>
-            <excludes>
-              <!-- This file only describes how to build the project and it has no license header -->
-              <exclude>BUILD.txt</exclude>
-              <!-- rat:check does not seem to use exclusions from modules -->
-              <exclude>apache-rat/README*.txt</exclude>
-              <exclude>apache-rat-core/src/test/resources/**</exclude>
-              <exclude>apache-rat*/target/**</exclude>
-              <exclude>apache-rat-plugin/src/test/resources/**</exclude>
-              <exclude>apache-rat-plugin/src/it/**</exclude>
-              <exclude>apache-rat-tasks/src/test/resources/**</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.0</version>
@@ -447,17 +415,6 @@ agnostic home for software distribution
         </dependencies>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
         <version>1.11</version>