You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2013/03/11 14:28:56 UTC

svn commit: r1455160 - in /incubator/npanday/trunk/plugins: azure-maven-plugin/pom.xml library-importer-maven-plugin/pom.xml

Author: brett
Date: Mon Mar 11 14:28:55 2013
New Revision: 1455160

URL: http://svn.apache.org/r1455160
Log:
fix typo

Modified:
    incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml

Modified: incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml?rev=1455160&r1=1455159&r2=1455160&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml Mon Mar 11 14:28:55 2013
@@ -41,7 +41,7 @@
         <executions>
           <!-- tests are yet included by super pom -->
           <execution>
-            <id>grovy-main</id>
+            <id>groovy-main</id>
             <goals>
               <goal>generateStubs</goal>
               <goal>compile</goal>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml?rev=1455160&r1=1455159&r2=1455160&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml Mon Mar 11 14:28:55 2013
@@ -41,7 +41,7 @@
         <executions>
           <!-- tests are yet included by super pom -->
           <execution>
-            <id>grovy-main</id>
+            <id>groovy-main</id>
             <goals>
               <goal>generateStubs</goal>
               <goal>compile</goal>