Author: lindner
Date: Tue Nov  9 01:29:27 2010
New Revision: 1032803

URL: http://svn.apache.org/viewvc?rev=1032803&view=rev
Log:
use correct plugin naming for yuicompressor

Modified:
    shindig/trunk/extras/pom.xml
    shindig/trunk/features/pom.xml

Modified: shindig/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/extras/pom.xml?rev=1032803&r1=1032802&r2=1032803&view=diff
==============================================================================
--- shindig/trunk/extras/pom.xml (original)
+++ shindig/trunk/extras/pom.xml Tue Nov  9 01:29:27 2010
@@ -64,7 +64,7 @@
           </dependencies>
         </plugin>
         <plugin>
-          <groupId>net.sf.alchim</groupId>
+          <groupId>net.alchim31.maven</groupId>
           <artifactId>yuicompressor-maven-plugin</artifactId>
         </plugin>
       </plugins>

Modified: shindig/trunk/features/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1032803&r1=1032802&r2=1032803&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Tue Nov  9 01:29:27 2010
@@ -86,7 +86,7 @@
           </dependencies>
         </plugin>
         <plugin>
-          <groupId>net.sf.alchim</groupId>
+          <groupId>net.alchim31.maven</groupId>
           <artifactId>yuicompressor-maven-plugin</artifactId>
         </plugin>
       </plugins>


Reply via email to