You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/02/01 12:00:04 UTC

svn commit: r739737 - in /camel/branches/camel-1.x: ./ components/camel-spring-integration/pom.xml

Author: ningjiang
Date: Sun Feb  1 11:00:04 2009
New Revision: 739737

URL: http://svn.apache.org/viewvc?rev=739737&view=rev
Log:
Merged revisions 739733 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r739733 | ningjiang | 2009-02-01 18:34:05 +0800 (Sun, 01 Feb 2009) | 1 line
  
  CAMEL-1288 Upgrade to Spring Integration 1.0.1
........

Modified:
    camel/branches/camel-1.x/   (props changed)
    camel/branches/camel-1.x/components/camel-spring-integration/pom.xml

Propchange: camel/branches/camel-1.x/
------------------------------------------------------------------------------
    svn:mergeinfo = /camel/trunk:739733

Propchange: camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-1.x/components/camel-spring-integration/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/components/camel-spring-integration/pom.xml?rev=739737&r1=739736&r2=739737&view=diff
==============================================================================
--- camel/branches/camel-1.x/components/camel-spring-integration/pom.xml (original)
+++ camel/branches/camel-1.x/components/camel-spring-integration/pom.xml Sun Feb  1 11:00:04 2009
@@ -13,7 +13,7 @@
 
   <properties>
 	<camel.osgi.export.pkg>org.apache.camel.component.spring.integration.*</camel.osgi.export.pkg>
-    <spring-integration-version>1.0.0.RELEASE</spring-integration-version>
+    <spring-integration-version>1.0.1.RELEASE</spring-integration-version>
   </properties>
 
   <version>1.5.1-SNAPSHOT</version>