Author: amarkhel
Date: 2010-01-28 09:08:02 -0500 (Thu, 28 Jan 2010)
New Revision: 16376
Modified:
branches/community/3.3.X/framework/pom.xml
branches/community/3.3.X/samples/pom.xml
branches/community/3.3.X/samples/richfaces-demo/pom.xml
branches/community/3.3.X/ui/pom.xml
Log:
RFPL-329
Modified: branches/community/3.3.X/framework/pom.xml
===================================================================
--- branches/community/3.3.X/framework/pom.xml 2010-01-28 12:16:40 UTC (rev 16375)
+++ branches/community/3.3.X/framework/pom.xml 2010-01-28 14:08:02 UTC (rev 16376)
@@ -16,12 +16,12 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/community/3.3.X/samples/pom.xml
===================================================================
--- branches/community/3.3.X/samples/pom.xml 2010-01-28 12:16:40 UTC (rev 16375)
+++ branches/community/3.3.X/samples/pom.xml 2010-01-28 14:08:02 UTC (rev 16376)
@@ -30,12 +30,12 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-01-28 12:16:40 UTC (rev
16375)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-01-28 14:08:02 UTC (rev
16376)
@@ -219,12 +219,12 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
</dependency>
</dependencies>
<properties>
Modified: branches/community/3.3.X/ui/pom.xml
===================================================================
--- branches/community/3.3.X/ui/pom.xml 2010-01-28 12:16:40 UTC (rev 16375)
+++ branches/community/3.3.X/ui/pom.xml 2010-01-28 14:08:02 UTC (rev 16376)
@@ -86,13 +86,13 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>