You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/01/12 14:42:55 UTC

svn commit: r1230534 - /camel/trunk/components/camel-test-blueprint/pom.xml

Author: hadrian
Date: Thu Jan 12 13:42:55 2012
New Revision: 1230534

URL: http://svn.apache.org/viewvc?rev=1230534&view=rev
Log:
Fix build failure due to dependency on unavailable snapshot

Modified:
    camel/trunk/components/camel-test-blueprint/pom.xml

Modified: camel/trunk/components/camel-test-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test-blueprint/pom.xml?rev=1230534&r1=1230533&r2=1230534&view=diff
==============================================================================
--- camel/trunk/components/camel-test-blueprint/pom.xml (original)
+++ camel/trunk/components/camel-test-blueprint/pom.xml Thu Jan 12 13:42:55 2012
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>com.googlecode.pojosr</groupId>
             <artifactId>de.kalpatec.pojosr.framework</artifactId>
-            <version>0.1.7-SNAPSHOT</version>
+            <version>0.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.swissbox</groupId>