Author: matzew
Date: Wed Jul 19 20:58:09 2006
New Revision: 423748
URL: http://svn.apache.org/viewvc?rev=423748&view=rev
Log:
upgrade the archetype to myfaces 1.1.5-SNAPSHOT
Modified:
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/pom.xml
Modified:
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/pom.xml?rev=423748&r1=423747&r2=423748&view=diff
==============================================================================
---
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/pom.xml
(original)
+++
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/pom.xml
Wed Jul 19 20:58:09 2006
@@ -91,14 +91,14 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.1.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>