Author: schof
Date: Mon Jul 31 09:33:34 2006
New Revision: 427160
URL: http://svn.apache.org/viewvc?rev=427160&view=rev
Log:
Upgrading MyFaces dependency to 1.1.4-SNAPSHOT. There are issues with the
earlier released versions and 1.1.4 is approaching a release. NOTE: Shale
framework needs to be rebuilt using this new dependency in order for
shale-petstore to work properly.
Modified:
shale/framework/trunk/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=427160&r1=427159&r2=427160&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Mon Jul 31 09:33:34 2006
@@ -100,14 +100,14 @@
</activation>
<dependencies>
<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>myfaces</groupId>
+ <groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
- <version>1.1.1</version>
+ <version>1.1.4-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>