Repository: camel Updated Branches: refs/heads/master fa78b8636 -> 31991b581
Fixing version Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5d015b93 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5d015b93 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5d015b93 Branch: refs/heads/master Commit: 5d015b93db9dcfa1d6368de27628c4aea3339258 Parents: 87fb63e Author: oalles <oal...@neivi.es> Authored: Wed Mar 23 12:19:27 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Mar 23 18:46:10 2016 +0100 ---------------------------------------------------------------------- components/camel-cm/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5d015b93/components/camel-cm/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cm/pom.xml b/components/camel-cm/pom.xml index ff66e28..9d010f4 100644 --- a/components/camel-cm/pom.xml +++ b/components/camel-cm/pom.xml @@ -12,13 +12,16 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.16.2</version> + <version>2.18-SNAPSHOT</version> </parent> + <artifactId>camel-cm</artifactId> <packaging>bundle</packaging> + <name>Camel :: CM</name> <description>Camel CM Component</description>