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/28 11:47:26 UTC

svn commit: r1075280 - /myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/pom.xml

Author: gpetracek
Date: Mon Feb 28 10:47:26 2011
New Revision: 1075280

URL: http://svn.apache.org/viewvc?rev=1075280&view=rev
Log:
fixed pom.xml

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

Modified: myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/pom.xml?rev=1075280&r1=1075279&r2=1075280&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_jsf20/pom.xml Mon Feb 28 10:47:26 2011
@@ -31,7 +31,7 @@
     
     <parent>
         <groupId>org.apache.myfaces.extensions.cdi.examples</groupId>
-        <artifactId>examples-project</artifactId>
+        <artifactId>jsf-examples-project</artifactId>
         <version>0.9.3-SNAPSHOT</version>
     </parent>
 
@@ -162,6 +162,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.cdi.test</groupId>
             <artifactId>myfaces-extcdi-base-test-infrastructure</artifactId>
+            <version>0.9.2</version>
             <scope>test</scope>
         </dependency>