Yeah, you are right, I should setup the master version to 2.15-SNAPSHOT. I will create a new camel-2.14.x branch and then update the master branch pom version for that.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On September 12, 2014 at 4:25:20 AM, Christian Müller (christian.muel...@gmail.com) wrote: > Shouldn't be the new version on trunk 2.15-SNAPSHOT? > > Best, > > Christian > ----------------- > > Software Integration Specialist > > Apache Member > V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer > Apache Incubator PMC Member > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > On Thu, Sep 11, 2014 at 5:26 AM, wrote: > > > Repository: camel > > Updated Branches: > > refs/heads/master 38cc1f580 -> 4f302f316 > > > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-spring32/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/camel-itest-spring32/pom.xml > > b/tests/camel-itest-spring32/pom.xml > > index 82ae1ac..b9ed7ea 100644 > > --- a/tests/camel-itest-spring32/pom.xml > > +++ b/tests/camel-itest-spring32/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tests > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-itest-spring32 > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-standalone/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/camel-itest-standalone/pom.xml > > b/tests/camel-itest-standalone/pom.xml > > index ec03539..fd14374 100644 > > --- a/tests/camel-itest-standalone/pom.xml > > +++ b/tests/camel-itest-standalone/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tests > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-itest-standalone > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml > > index cd98186..df873a5 100644 > > --- a/tests/camel-itest/pom.xml > > +++ b/tests/camel-itest/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tests > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-itest > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-partial-classpath-test/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/camel-partial-classpath-test/pom.xml > > b/tests/camel-partial-classpath-test/pom.xml > > index ddba86f..7e4c880 100644 > > --- a/tests/camel-partial-classpath-test/pom.xml > > +++ b/tests/camel-partial-classpath-test/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tests > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-partial-classpath-test > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-typeconverterscan-test/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/camel-typeconverterscan-test/pom.xml > > b/tests/camel-typeconverterscan-test/pom.xml > > index 20b3956..26febdf 100644 > > --- a/tests/camel-typeconverterscan-test/pom.xml > > +++ b/tests/camel-typeconverterscan-test/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tests > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-typeconverterscan-test > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/tests/pom.xml b/tests/pom.xml > > index e879855..2fe207c 100644 > > --- a/tests/pom.xml > > +++ b/tests/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > camel-parent > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > ../parent > > > > > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/mock-javamail_1.7/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/test-bundles/mock-javamail_1.7/pom.xml > > b/tests/test-bundles/mock-javamail_1.7/pom.xml > > index 4f51ed3..6511ad7 100644 > > --- a/tests/test-bundles/mock-javamail_1.7/pom.xml > > +++ b/tests/test-bundles/mock-javamail_1.7/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel.tests.bundles > > bundles-pom > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.tests > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml > > index c64e079..d78bf17 100644 > > --- a/tests/test-bundles/pom.xml > > +++ b/tests/test-bundles/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > camel-parent > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > ../../parent > > > > > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/apt/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/apt/pom.xml b/tooling/apt/pom.xml > > index 22d343d..a3e64a1 100644 > > --- a/tooling/apt/pom.xml > > +++ b/tooling/apt/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tooling > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-activemq/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-activemq/pom.xml > > b/tooling/archetypes/camel-archetype-activemq/pom.xml > > index ecf2b30..83a932e 100644 > > --- a/tooling/archetypes/camel-archetype-activemq/pom.xml > > +++ b/tooling/archetypes/camel-archetype-activemq/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-api-component/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-api-component/pom.xml > > b/tooling/archetypes/camel-archetype-api-component/pom.xml > > index a9b3ad1..88ef910 100644 > > --- a/tooling/archetypes/camel-archetype-api-component/pom.xml > > +++ b/tooling/archetypes/camel-archetype-api-component/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-blueprint/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-blueprint/pom.xml > > b/tooling/archetypes/camel-archetype-blueprint/pom.xml > > index 8ba9347..9c5cf37 100644 > > --- a/tooling/archetypes/camel-archetype-blueprint/pom.xml > > +++ b/tooling/archetypes/camel-archetype-blueprint/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component-scala/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-component-scala/pom.xml > > b/tooling/archetypes/camel-archetype-component-scala/pom.xml > > index 77806e6..9dcde57 100644 > > --- a/tooling/archetypes/camel-archetype-component-scala/pom.xml > > +++ b/tooling/archetypes/camel-archetype-component-scala/pom.xml > > @@ -23,7 +23,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-component/pom.xml > > b/tooling/archetypes/camel-archetype-component/pom.xml > > index 8b25d04..bbf5224 100644 > > --- a/tooling/archetypes/camel-archetype-component/pom.xml > > +++ b/tooling/archetypes/camel-archetype-component/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/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 55a58e5..17aabb5 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 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git > > a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml > > b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml > > index 2acc609..4c23693 100644 > > --- > > a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml > > +++ > > b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-dataformat/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-dataformat/pom.xml > > b/tooling/archetypes/camel-archetype-dataformat/pom.xml > > index 0ea7f4b..1761143 100644 > > --- a/tooling/archetypes/camel-archetype-dataformat/pom.xml > > +++ b/tooling/archetypes/camel-archetype-dataformat/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-groovy/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-groovy/pom.xml > > b/tooling/archetypes/camel-archetype-groovy/pom.xml > > index bec430b..f48f21f 100644 > > --- a/tooling/archetypes/camel-archetype-groovy/pom.xml > > +++ b/tooling/archetypes/camel-archetype-groovy/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-java/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-java/pom.xml > > b/tooling/archetypes/camel-archetype-java/pom.xml > > index d88855b..5ff3785 100644 > > --- a/tooling/archetypes/camel-archetype-java/pom.xml > > +++ b/tooling/archetypes/camel-archetype-java/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-scala/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-scala/pom.xml > > b/tooling/archetypes/camel-archetype-scala/pom.xml > > index 7a73ab1..79391e5 100644 > > --- a/tooling/archetypes/camel-archetype-scala/pom.xml > > +++ b/tooling/archetypes/camel-archetype-scala/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring-dm/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-spring-dm/pom.xml > > b/tooling/archetypes/camel-archetype-spring-dm/pom.xml > > index 4779b97..8e71c48 100644 > > --- a/tooling/archetypes/camel-archetype-spring-dm/pom.xml > > +++ b/tooling/archetypes/camel-archetype-spring-dm/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-spring/pom.xml > > b/tooling/archetypes/camel-archetype-spring/pom.xml > > index f6de1a5..58c9cbc 100644 > > --- a/tooling/archetypes/camel-archetype-spring/pom.xml > > +++ b/tooling/archetypes/camel-archetype-spring/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-web/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-web/pom.xml > > b/tooling/archetypes/camel-archetype-web/pom.xml > > index 02e95d2..7ea5303 100644 > > --- a/tooling/archetypes/camel-archetype-web/pom.xml > > +++ b/tooling/archetypes/camel-archetype-web/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-webconsole/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/camel-archetype-webconsole/pom.xml > > b/tooling/archetypes/camel-archetype-webconsole/pom.xml > > index 53ddc86..6eb095f 100644 > > --- a/tooling/archetypes/camel-archetype-webconsole/pom.xml > > +++ b/tooling/archetypes/camel-archetype-webconsole/pom.xml > > @@ -24,7 +24,7 @@ > > > > org.apache.camel > > archetypes > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > org.apache.camel.archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml > > index 141cb86..a960635 100644 > > --- a/tooling/archetypes/pom.xml > > +++ b/tooling/archetypes/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tooling > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > archetypes > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/camel-manual/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml > > index a14e973..868501f 100644 > > --- a/tooling/camel-manual/pom.xml > > +++ b/tooling/camel-manual/pom.xml > > @@ -23,7 +23,7 @@ > > > > org.apache.camel > > tooling > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-manual > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-api-component-maven-plugin/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml > > b/tooling/maven/camel-api-component-maven-plugin/pom.xml > > index bb8821d..3921d7f 100644 > > --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml > > +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > maven-plugins > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-api-component-maven-plugin > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-maven-plugin/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/maven/camel-maven-plugin/pom.xml > > b/tooling/maven/camel-maven-plugin/pom.xml > > index 8283d37..36ac7da 100644 > > --- a/tooling/maven/camel-maven-plugin/pom.xml > > +++ b/tooling/maven/camel-maven-plugin/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > maven-plugins > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-maven-plugin > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-package-maven-plugin/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml > > b/tooling/maven/camel-package-maven-plugin/pom.xml > > index aa93975..0362323 100644 > > --- a/tooling/maven/camel-package-maven-plugin/pom.xml > > +++ b/tooling/maven/camel-package-maven-plugin/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > maven-plugins > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > camel-package-maven-plugin > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/guice-maven-plugin/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/maven/guice-maven-plugin/pom.xml > > b/tooling/maven/guice-maven-plugin/pom.xml > > index 5332a10..f7c8ab3 100644 > > --- a/tooling/maven/guice-maven-plugin/pom.xml > > +++ b/tooling/maven/guice-maven-plugin/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > maven-plugins > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > guice-maven-plugin > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml > > index a844077..7c1d9d4 100644 > > --- a/tooling/maven/pom.xml > > +++ b/tooling/maven/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > tooling > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > maven-plugins > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/tooling/pom.xml b/tooling/pom.xml > > index 6ea85a3..c522700 100644 > > --- a/tooling/pom.xml > > +++ b/tooling/pom.xml > > @@ -21,7 +21,7 @@ > > > > org.apache.camel > > camel-parent > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > ../parent > > > > > > > > > > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/spi-annotations/pom.xml > > > > ---------------------------------------------------------------------- > > diff --git a/tooling/spi-annotations/pom.xml > > b/tooling/spi-annotations/pom.xml > > index 71f0429..055ecd3 100644 > > --- a/tooling/spi-annotations/pom.xml > > +++ b/tooling/spi-annotations/pom.xml > > @@ -22,7 +22,7 @@ > > > > org.apache.camel > > tooling > > - 2.14.0 > > + 2.14.1-SNAPSHOT > > > > > > > > > > >