This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/3.4.3 in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/release/3.4.3 by this push: new af8563d [maven-release-plugin] prepare for next development iteration af8563d is described below commit af8563da6f518e8da8bd6b5c90773cb4adf6601d Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Tue Aug 11 12:02:07 2020 +0000 [maven-release-plugin] prepare for next development iteration --- bom/camel-karaf-bom/pom.xml | 2 +- bom/pom.xml | 2 +- catalog/camel-catalog-provider-karaf/pom.xml | 2 +- catalog/pom.xml | 2 +- components/camel-blueprint-main/pom.xml | 2 +- components/camel-blueprint/pom.xml | 2 +- components/camel-cxf-blueprint/pom.xml | 2 +- components/camel-cxf-transport-blueprint/pom.xml | 2 +- components/camel-eventadmin/pom.xml | 2 +- components/camel-kura/pom.xml | 2 +- components/camel-osgi-activator/pom.xml | 2 +- components/camel-paxlogging/pom.xml | 2 +- components/camel-servlet-osgi/pom.xml | 2 +- components/camel-test-blueprint/pom.xml | 2 +- components/camel-test-karaf/pom.xml | 2 +- components/pom.xml | 2 +- core/camel-core-osgi/pom.xml | 2 +- core/pom.xml | 2 +- platforms/commands/commands-core/pom.xml | 2 +- platforms/commands/pom.xml | 2 +- platforms/karaf/commands/pom.xml | 2 +- platforms/karaf/features/pom.xml | 2 +- platforms/karaf/pom.xml | 2 +- platforms/pom.xml | 2 +- pom.xml | 4 ++-- tests/camel-blueprint-cxf-test/pom.xml | 2 +- tests/camel-blueprint-test/pom.xml | 2 +- tests/camel-itest-osgi/pom.xml | 2 +- tests/pom.xml | 2 +- tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml | 2 +- tooling/camel-karaf-docs-maven-plugin/pom.xml | 2 +- tooling/pom.xml | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml index 1b7efe8..d0039ad 100644 --- a/bom/camel-karaf-bom/pom.xml +++ b/bom/camel-karaf-bom/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>camel-karaf-bom</artifactId> diff --git a/bom/pom.xml b/bom/pom.xml index 80e89cc..2401f3f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml index f7eca98..43860a5 100644 --- a/catalog/camel-catalog-provider-karaf/pom.xml +++ b/catalog/camel-catalog-provider-karaf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>catalog</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-catalog-provider-karaf</artifactId> diff --git a/catalog/pom.xml b/catalog/pom.xml index d3ba147..fa24284 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/components/camel-blueprint-main/pom.xml b/components/camel-blueprint-main/pom.xml index 6ad3123..f3e20da 100644 --- a/components/camel-blueprint-main/pom.xml +++ b/components/camel-blueprint-main/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-blueprint-main</artifactId> diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index ef7ff84..529139b 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-blueprint</artifactId> diff --git a/components/camel-cxf-blueprint/pom.xml b/components/camel-cxf-blueprint/pom.xml index 4c1d64e..5d8af70 100644 --- a/components/camel-cxf-blueprint/pom.xml +++ b/components/camel-cxf-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-cxf-blueprint</artifactId> diff --git a/components/camel-cxf-transport-blueprint/pom.xml b/components/camel-cxf-transport-blueprint/pom.xml index 8912cc1..1248bfb 100644 --- a/components/camel-cxf-transport-blueprint/pom.xml +++ b/components/camel-cxf-transport-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-cxf-transport-blueprint</artifactId> diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml index d70b10d..64503f3 100644 --- a/components/camel-eventadmin/pom.xml +++ b/components/camel-eventadmin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-eventadmin</artifactId> diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml index aaaf7f9..b3bddc0 100644 --- a/components/camel-kura/pom.xml +++ b/components/camel-kura/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-kura</artifactId> diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml index 6a1499a..6f56c8d 100644 --- a/components/camel-osgi-activator/pom.xml +++ b/components/camel-osgi-activator/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-osgi-activator</artifactId> diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml index bbe7702..0b14a3d 100644 --- a/components/camel-paxlogging/pom.xml +++ b/components/camel-paxlogging/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-paxlogging</artifactId> diff --git a/components/camel-servlet-osgi/pom.xml b/components/camel-servlet-osgi/pom.xml index 29cc668..31c2c0c 100644 --- a/components/camel-servlet-osgi/pom.xml +++ b/components/camel-servlet-osgi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-servlet-osgi</artifactId> diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml index 0b242ca..5884a7f 100644 --- a/components/camel-test-blueprint/pom.xml +++ b/components/camel-test-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-test-blueprint</artifactId> diff --git a/components/camel-test-karaf/pom.xml b/components/camel-test-karaf/pom.xml index ab44dda..fa2a3af 100644 --- a/components/camel-test-karaf/pom.xml +++ b/components/camel-test-karaf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>components</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-test-karaf</artifactId> diff --git a/components/pom.xml b/components/pom.xml index 36aee59..9ed5df6 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/core/camel-core-osgi/pom.xml b/core/camel-core-osgi/pom.xml index e3b40d7..712920d 100644 --- a/core/camel-core-osgi/pom.xml +++ b/core/camel-core-osgi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>core-modules</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-core-osgi</artifactId> diff --git a/core/pom.xml b/core/pom.xml index 388b80b..b567417 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/platforms/commands/commands-core/pom.xml b/platforms/commands/commands-core/pom.xml index 6ce1b61..f5e81fc 100644 --- a/platforms/commands/commands-core/pom.xml +++ b/platforms/commands/commands-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>commands</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-commands-core</artifactId> diff --git a/platforms/commands/pom.xml b/platforms/commands/pom.xml index 51b329b..02c5e0b 100644 --- a/platforms/commands/pom.xml +++ b/platforms/commands/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>platforms</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>commands</artifactId> diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml index b5e0dbe..112e1e7 100644 --- a/platforms/karaf/commands/pom.xml +++ b/platforms/karaf/commands/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf-platform</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <groupId>org.apache.camel.karaf</groupId> diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index ed373d3..d640179 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf-platform</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <groupId>org.apache.camel.karaf</groupId> diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml index da63872..d150d30 100644 --- a/platforms/karaf/pom.xml +++ b/platforms/karaf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>platforms</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>karaf-platform</artifactId> diff --git a/platforms/pom.xml b/platforms/pom.xml index 9927ba4..f447e5f 100644 --- a/platforms/pom.xml +++ b/platforms/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>platforms</artifactId> diff --git a/pom.xml b/pom.xml index 8d31077..53b3c1f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Camel Karaf</name> @@ -81,7 +81,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-karaf.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-karaf.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=summary</url> - <tag>camel-karaf-3.4.3</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml index 00d0659..1b07b27 100644 --- a/tests/camel-blueprint-cxf-test/pom.xml +++ b/tests/camel-blueprint-cxf-test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>tests</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-blueprint-cxf-test</artifactId> diff --git a/tests/camel-blueprint-test/pom.xml b/tests/camel-blueprint-test/pom.xml index 4bad389..9af4d78 100644 --- a/tests/camel-blueprint-test/pom.xml +++ b/tests/camel-blueprint-test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>tests</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-blueprint-test</artifactId> diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml index 59d4451..be27b33 100644 --- a/tests/camel-itest-osgi/pom.xml +++ b/tests/camel-itest-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>tests</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-itest-osgi</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index f3b3a7a..0b1c682 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml index ec1cad5..67ecf80 100644 --- a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml +++ b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>tooling</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-catalog-generator-karaf-maven-plugin</artifactId> diff --git a/tooling/camel-karaf-docs-maven-plugin/pom.xml b/tooling/camel-karaf-docs-maven-plugin/pom.xml index e0eaec9..a87b7fc 100644 --- a/tooling/camel-karaf-docs-maven-plugin/pom.xml +++ b/tooling/camel-karaf-docs-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>tooling</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>camel-karaf-docs-maven-plugin</artifactId> diff --git a/tooling/pom.xml b/tooling/pom.xml index 444ae50..07a7f68 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.karaf</groupId> <artifactId>karaf</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>tooling</artifactId>