Commit in servicemix/base on MAIN
project.xml+4-41.81 -> 1.82
src/test/resources/org/servicemix/components/xfire/xfire-out.xml+1-11.3 -> 1.4
                                                  /xfire-inout.xml+1-11.3 -> 1.4
+6-6
3 modified files
Use XFire 1.0-M5

servicemix/base
project.xml 1.81 -> 1.82
diff -u -r1.81 -r1.82
--- project.xml	24 Aug 2005 12:21:12 -0000	1.81
+++ project.xml	27 Aug 2005 01:20:38 -0000	1.82
@@ -769,7 +769,7 @@
     <dependency>
       <groupId>xfire</groupId>
       <artifactId>xfire-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-M5</version>
       <properties>
         <optional>true</optional>
       </properties>
@@ -777,7 +777,7 @@
     <dependency>
       <groupId>xfire</groupId>
       <artifactId>xfire-aegis</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-M5</version>
       <properties>
         <optional>true</optional>
       </properties>
@@ -785,7 +785,7 @@
     <dependency>
       <groupId>xfire</groupId>
       <artifactId>xfire-spring</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-M5</version>
       <properties>
         <optional>true</optional>
       </properties>
@@ -793,7 +793,7 @@
     <dependency>
       <groupId>yom</groupId>
       <artifactId>yom</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-2</version>
       <properties>
         <optional>true</optional>
       </properties>

servicemix/base/src/test/resources/org/servicemix/components/xfire
xfire-out.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- xfire-out.xml	16 Jul 2005 03:09:38 -0000	1.3
+++ xfire-out.xml	27 Aug 2005 01:20:38 -0000	1.4
@@ -34,7 +34,7 @@
     <property name="style" value="message"/>
   </bean>
   
-  <bean name="OneWayService" class="org.codehaus.xfire.spring.ServiceComponent">
+  <bean name="OneWayService" class="org.codehaus.xfire.spring.ServiceBean">
     <property name="service" ref="xfireReceiverService"/>
     <property name="serviceFactory" ref="messageServiceFactory"/>
     <property name="xfire" ref="xfire"/>

servicemix/base/src/test/resources/org/servicemix/components/xfire
xfire-inout.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- xfire-inout.xml	5 Aug 2005 13:19:29 -0000	1.3
+++ xfire-inout.xml	27 Aug 2005 01:20:38 -0000	1.4
@@ -21,7 +21,7 @@
     <constructor-arg ref="jbi"/>
   </bean>
  
-  <bean name="Echo" class="org.codehaus.xfire.spring.ServiceComponent">
+  <bean name="Echo" class="org.codehaus.xfire.spring.ServiceBean">
     <property name="service" ref="xfireReceiverService"/>
     <property name="serviceFactory" ref="xfire.serviceFactory"/>
     <property name="xfire" ref="xfire"/>
CVSspam 0.2.8



Reply via email to