[jboss-cvs] JBossAS SVN: r90129 - projects/ejb3/trunk/plugin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 12 04:44:02 EDT 2009


Author: ALRubinger
Date: 2009-06-12 04:44:02 -0400 (Fri, 12 Jun 2009)
New Revision: 90129

Modified:
   projects/ejb3/trunk/plugin/pom.xml
Log:
[EJBTHREE-1849] Update the EJB3 Plugin to use latest releases of metrics-deployer and endpoint-deployer

Modified: projects/ejb3/trunk/plugin/pom.xml
===================================================================
--- projects/ejb3/trunk/plugin/pom.xml	2009-06-12 08:39:54 UTC (rev 90128)
+++ projects/ejb3/trunk/plugin/pom.xml	2009-06-12 08:44:02 UTC (rev 90129)
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
-      <version>0.1.3</version>
+      <version>0.1.4</version>
       <!-- Prevent the EJB3 core dependency from being pulled in
       from endpoint-deployers (which is relying on 1.1.5 of EJB3 core) -->
       <exclusions>
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-metrics-deployer</artifactId>
-      <version>1.0.0-alpha-2</version>
+      <version>1.0.0-alpha-7</version>
       <!-- Prevent the EJB3 core dependency from being pulled in -->
       <exclusions>
         <exclusion>




More information about the jboss-cvs-commits mailing list