You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/12/19 19:24:29 UTC

svn commit: r1050928 - in /shindig/trunk: extras/pom.xml features/pom.xml java/common/pom.xml java/gadgets/pom.xml java/social-api/pom.xml pom.xml

Author: lindner
Date: Sun Dec 19 18:24:29 2010
New Revision: 1050928

URL: http://svn.apache.org/viewvc?rev=1050928&view=rev
Log:
yuicompressor/clirr pom cleanups

Modified:
    shindig/trunk/extras/pom.xml
    shindig/trunk/features/pom.xml
    shindig/trunk/java/common/pom.xml
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/java/social-api/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/extras/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/extras/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/extras/pom.xml (original)
+++ shindig/trunk/extras/pom.xml Sun Dec 19 18:24:29 2010
@@ -63,10 +63,6 @@
             </dependency>
           </dependencies>
         </plugin>
-        <plugin>
-          <groupId>net.alchim31.maven</groupId>
-          <artifactId>yuicompressor-maven-plugin</artifactId>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -77,7 +73,7 @@
         -->
         <!-- <groupId>net.sf.hammerfest</groupId> -->
         <!-- <artifactId>maven-javascript-plugin</artifactId> -->
-        <groupId>net.sf.alchim</groupId>
+        <groupId>net.alchim31.maven</groupId>
         <artifactId>yuicompressor-maven-plugin</artifactId>
         <executions>
           <execution>

Modified: shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Sun Dec 19 18:24:29 2010
@@ -200,7 +200,7 @@
         -->
         <!-- <groupId>net.sf.hammerfest</groupId> -->
         <!-- <artifactId>maven-javascript-plugin</artifactId> -->
-        <groupId>net.sf.alchim</groupId>
+        <groupId>net.alchim31.maven</groupId>
         <artifactId>yuicompressor-maven-plugin</artifactId>
         <executions>
           <execution>

Modified: shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Sun Dec 19 18:24:29 2010
@@ -88,9 +88,8 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <configuration>
-              <comparisonVersion>1.0.1</comparisonVersion>
+              <comparisonVersion>${shindig.api.previous}</comparisonVersion>
             </configuration>
-            <version>2.2.2</version>
           </plugin>
         </plugins>
       </reporting>

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Sun Dec 19 18:24:29 2010
@@ -95,9 +95,9 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <configuration>
-              <comparisonVersion>1.0.1</comparisonVersion>
+              <comparisonVersion>${shindig.api.previous>}</comparisonVersion>
             </configuration>
-            <version>2.2.2</version>
+            <version>2.2.3</version>
           </plugin>
         </plugins>
       </reporting>

Modified: shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/social-api/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Sun Dec 19 18:24:29 2010
@@ -62,9 +62,8 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
             <configuration>
-              <comparisonVersion>1.0.1</comparisonVersion>
+              <comparisonVersion>${shindig.api.previous}</comparisonVersion>
             </configuration>
-            <version>2.2.2</version>
           </plugin>
         </plugins>
       </reporting>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1050928&r1=1050927&r2=1050928&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Dec 19 18:24:29 2010
@@ -760,6 +760,14 @@
           <!-- Mojo -->
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
+            <artifactId>clirr-maven-plugin</artifactId>
+            <version>2.2.3</version>
+            <configuration>
+              <comparisonVersion>${shindig.api.previous}</comparisonVersion>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
             <version>2.4</version>
           </plugin>
@@ -1142,7 +1150,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.2.2</version>
+          <version>2.2.3</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>