You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2024/01/29 16:10:17 UTC

(camel-karaf) branch camel-karaf-3.21.x updated (d438f275 -> 00c532db)

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch camel-karaf-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


    from d438f275 Target Camel 3.21.4-SNAPSHOT for development
     add c1f56a76 Target Camel 3.21.4 for release
     add edf3e810 [maven-release-plugin] prepare release camel-karaf-3.21.4
     add e565a1e5 [maven-release-plugin] prepare for next development iteration
     new ae8c18af Merge branch 'release/3.21.4' into camel-karaf-3.21.x
     new 00c532db Target Camel 3.21.5-SNAPSHOT for development

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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-validator-osgi/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-jcache-osgi/pom.xml                       |  2 +-
 components/camel-kura/pom.xml                              |  2 +-
 components/camel-paxlogging/pom.xml                        |  2 +-
 components/camel-servlet-osgi/pom.xml                      |  2 +-
 components/camel-test-blueprint-junit5/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                                                    | 10 +++++-----
 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 +-
 37 files changed, 41 insertions(+), 41 deletions(-)


(camel-karaf) 02/02: Target Camel 3.21.5-SNAPSHOT for development

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-karaf-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 00c532db2c740dbb6c02771bf0379a8f9903322f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Jan 29 16:09:55 2024 +0000

    Target Camel 3.21.5-SNAPSHOT for development
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a29096b..530145cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.21.4</version>
+        <version>3.21.5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.karaf</groupId>
@@ -108,7 +108,7 @@
         <karaf4-version>4.4.4</karaf4-version>
 
         <!-- Camel target version -->
-        <camel-version>3.21.4</camel-version>
+        <camel-version>3.21.5-SNAPSHOT</camel-version>
 
         <ahc-version>2.12.3</ahc-version>
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
@@ -276,7 +276,7 @@
         <perfmark-version>0.17.0</perfmark-version>
         <protobuf-guava-version>31.1-jre</protobuf-guava-version>
         <protobuf-javanano-version>3.1.0</protobuf-javanano-version>
-        <protobuf-version>3.21.4</protobuf-version>
+        <protobuf-version>3.21.5-SNAPSHOT</protobuf-version>
         <reflections-bundle-version>0.9.12_1</reflections-bundle-version>
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.1.0</rescu-version>
@@ -781,7 +781,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.21.4</camel-version>
+                <camel-version>3.21.5-SNAPSHOT</camel-version>
             </properties>
         </profile>
 


(camel-karaf) 01/02: Merge branch 'release/3.21.4' into camel-karaf-3.21.x

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-karaf-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit ae8c18af75902dc8a86bacf4caf4240aa2c5302d
Merge: d438f275 e565a1e5
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Jan 29 16:09:09 2024 +0000

    Merge branch 'release/3.21.4' into camel-karaf-3.21.x

 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-validator-osgi/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-jcache-osgi/pom.xml                       | 2 +-
 components/camel-kura/pom.xml                              | 2 +-
 components/camel-paxlogging/pom.xml                        | 2 +-
 components/camel-servlet-osgi/pom.xml                      | 2 +-
 components/camel-test-blueprint-junit5/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                                                    | 8 ++++----
 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 +-
 37 files changed, 40 insertions(+), 40 deletions(-)