[seam-commits] Seam SVN: r10564 - modules/trunk/version-matrix.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 21 22:24:09 EDT 2009
Author: dan.j.allen
Date: 2009-04-21 22:24:08 -0400 (Tue, 21 Apr 2009)
New Revision: 10564
Modified:
modules/trunk/version-matrix/pom.xml
Log:
add Bean Validation
upgrade EAR plugin
Modified: modules/trunk/version-matrix/pom.xml
===================================================================
--- modules/trunk/version-matrix/pom.xml 2009-04-22 02:23:38 UTC (rev 10563)
+++ modules/trunk/version-matrix/pom.xml 2009-04-22 02:24:08 UTC (rev 10564)
@@ -140,6 +140,12 @@
<artifactId>el-ri</artifactId>
<version>1.2</version>
</dependency>
+
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ <version>1.0.CR1</version>
+ </dependency>
<dependency>
<groupId>org.jboss.webbeans</groupId>
@@ -249,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
More information about the seam-commits
mailing list