[jboss-cvs] JBossAS SVN: r65181 - in projects/naming/trunk: jnp-client and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 6 13:36:28 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-09-06 13:36:28 -0400 (Thu, 06 Sep 2007)
New Revision: 65181

Modified:
   projects/naming/trunk/build/pom.xml
   projects/naming/trunk/jnp-client/pom.xml
   projects/naming/trunk/jnpserver/pom.xml
Log:
update groupid

Modified: projects/naming/trunk/build/pom.xml
===================================================================
--- projects/naming/trunk/build/pom.xml	2007-09-06 17:32:38 UTC (rev 65180)
+++ projects/naming/trunk/build/pom.xml	2007-09-06 17:36:28 UTC (rev 65181)
@@ -19,9 +19,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>jboss</groupId>
+    <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>2</version>
+    <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-naming</artifactId>

Modified: projects/naming/trunk/jnp-client/pom.xml
===================================================================
--- projects/naming/trunk/jnp-client/pom.xml	2007-09-06 17:32:38 UTC (rev 65180)
+++ projects/naming/trunk/jnp-client/pom.xml	2007-09-06 17:36:28 UTC (rev 65181)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>jboss</groupId>
+    <groupId>org.jboss</groupId>
     <artifactId>jboss-naming</artifactId>
     <version>5.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>

Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2007-09-06 17:32:38 UTC (rev 65180)
+++ projects/naming/trunk/jnpserver/pom.xml	2007-09-06 17:36:28 UTC (rev 65181)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>jboss</groupId>
+    <groupId>org.jboss</groupId>
     <artifactId>jboss-naming</artifactId>
     <version>5.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>




More information about the jboss-cvs-commits mailing list