Author: nbelaevski
Date: 2008-11-07 12:06:13 -0500 (Fri, 07 Nov 2008)
New Revision: 11058
Modified:
trunk/extensions/gwt/pom.xml
trunk/framework/pom.xml
trunk/framework/test/pom.xml
trunk/samples/pom.xml
trunk/samples/richfaces-demo/pom.xml
trunk/samples/richfaces-ear-demo/webapp/pom.xml
trunk/samples/seamEAR/wars/seamWebapp/pom.xml
trunk/sandbox/samples/rex-demo/pom.xml
trunk/test-applications/facelets/
trunk/test-applications/jsp/pom.xml
trunk/test-applications/seamApp/web/pom.xml
trunk/test-applications/seleniumTest/
trunk/test-applications/seleniumTest/pom.xml
trunk/test-applications/seleniumTest/richfaces/
trunk/test-applications/seleniumTest/samples/
trunk/ui/pom.xml
Log:
JSF version updated:
Sun RI: to 1.2_10
MyFaces to 1.2.5
Service files svn:ignored
Modified: trunk/extensions/gwt/pom.xml
===================================================================
--- trunk/extensions/gwt/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/extensions/gwt/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -120,12 +120,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/framework/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -99,7 +99,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/framework/test/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -47,7 +47,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/samples/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -183,12 +183,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -238,12 +238,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -283,12 +283,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -337,13 +337,13 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -351,8 +351,8 @@
<profile>
<id>myfaces</id>
<properties>
- <myfaces>1.2.4</myfaces>
- <tomahawk>1.1.6</tomahawk>
+ <myfaces>1.2.5</myfaces>
+ <tomahawk>1.1.7</tomahawk>
</properties>
<build>
<plugins>
@@ -493,4 +493,4 @@
<module>darkX</module>
<module>richfaces-demo</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/samples/richfaces-demo/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -182,12 +182,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -275,16 +275,16 @@
<version>2.1</version>
<scope>provided</scope>
</dependency>
- <dependency>
+ <!-- dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
- </dependency>
+ </dependency -->
</dependencies>
</project>
Modified: trunk/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/samples/richfaces-ear-demo/webapp/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -93,13 +93,13 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: trunk/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/samples/seamEAR/wars/seamWebapp/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -55,13 +55,13 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/sandbox/samples/rex-demo/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -163,12 +163,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Property changes on: trunk/test-applications/facelets
___________________________________________________________________
Name: svn:ignore
- target
.classpath
.project
.settings
+ target
.classpath
.project
.settings
bin
Modified: trunk/test-applications/jsp/pom.xml
===================================================================
--- trunk/test-applications/jsp/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/test-applications/jsp/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
- <version>1.1.6</version>
+ <version>1.1.7</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Modified: trunk/test-applications/seamApp/web/pom.xml
===================================================================
--- trunk/test-applications/seamApp/web/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/test-applications/seamApp/web/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -16,13 +16,13 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
<dependency>
Property changes on: trunk/test-applications/seleniumTest
___________________________________________________________________
Name: svn:ignore
- .classpath
.project
.settings
target
test-output
+ .classpath
.project
.settings
target
test-output
bin
Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/test-applications/seleniumTest/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -222,7 +222,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Property changes on: trunk/test-applications/seleniumTest/richfaces
___________________________________________________________________
Name: svn:ignore
- target
test-output
+ target
test-output
.classpath
.project
.settings
Property changes on: trunk/test-applications/seleniumTest/samples
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-11-07 13:02:28 UTC (rev 11057)
+++ trunk/ui/pom.xml 2008-11-07 17:06:13 UTC (rev 11058)
@@ -182,7 +182,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
+ <version>1.2_10</version>
<scope>provided</scope>
</dependency>
</dependencies>