[seam-commits] Seam SVN: r15024 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 9 05:49:19 EDT 2012
Author: manaRH
Date: 2012-08-09 05:49:19 -0400 (Thu, 09 Aug 2012)
New Revision: 15024
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-9336 upgraded javassist to align with EAP5
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -59,7 +59,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -53,7 +53,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-08-08 18:58:22 UTC (rev 15023)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-08-09 09:49:19 UTC (rev 15024)
@@ -622,9 +622,9 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.12.0.GA</version>
+ <version>3.16.0.GA</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list