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 2013/10/09 00:00:10 UTC

git commit: fixed the build error because of the wrong pom version number

Updated Branches:
  refs/heads/camel-2.12.x 558270129 -> 5b87e18ac


fixed the build error because of the wrong pom version number


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5b87e18a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5b87e18a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5b87e18a

Branch: refs/heads/camel-2.12.x
Commit: 5b87e18ac2a9f0f003fd8df59d324848d9b36bb0
Parents: 5582701
Author: cmueller <cm...@apache.org>
Authored: Wed Oct 9 00:00:02 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Wed Oct 9 00:00:02 2013 +0200

----------------------------------------------------------------------
 .../archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5b87e18a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
index 7b86ad2..7375fd9 100644
--- a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
+++ b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.13-SNAPSHOT</version>
+    <version>2.12.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>