You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/12/06 02:01:53 UTC

svn commit: r887624 - /gump/metadata/project/hudson.xml

Author: billbarker
Date: Sun Dec  6 01:01:52 2009
New Revision: 887624

URL: http://svn.apache.org/viewvc?rev=887624&view=rev
Log:
move groupId to project level

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=887624&r1=887623&r2=887624&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Sun Dec  6 01:01:52 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="hudson" groupId="org.jvnet.hudson.main">
+<module name="hudson">
   <url  href="http://hudson.dev.java.net/"/>
   <description>
     Hudson CI-Server
@@ -24,7 +24,7 @@
 
   <!-- TODO: use Gump-friendly names (@date@) instead of fixed values from POM -->
 
-  <project name="hudson-remoting">
+  <project name="hudson-remoting" groupId="org.jvnet.hudson.main">
     <mvn separateLocalRepository="true" basedir="hudson/main/remoting" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
@@ -35,7 +35,7 @@
          to="gump@materne.de"/>
   </project>
 
-  <project name="hudson-cli">
+  <project name="hudson-cli" groupId="org.jvnet.hudson.main">
     <mvn separateLocalRepository="true" basedir="hudson/main/cli" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
@@ -48,7 +48,7 @@
   </project>
 
 
-  <project name="hudson-core">
+  <project name="hudson-core" groupId="org.jvnet.hudson.main">
     <mvn separateLocalRepository="true" basedir="hudson/main/core" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
@@ -61,7 +61,7 @@
          to="gump@materne.de"/>
   </project>
 
-  <project name="hudson-core-test">
+  <project name="hudson-core-test" groupId="org.jvnet.hudson.main">
     <mvn separateLocalRepository="true" basedir="hudson" goal="test">
     </mvn>
     <depend project="hudson-core"/>
@@ -70,7 +70,7 @@
          to="gump@materne.de"/>
   </project>
 
-  <project name="hudson-plugin.email-ext">
+  <project name="hudson-plugin.email-ext" groupId="org.jvnet.hudson.main">
     <mvn separateLocalRepository="true" basedir="hudson/plugins/email-ext" goal="install">
     </mvn>
     <depend project="hudson-core"/>