You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/02 00:00:57 UTC

svn commit: r360581 - /myfaces/commons/trunk/pom.xml

Author: baranda
Date: Sun Jan  1 15:00:54 2006
New Revision: 360581

URL: http://svn.apache.org/viewcvs?rev=360581&view=rev
Log:
Updated groupIds in poms to org.apache.myfaces

Modified:
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=360581&r1=360580&r2=360581&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Sun Jan  1 15:00:54 2006
@@ -2,7 +2,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>myfaces.apache.org</groupId>
+  <groupId>org.apache.myfaces</groupId>
   <artifactId>myfaces-commons</artifactId>
   <packaging>jar</packaging>
   <version>1.1.2-SNAPSHOT</version>
@@ -13,7 +13,7 @@
   </description>
 
   <parent>
-    <groupId>myfaces.apache.org</groupId>
+    <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
@@ -21,7 +21,7 @@
   <dependencies>
 
     <dependency>
-      <groupId>myfaces.apache.org</groupId>
+      <groupId>org.apache.myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.2-SNAPSHOT</version>
 			<scope>compile</scope>