[jboss-svn-commits] JBoss Common SVN: r2927 - jbossxb/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 21 07:41:15 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-10-21 07:41:15 -0400 (Tue, 21 Oct 2008)
New Revision: 2927

Modified:
   jbossxb/trunk/pom.xml
Log:
thirdparty upgrades JBXB-161, JBXB-162, JBXB-163

Modified: jbossxb/trunk/pom.xml
===================================================================
--- jbossxb/trunk/pom.xml	2008-10-15 18:44:53 UTC (rev 2926)
+++ jbossxb/trunk/pom.xml	2008-10-21 11:41:15 UTC (rev 2927)
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-reflect</artifactId>
-      <version>2.0.0.CR1</version>
+      <version>2.0.0.GA</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -114,7 +114,7 @@
     <dependency>
       <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
-      <version>1.0.2</version>
+      <version>1.1.1</version>
       <scope>compile</scope>
     </dependency>
     
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
     




More information about the jboss-svn-commits mailing list