[seam-commits] Seam SVN: r15107 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Sep 4 06:53:25 EDT 2012
Author: manaRH
Date: 2012-09-04 06:53:25 -0400 (Tue, 04 Sep 2012)
New Revision: 15107
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:
reverted upgrade of javassist 3.12.0.GA to 3.16.0.GA
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-09-04 08:44:23 UTC (rev 15106)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2012-09-04 10:53:25 UTC (rev 15107)
@@ -59,7 +59,7 @@
</dependency>
<dependency>
- <groupId>org.javassist</groupId>
+ <groupId>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-09-04 08:44:23 UTC (rev 15106)
+++ branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2012-09-04 10:53:25 UTC (rev 15107)
@@ -53,7 +53,7 @@
</dependency>
<dependency>
- <groupId>org.javassist</groupId>
+ <groupId>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-09-04 08:44:23 UTC (rev 15106)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2012-09-04 10:53:25 UTC (rev 15107)
@@ -628,9 +628,9 @@
</dependency>
<dependency>
- <groupId>org.javassist</groupId>
+ <groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.16.0.GA</version>
+ <version>3.12.0.GA</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list