You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/05/06 14:10:03 UTC

svn commit: r400298 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: matzew
Date: Sat May  6 05:10:00 2006
New Revision: 400298

URL: http://svn.apache.org/viewcvs?rev=400298&view=rev
Log:
changed groupId and version of myfaces-api (now equal to sandbox's example)

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/pom.xml?rev=400298&r1=400297&r2=400298&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Sat May  6 05:10:00 2006
@@ -33,9 +33,9 @@
       <version>${version}</version>
     </dependency> 
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
+      <version>1.1.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>