[jboss-cvs] JBossAS SVN: r87764 - in branches/Branch_5_x: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 04:19:36 EDT 2009


Author: petemuir
Date: 2009-04-24 04:19:36 -0400 (Fri, 24 Apr 2009)
New Revision: 87764

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBAS-6661, upgrade to Web Beans 1.0.0.PREVIEW1

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-04-24 07:49:23 UTC (rev 87763)
+++ branches/Branch_5_x/build/build-distr.xml	2009-04-24 08:19:36 UTC (rev 87764)
@@ -2245,7 +2245,7 @@
    	
     <unzip dest="${install.server}/all/deployers">
        <fileset dir="${webbeans.deployer.lib}">
-         <include name="webbeans-ri-int-deployer.zip"/>
+         <include name="webbeans-jboss-int-deployer.zip"/>
        </fileset>
     </unzip>
 

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-04-24 07:49:23 UTC (rev 87763)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-04-24 08:19:36 UTC (rev 87764)
@@ -96,7 +96,7 @@
     <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
     <version.sun-jaxws>2.1.3</version.sun-jaxws>
     <version.sun.jaxb>2.1.9-brew</version.sun.jaxb>
-    <version.webbeans.integration>5.2.0.BETA1</version.webbeans.integration>
+    <version.webbeans.integration>5.2.0.Beta2</version.webbeans.integration>
     <version.xdoclet>1.2.3</version.xdoclet>
   </properties>
 
@@ -195,7 +195,7 @@
       
       <dependency>
         <groupId>org.jboss.webbeans.integration</groupId>
-        <artifactId>webbeans-ri-int-deployer</artifactId>
+        <artifactId>webbeans-jboss-int-deployer</artifactId>
         <version>${version.webbeans.integration}</version>
         <type>zip</type>
       </dependency>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-04-24 07:49:23 UTC (rev 87763)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-04-24 08:19:36 UTC (rev 87764)
@@ -945,7 +945,7 @@
             </dependency>
             <dependency>
               <groupId>org.jboss.webbeans.integration</groupId>
-              <artifactId>webbeans-ri-int-deployer</artifactId>
+              <artifactId>webbeans-jboss-int-deployer</artifactId>
               <mapping>
                 <componentId>webbeans-deployer</componentId>
               </mapping>
@@ -976,7 +976,7 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.webbeans.integration</groupId>
-      <artifactId>webbeans-ri-int-deployer</artifactId>
+      <artifactId>webbeans-jboss-int-deployer</artifactId>
       <type>zip</type>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list