[seam-commits] Seam SVN: r12128 - in modules/remoting/trunk: docs and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 9 06:08:02 EST 2010
Author: shane.bryzak at jboss.com
Date: 2010-03-09 06:08:01 -0500 (Tue, 09 Mar 2010)
New Revision: 12128
Modified:
modules/remoting/trunk/core/pom.xml
modules/remoting/trunk/docs/pom.xml
Log:
update some dependencies
Modified: modules/remoting/trunk/core/pom.xml
===================================================================
--- modules/remoting/trunk/core/pom.xml 2010-03-09 06:57:50 UTC (rev 12127)
+++ modules/remoting/trunk/core/pom.xml 2010-03-09 11:08:01 UTC (rev 12128)
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-Final</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml 2010-03-09 06:57:50 UTC (rev 12127)
+++ modules/remoting/trunk/docs/pom.xml 2010-03-09 11:08:01 UTC (rev 12128)
@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-parent</artifactId>
+ <version>8</version>
</parent>
<groupId>org.jboss.seam.remoting</groupId>
More information about the seam-commits
mailing list