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 2006/06/22 03:03:08 UTC

svn commit: r416191 - in /incubator/servicemix/trunk/samples/wsdl-first: http-su/pom.xml jsr181-su/pom.xml

Author: gnodet
Date: Wed Jun 21 18:03:07 2006
New Revision: 416191

URL: http://svn.apache.org/viewvc?rev=416191&view=rev
Log:
Fix jbi plugin version

Modified:
    incubator/servicemix/trunk/samples/wsdl-first/http-su/pom.xml
    incubator/servicemix/trunk/samples/wsdl-first/jsr181-su/pom.xml

Modified: incubator/servicemix/trunk/samples/wsdl-first/http-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/http-su/pom.xml?rev=416191&r1=416190&r2=416191&view=diff
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/http-su/pom.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/http-su/pom.xml Wed Jun 21 18:03:07 2006
@@ -35,7 +35,7 @@
     <name>ServiceMix :: Samples :: WSDL first :: HTTP</name>
     
     <properties>		    
-	    <servicemixJbiPluginVersion>1.0-SNAPSHOT</servicemixJbiPluginVersion>
+	    <servicemixJbiPluginVersion>1.0-incubating-SNAPSHOT</servicemixJbiPluginVersion>
 	    <jbiComponentName>servicemix-http</jbiComponentName>
   	</properties>
 

Modified: incubator/servicemix/trunk/samples/wsdl-first/jsr181-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/jsr181-su/pom.xml?rev=416191&r1=416190&r2=416191&view=diff
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/jsr181-su/pom.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/jsr181-su/pom.xml Wed Jun 21 18:03:07 2006
@@ -35,7 +35,7 @@
     <name>ServiceMix :: Samples :: WSDL first :: JSR181</name>
     
     <properties>		    
-	    <servicemixJbiPluginVersion>1.0-SNAPSHOT</servicemixJbiPluginVersion>
+	    <servicemixJbiPluginVersion>1.0-incubating-SNAPSHOT</servicemixJbiPluginVersion>
 	    <jbiComponentName>servicemix-jsr181</jbiComponentName>
   	</properties>