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>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to