CAMEL-7220 Updated the pom version to 2.14.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/65384fa4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/65384fa4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/65384fa4 Branch: refs/heads/camel-2.14.x Commit: 65384fa41961ff07d7714d35533acb8537f527b1 Parents: a07d71f Author: Willem Jiang <[email protected]> Authored: Fri Sep 12 23:38:42 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Fri Sep 12 23:39:02 2014 +0800 ---------------------------------------------------------------------- components/camel-schematron/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/65384fa4/components/camel-schematron/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-schematron/pom.xml b/components/camel-schematron/pom.xml index dae5eb4..81d879d 100644 --- a/components/camel-schematron/pom.xml +++ b/components/camel-schematron/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.15-SNAPSHOT</version> + <version>2.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel</groupId>
