You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/23 17:51:02 UTC

svn commit: r670661 - /servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml

Author: chirino
Date: Mon Jun 23 08:51:02 2008
New Revision: 670661

URL: http://svn.apache.org/viewvc?rev=670661&view=rev
Log:
Use the last released version of the jbi plugin.. 4.0 still has some issues

Modified:
    servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml

Modified: servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml?rev=670661&r1=670660&r2=670661&view=diff
==============================================================================
--- servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml (original)
+++ servicemix/sandbox/chirino/smx3-trunk-component-splitout/pom.xml Mon Jun 23 08:51:02 2008
@@ -1861,7 +1861,7 @@
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>jbi-maven-plugin</artifactId>
-                    <version>4.0-SNAPSHOT</version>
+                    <version>3.2.1</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>