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 2008/09/17 09:45:06 UTC

svn commit: r696187 - /servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Author: gnodet
Date: Wed Sep 17 00:45:05 2008
New Revision: 696187

URL: http://svn.apache.org/viewvc?rev=696187&view=rev
Log:
Fix the IncompatibleClassChangeError when building SA with new version of components

Modified:
    servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml?rev=696187&r1=696186&r2=696187&view=diff
==============================================================================
--- servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml Wed Sep 17 00:45:05 2008
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-common</artifactId>
-      <version>3.2.1</version>
+      <version>2008.01-SNAPSHOT</version>
     </dependency>
     
     <dependency>