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/11 21:12:05 UTC

svn commit: r694427 - /servicemix/utils/trunk/pom.xml

Author: gnodet
Date: Thu Sep 11 12:12:04 2008
New Revision: 694427

URL: http://svn.apache.org/viewvc?rev=694427&view=rev
Log:
Use released version of jbi spec

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=694427&r1=694426&r2=694427&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Thu Sep 11 12:12:04 2008
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.servicemix.specs</groupId>
       <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>