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 2007/07/21 14:11:04 UTC

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

Author: baranda
Date: Sat Jul 21 05:11:04 2007
New Revision: 558323

URL: http://svn.apache.org/viewvc?view=rev&rev=558323
Log:
Profile "12" for tomahawk examples now uses the release MyFaces 1.2.0

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

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?view=diff&rev=558323&r1=558322&r2=558323
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Sat Jul 21 05:11:04 2007
@@ -73,13 +73,13 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.2.0-SNAPSHOT</version>
+                    <version>1.2.0</version>
                     <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.2.0-SNAPSHOT</version>
+                    <version>1.2.0</version>
                     <!-- Tomahawk examples must only have runtime dependency to myfaces-impl
                  so that it will be automatically added to war. But there must not be
                  any compile dependency on impl so that is is always possible to use