This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch release/3.11.6
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/release/3.11.6 by this push:
new fc6e587 [maven-release-plugin] prepare for next development iteration
fc6e587 is described below
commit fc6e5874a31bedfe6b1130a7127191e97000e820
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu Mar 10 10:31:14 2022 +0000
[maven-release-plugin] prepare for next development iteration
---
archetypes/camel-archetype-blueprint/pom.xml | 2 +-
archetypes/pom.xml | 2 +-
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-bean-osgi/pom.xml | 2 +-
components/camel-bean-validator-osgi/pom.xml | 2 +-
components/camel-blueprint-main/pom.xml | 2 +-
components/camel-blueprint/pom.xml | 2 +-
components/camel-cmis-osgi/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-jcache-osgi/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/camel-zookeeper-master-osgi/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-maven-plugin/pom.xml | 2 +-
tooling/pom.xml | 2 +-
39 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/archetypes/camel-archetype-blueprint/pom.xml
b/archetypes/camel-archetype-blueprint/pom.xml
index 3eb958e..4fa85ed 100644
--- a/archetypes/camel-archetype-blueprint/pom.xml
+++ b/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>archetypes</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.archetypes</groupId>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 38cd605..c3894df 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>karaf</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bom/camel-karaf-bom/pom.xml b/bom/camel-karaf-bom/pom.xml
index 38c371f..8a02ff9 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>camel-karaf-bom</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 6a9bdfb..1756803 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/catalog/camel-catalog-provider-karaf/pom.xml
b/catalog/camel-catalog-provider-karaf/pom.xml
index 7f65a01..2e39b07 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-catalog-provider-karaf</artifactId>
diff --git a/catalog/pom.xml b/catalog/pom.xml
index b82d147..7027987 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/components/camel-bean-osgi/pom.xml
b/components/camel-bean-osgi/pom.xml
index 3ffddfd..450eef2 100644
--- a/components/camel-bean-osgi/pom.xml
+++ b/components/camel-bean-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>components</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-bean-osgi</artifactId>
diff --git a/components/camel-bean-validator-osgi/pom.xml
b/components/camel-bean-validator-osgi/pom.xml
index 75c17b8..ab52607 100644
--- a/components/camel-bean-validator-osgi/pom.xml
+++ b/components/camel-bean-validator-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>components</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-bean-validator-osgi</artifactId>
diff --git a/components/camel-blueprint-main/pom.xml
b/components/camel-blueprint-main/pom.xml
index 437df90..d3189a8 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-blueprint-main</artifactId>
diff --git a/components/camel-blueprint/pom.xml
b/components/camel-blueprint/pom.xml
index acb139d..046e428 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-blueprint</artifactId>
diff --git a/components/camel-cmis-osgi/pom.xml
b/components/camel-cmis-osgi/pom.xml
index 265167c..8932c77 100644
--- a/components/camel-cmis-osgi/pom.xml
+++ b/components/camel-cmis-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>components</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-cmis-osgi</artifactId>
diff --git a/components/camel-cxf-blueprint/pom.xml
b/components/camel-cxf-blueprint/pom.xml
index d887509..c024e5f 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.11.6</version>
+ <version>3.11.7-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 69d03f8..a5d32ad 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-cxf-transport-blueprint</artifactId>
diff --git a/components/camel-eventadmin/pom.xml
b/components/camel-eventadmin/pom.xml
index ceea13a..5009e08 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-eventadmin</artifactId>
diff --git a/components/camel-jcache-osgi/pom.xml
b/components/camel-jcache-osgi/pom.xml
index b854d66..a06999f 100644
--- a/components/camel-jcache-osgi/pom.xml
+++ b/components/camel-jcache-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>components</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-jcache-osgi</artifactId>
diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index 819d5ec..31e8919 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-kura</artifactId>
diff --git a/components/camel-osgi-activator/pom.xml
b/components/camel-osgi-activator/pom.xml
index 16cd8b3..df1e466 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-osgi-activator</artifactId>
diff --git a/components/camel-paxlogging/pom.xml
b/components/camel-paxlogging/pom.xml
index 344b010..8a2a4cc 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-paxlogging</artifactId>
diff --git a/components/camel-servlet-osgi/pom.xml
b/components/camel-servlet-osgi/pom.xml
index 09f665b..28da3f6 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.11.6</version>
+ <version>3.11.7-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 49112f8..2674ede 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.11.6</version>
+ <version>3.11.7-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 f4f4302..7ae73db 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-test-karaf</artifactId>
diff --git a/components/camel-zookeeper-master-osgi/pom.xml
b/components/camel-zookeeper-master-osgi/pom.xml
index 2a8f5d3..d165555 100644
--- a/components/camel-zookeeper-master-osgi/pom.xml
+++ b/components/camel-zookeeper-master-osgi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>components</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-zookeeper-master-osgi</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index fdec280..23ef7f8 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/core/camel-core-osgi/pom.xml b/core/camel-core-osgi/pom.xml
index 1030b93..06a5d46 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-core-osgi</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 9573a6c..f4b3527 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/platforms/commands/commands-core/pom.xml
b/platforms/commands/commands-core/pom.xml
index a929b7b..da8009d 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-commands-core</artifactId>
diff --git a/platforms/commands/pom.xml b/platforms/commands/pom.xml
index 574fa3a..cea0705 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>commands</artifactId>
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 584de5f..44419db 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.karaf</groupId>
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 0f3f7d8..15b6548 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.karaf</groupId>
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index e29242b..2602523 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>karaf-platform</artifactId>
diff --git a/platforms/pom.xml b/platforms/pom.xml
index eaefa2f..aa378f0 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>platforms</artifactId>
diff --git a/pom.xml b/pom.xml
index 5f699a5..c69f856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.camel.karaf</groupId>
<artifactId>karaf</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Camel Karaf</name>
@@ -82,7 +82,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.11.6</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 44225b2..24b9d48 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.11.6</version>
+ <version>3.11.7-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 71ea840..3083e0e 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.11.6</version>
+ <version>3.11.7-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 70453f1..79370c6 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-osgi</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 67e1dd4..ec4d3be 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.11.6</version>
+ <version>3.11.7-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 4a82364..34907d0 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-catalog-generator-karaf-maven-plugin</artifactId>
diff --git a/tooling/camel-karaf-maven-plugin/pom.xml
b/tooling/camel-karaf-maven-plugin/pom.xml
index a81a77b..a1683d2 100644
--- a/tooling/camel-karaf-maven-plugin/pom.xml
+++ b/tooling/camel-karaf-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>tooling</artifactId>
- <version>3.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>camel-karaf-maven-plugin</artifactId>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 7e2376b..76d6bcf 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.11.6</version>
+ <version>3.11.7-SNAPSHOT</version>
</parent>
<artifactId>tooling</artifactId>