You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/29 20:02:02 UTC

svn commit: r1040227 - /myfaces/commons/branches/jsf_11/examples/pom.xml

Author: lu4242
Date: Mon Nov 29 19:02:02 2010
New Revision: 1040227

URL: http://svn.apache.org/viewvc?rev=1040227&view=rev
Log:
fix parent pom

Modified:
    myfaces/commons/branches/jsf_11/examples/pom.xml

Modified: myfaces/commons/branches/jsf_11/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/examples/pom.xml?rev=1040227&r1=1040226&r2=1040227&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/examples/pom.xml Mon Nov 29 19:02:02 2010
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.myfaces</groupId>
-        <artifactId>myfaces</artifactId>
-        <version>9</version>
+        <groupId>org.apache.myfaces.commons</groupId>
+        <artifactId>commons11</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>