You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/08/08 19:43:47 UTC

svn commit: r563954 - in /incubator/servicemix/trunk: archetypes/servicemix-camel-service-unit/pom.xml deployables/serviceengines/servicemix-camel/pom.xml pom.xml

Author: jstrachan
Date: Wed Aug  8 10:43:40 2007
New Revision: 563954

URL: http://svn.apache.org/viewvc?view=rev&rev=563954
Log:
Updated the camel poms to be servicemix poms and bumped up the camel & xbean versions

Modified:
    incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml?view=diff&rev=563954&r1=563953&r2=563954
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml Wed Aug  8 10:43:40 2007
@@ -23,12 +23,12 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.camel</groupId>
-    <artifactId>camel-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
+    <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 
-  <artifactId>camel-jbi-service-unit</artifactId>
-  <name>Camel :: Archetypes :: JBI Service Unit</name>
+  <artifactId>servicemix-eip-service-unit</artifactId>
+  <name>ServiceMix :: Archetypes :: CamelServiceUnit</name>
 
 </project>

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml?view=diff&rev=563954&r1=563953&r2=563954
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml Wed Aug  8 10:43:40 2007
@@ -23,46 +23,40 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.camel</groupId>
-    <artifactId>camel-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>serviceengines</artifactId>
+    <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 
-  <artifactId>camel-jbi</artifactId>
+  <artifactId>servicemix-camel</artifactId>
   <packaging>jbi-component</packaging>
-  <name>Camel :: JBI</name>
-  <description>Camel JBI support</description>
-
-  <properties>
-    <servicemix-version>3.2-incubating-SNAPSHOT</servicemix-version>
-  </properties>
+  <name>ServiceMix :: Camel</name>
+  <description>Camel Service Engine</description>
+  
   <dependencies>
 
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
+      <version>${camel-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-jbi</artifactId>
-      <version>${servicemix-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-common</artifactId>
-      <version>${servicemix-version}</version>
     </dependency>
 
     <!-- lets upgrade the versions -->
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-server</artifactId>
-      <version>3.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
@@ -73,6 +67,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
+      <version>${camel-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -88,7 +83,6 @@
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>
         <extensions>true</extensions>
         <configuration>
           <type>service-engine</type>

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=563954&r1=563953&r2=563954
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Aug  8 10:43:40 2007
@@ -196,7 +196,7 @@
         <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
         <xfire-version>1.2.5</xfire-version>
         <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
-        <xbean-version>3.0</xbean-version>
+        <xbean-version>3.1-SNAPSHOT</xbean-version>
         <spring-version>2.0.6</spring-version>
         <activemq-version>4.1.1</activemq-version>
         <activeio-version>3.0.0-incubator</activeio-version>