[seam-commits] Seam SVN: r14698 - in branches/community/Seam_2_3: examples-ee6 and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 16 16:42:45 EDT 2012
Author: manaRH
Date: 2012-05-16 16:42:45 -0400 (Wed, 16 May 2012)
New Revision: 14698
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
Log:
JBSEAM-4875 Richfaces 4.2.2.Final
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-05-16 20:42:37 UTC (rev 14697)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-05-16 20:42:45 UTC (rev 14698)
@@ -76,6 +76,14 @@
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-bom</artifactId>
+ <version>4.2.2.Final</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-05-16 20:42:37 UTC (rev 14697)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-05-16 20:42:45 UTC (rev 14698)
@@ -985,7 +985,7 @@
<!-- Excluded TestNG groups (ex: slow annotated tests won't run during
the test phase) -->
<tests.excludedGroups>slow</tests.excludedGroups>
- <richfaces.version>4.2.0.Final</richfaces.version>
+ <richfaces.version>4.2.2.Final</richfaces.version>
<slf4j.version>1.6.1</slf4j.version>
<!-- dependencies for functional tests -->
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-05-16 20:42:37 UTC (rev 14697)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-05-16 20:42:45 UTC (rev 14698)
@@ -13,17 +13,6 @@
<version.richfaces>4.3.0-SNAPSHOT</version.richfaces>
</properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-bom</artifactId>
- <version>4.3.0-SNAPSHOT</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
<build>
<!-- <finalName>jboss-seam-ui</finalName> -->
<plugins>
More information about the seam-commits
mailing list