Author: nbelaevski
Date: 2011-03-07 12:25:05 -0500 (Mon, 07 Mar 2011)
New Revision: 22075
Modified:
branches/4.0.X/examples/parent/pom.xml
branches/4.0.X/parent/pom.xml
Log:
Updates to Mojarra 2.1.x profile:
- 2.1.0 upgraded to b11
- 2.1.0-SNAPSHOT changed to 2.1.1-SNAPSHOT
Modified: branches/4.0.X/examples/parent/pom.xml
===================================================================
--- branches/4.0.X/examples/parent/pom.xml 2011-03-07 17:16:10 UTC (rev 22074)
+++ branches/4.0.X/examples/parent/pom.xml 2011-03-07 17:25:05 UTC (rev 22075)
@@ -209,12 +209,12 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
@@ -230,12 +230,12 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.1.0-b09</version>
+ <version>2.1.0-b11</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.1.0-b09</version>
+ <version>2.1.0-b11</version>
</dependency>
</dependencies>
</profile>
Modified: branches/4.0.X/parent/pom.xml
===================================================================
--- branches/4.0.X/parent/pom.xml 2011-03-07 17:16:10 UTC (rev 22074)
+++ branches/4.0.X/parent/pom.xml 2011-03-07 17:25:05 UTC (rev 22075)
@@ -337,13 +337,13 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -360,13 +360,13 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.1.0-b09</version>
+ <version>2.1.0-b11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.1.0-b09</version>
+ <version>2.1.0-b11</version>
<scope>test</scope>
</dependency>
</dependencies>
Show replies by date