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

svn commit: r1427104 - /camel/branches/camel-2.10.x/tests/camel-performance/pom.xml

Author: cmueller
Date: Mon Dec 31 12:28:14 2012
New Revision: 1427104

URL: http://svn.apache.org/viewvc?rev=1427104&view=rev
Log:
fixed the pom version number

Modified:
    camel/branches/camel-2.10.x/tests/camel-performance/pom.xml

Modified: camel/branches/camel-2.10.x/tests/camel-performance/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/tests/camel-performance/pom.xml?rev=1427104&r1=1427103&r2=1427104&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/tests/camel-performance/pom.xml (original)
+++ camel/branches/camel-2.10.x/tests/camel-performance/pom.xml Mon Dec 31 12:28:14 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.11-SNAPSHOT</version>
+    <version>2.10.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-performance</artifactId>