[seam-commits] Seam SVN: r7816 - trunk/build and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 4 13:16:39 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-04-04 13:16:39 -0400 (Fri, 04 Apr 2008)
New Revision: 7816
Modified:
branches/Seam_2_0/build/core.pom.xml
branches/Seam_2_0/build/ioc.pom.xml
branches/Seam_2_0/build/root.pom.xml
trunk/build/core.pom.xml
trunk/build/ioc.pom.xml
trunk/build/root.pom.xml
Log:
JBSEAM-2831
Modified: branches/Seam_2_0/build/core.pom.xml
===================================================================
--- branches/Seam_2_0/build/core.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ branches/Seam_2_0/build/core.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -46,7 +46,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/Seam_2_0/build/ioc.pom.xml
===================================================================
--- branches/Seam_2_0/build/ioc.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ branches/Seam_2_0/build/ioc.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ branches/Seam_2_0/build/root.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -382,9 +382,9 @@
<!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist -->
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.3.ga</version>
+ <version>3.3.GA</version>
</dependency>
<!-- Should be 1.0.5.GA-jboss, to be in sync with AS but doesn't exist in Maven -->
Modified: trunk/build/core.pom.xml
===================================================================
--- trunk/build/core.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ trunk/build/core.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -46,7 +46,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: trunk/build/ioc.pom.xml
===================================================================
--- trunk/build/ioc.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ trunk/build/ioc.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-04-04 04:18:58 UTC (rev 7815)
+++ trunk/build/root.pom.xml 2008-04-04 17:16:39 UTC (rev 7816)
@@ -43,7 +43,7 @@
<!-- Externalize some version numbers here -->
<properties>
- <version.richfaces>3.1.4.GA</version.richfaces>
+ <version.richfaces>3.2.0.GA</version.richfaces>
<version.wicket>1.3.0-SNAPSHOT</version.wicket>
<version.drools>4.0.6</version.drools>
</properties>
@@ -400,9 +400,9 @@
<!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist -->
<dependency>
- <groupId>jboss</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.3.ga</version>
+ <version>3.3.GA</version>
</dependency>
<!-- Should be 1.0.5.GA-jboss, to be in sync with AS but doesn't exist in Maven -->
More information about the seam-commits
mailing list