Author: ate
Date: Wed Apr  7 23:51:57 2010
New Revision: 931728

URL: http://svn.apache.org/viewvc?rev=931728&view=rev
Log:
Preparing for several upcoming APA releases:
- upgrading to applications-pom-1.2
- adjusting rat plugin groupId and artifactId

Modified:
    portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
    portals/applications/dbbrowser/trunk/pom.xml
    portals/applications/demo/trunk/pom.xml
    portals/applications/gems/trunk/pom.xml
    portals/applications/rss/trunk/pom.xml
    portals/applications/rss/trunk/rss-war/pom.xml
    portals/applications/webcontent/trunk/pom.xml
    portals/applications/webcontent/trunk/webcontent-war/pom.xml

Modified: portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml Wed Apr  7 
23:51:57 2010
@@ -110,8 +110,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>            
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes combine.children="append">
                 <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude>

Modified: portals/applications/dbbrowser/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/pom.xml Wed Apr  7 23:51:57 2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.portals</groupId>
     <artifactId>applications-pom</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <groupId>org.apache.portals.applications</groupId>

Modified: portals/applications/demo/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Wed Apr  7 23:51:57 2010
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.portals</groupId>
     <artifactId>applications-pom</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <packaging>war</packaging>
   <name>Apache Portals Applications Demo Application</name>
@@ -293,8 +293,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>            
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes combine.children="append">
                 <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude>

Modified: portals/applications/gems/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Wed Apr  7 23:51:57 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.portals</groupId>
     <artifactId>applications-pom</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <groupId>org.apache.portals.applications</groupId>
@@ -195,8 +195,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>            
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes combine.children="append">
                 <!-- These files are based on MIT license -->

Modified: portals/applications/rss/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/rss/trunk/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/rss/trunk/pom.xml (original)
+++ portals/applications/rss/trunk/pom.xml Wed Apr  7 23:51:57 2010
@@ -25,7 +25,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.portals</groupId>
     <artifactId>applications-pom</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <groupId>org.apache.portals.applications</groupId>

Modified: portals/applications/rss/trunk/rss-war/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/rss/trunk/rss-war/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/rss/trunk/rss-war/pom.xml (original)
+++ portals/applications/rss/trunk/rss-war/pom.xml Wed Apr  7 23:51:57 2010
@@ -151,8 +151,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>            
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes combine.children="append">
                 <exclude>src/main/webapp/META-INF/JDOM-LICENSE</exclude>

Modified: portals/applications/webcontent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Wed Apr  7 23:51:57 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.portals</groupId>
     <artifactId>applications-pom</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <groupId>org.apache.portals.applications</groupId>

Modified: portals/applications/webcontent/trunk/webcontent-war/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/pom.xml?rev=931728&r1=931727&r2=931728&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-war/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-war/pom.xml Wed Apr  7 
23:51:57 2010
@@ -130,8 +130,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>            
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes combine.children="append">
                 <exclude>src/main/webapp/META-INF/SLF4J-LICENSE</exclude>


Reply via email to