Author: jstrachan Date: Wed Mar 13 09:39:11 2013 New Revision: 1455850 URL: http://svn.apache.org/r1455850 Log: updated to the latest RxJava release
Modified: camel/trunk/components/camel-rx/pom.xml Modified: camel/trunk/components/camel-rx/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-rx/pom.xml?rev=1455850&r1=1455849&r2=1455850&view=diff ============================================================================== --- camel/trunk/components/camel-rx/pom.xml (original) +++ camel/trunk/components/camel-rx/pom.xml Wed Mar 13 09:39:11 2013 @@ -48,7 +48,7 @@ <dependency> <groupId>com.netflix.rxjava</groupId> <artifactId>rxjava-core</artifactId> - <version>0.5.4</version> + <version>0.6.0</version> </dependency> <!-- test dependencies -->