You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/27 16:05:00 UTC

svn commit: r699648 - /servicemix/smx3/trunk/pom.xml

Author: ffang
Date: Sat Sep 27 07:05:00 2008
New Revision: 699648

URL: http://svn.apache.org/viewvc?rev=699648&view=rev
Log:
use the new jbi maven plugin version in smx3 trunk

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=699648&r1=699647&r2=699648&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Sat Sep 27 07:05:00 2008
@@ -1861,7 +1861,7 @@
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>jbi-maven-plugin</artifactId>
-                    <version>3.2.1</version>
+                    <version>4.0-SNAPSHOT</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>