You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/02/19 11:15:16 UTC

svn commit: r1072294 - in /myfaces/extensions/cdi/trunk/examples: jsf-playground/pom.xml pom.xml

Author: gpetracek
Date: Sat Feb 19 10:15:16 2011
New Revision: 1072294

URL: http://svn.apache.org/viewvc?rev=1072294&view=rev
Log:
EXTCDI-139 updated pom files

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-playground/pom.xml
    myfaces/extensions/cdi/trunk/examples/pom.xml

Modified: myfaces/extensions/cdi/trunk/examples/jsf-playground/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-playground/pom.xml?rev=1072294&r1=1072293&r2=1072294&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-playground/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-playground/pom.xml Sat Feb 19 10:15:16 2011
@@ -25,9 +25,9 @@
     <packaging>pom</packaging>
 
     <groupId>org.apache.myfaces.extensions.cdi.examples</groupId>
-    <artifactId>jsf-examples-project</artifactId>
+    <artifactId>jsf-playground-project</artifactId>
 
-    <name>MyFaces Extensions-CDI JSF-Examples Project</name>
+    <name>Internal MyFaces Extensions-CDI JSF playground Project</name>
     <version>0.9.3-SNAPSHOT</version>
 
     <parent>

Modified: myfaces/extensions/cdi/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/pom.xml?rev=1072294&r1=1072293&r2=1072294&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/pom.xml Sat Feb 19 10:15:16 2011
@@ -36,9 +36,8 @@
         <version>0.9.3-SNAPSHOT</version>
     </parent>
 
-
     <modules>
-        <module>jsf-examples</module>
+        <module>jsf-playground</module>
     </modules>
 
     <profiles>