You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/24 20:55:49 UTC

svn commit: r1353309 - /creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml

Author: rdonkin
Date: Sun Jun 24 18:55:48 2012
New Revision: 1353309

URL: http://svn.apache.org/viewvc?rev=1353309&view=rev
Log:
WHISKER-2 Start by getting the new groupId right

Modified:
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml

Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml?rev=1353309&r1=1353308&r2=1353309&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/smoke4generate/pom.xml Sun Jun 24 18:55:48 2012
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   
-  <groupId>org.apache.rat.whisker.it</groupId>
+  <groupId>org.apache.creadur.whisker.it</groupId>
   <artifactId>HelloWorld</artifactId>
   <version>@project.version@</version>
   
@@ -42,7 +42,7 @@
   <build>
     <plugins>
         <plugin>
-          <groupId>org.apache.rat.whisker</groupId>
+          <groupId>org.apache.creadur.whisker</groupId>
             <artifactId>apache-whisker-plugin4maven</artifactId>
             <version>@project.version@</version>
             <executions>