You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/03/12 16:34:21 UTC

svn commit: r517257 - in /incubator/servicemix/trunk: distributions/apache-servicemix/pom.xml pom.xml

Author: gnodet
Date: Mon Mar 12 08:34:20 2007
New Revision: 517257

URL: http://svn.apache.org/viewvc?view=rev&rev=517257
Log:
SM-878 include servicemix-bean in the distribution

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml?view=diff&rev=517257&r1=517256&r2=517257
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml Mon Mar 12 08:34:20 2007
@@ -74,6 +74,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-bean</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-sca</artifactId>
     </dependency>
     <dependency>
@@ -387,6 +391,13 @@
                 <artifactItem>
                   <groupId>org.apache.servicemix</groupId>
                   <artifactId>servicemix-lwcontainer</artifactId>
+                  <version>${servicemix-version}</version>
+                  <classifier>installer</classifier>
+                  <type>zip</type>
+                </artifactItem>                
+                <artifactItem>
+                  <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-bean</artifactId>
                   <version>${servicemix-version}</version>
                   <classifier>installer</classifier>
                   <type>zip</type>

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=517257&r1=517256&r2=517257
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Mar 12 08:34:20 2007
@@ -196,7 +196,7 @@
         <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
         <xfire-version>1.2.2</xfire-version>
         <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
-        <xbean-version>2.8</xbean-version>
+        <xbean-version>3.0-SNAPSHOT</xbean-version>
         <spring-version>2.0.1</spring-version>
         <activemq-version>4.1-incubator-20070103</activemq-version>
         <activeio-version>3.0.0-incubator</activeio-version>
@@ -498,6 +498,11 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-lwcontainer</artifactId>
+                <version>3.2-incubating-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.servicemix</groupId>
+                <artifactId>servicemix-bean</artifactId>
                 <version>3.2-incubating-SNAPSHOT</version>
             </dependency>
             <dependency>