You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/09/02 19:28:45 UTC

svn commit: r1164647 - in /camel/branches/camel-2.8.x: etc/pom.xml tests/camel-itest-karaf/pom.xml

Author: davsclaus
Date: Fri Sep  2 17:28:44 2011
New Revision: 1164647

URL: http://svn.apache.org/viewvc?rev=1164647&view=rev
Log:
Fixed pom.xml to use 2.8.1 snapshot

Modified:
    camel/branches/camel-2.8.x/etc/pom.xml
    camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml

Modified: camel/branches/camel-2.8.x/etc/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/etc/pom.xml?rev=1164647&r1=1164646&r2=1164647&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/etc/pom.xml (original)
+++ camel/branches/camel-2.8.x/etc/pom.xml Fri Sep  2 17:28:44 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.8-SNAPSHOT</version>
+    <version>2.8.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

Modified: camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml?rev=1164647&r1=1164646&r2=1164647&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml (original)
+++ camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml Fri Sep  2 17:28:44 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.8-SNAPSHOT</version>
+        <version>2.8.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>