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:46 UTC

svn commit: r360580 - /myfaces/api/trunk/pom.xml

Author: baranda
Date: Sun Jan  1 15:00:43 2006
New Revision: 360580

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

Modified:
    myfaces/api/trunk/pom.xml

Modified: myfaces/api/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/pom.xml?rev=360580&r1=360579&r2=360580&view=diff
==============================================================================
--- myfaces/api/trunk/pom.xml (original)
+++ myfaces/api/trunk/pom.xml Sun Jan  1 15:00:43 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-api</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>