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 2020/07/22 08:32:07 UTC

[camel-karaf] branch camel-karaf-3.4.x updated (dadf886 -> 599e1ad)

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

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


    from dadf886  Target Camel version 3.4.2-SNAPSHOT
     add ff7f5c2  Target Camel 3.4.2 for release building
     add 621d8f2  [maven-release-plugin] prepare release camel-karaf-3.4.2
     add dacdb04  [maven-release-plugin] prepare for next development iteration
     new 4ff8eca  Merge branch 'release/3.4.2' into camel-karaf-3.4.x
     new 599e1ad  Target Camel 3.4.3-SNAPSHOT

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:
 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                                                    | 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-docs-maven-plugin/pom.xml              | 2 +-
 tooling/pom.xml                                            | 2 +-
 32 files changed, 35 insertions(+), 35 deletions(-)


[camel-karaf] 02/02: Target Camel 3.4.3-SNAPSHOT

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.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 599e1adb95dea0fa256e5ff05c1dcd96cbbf0219
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Wed Jul 22 08:31:45 2020 +0000

    Target Camel 3.4.3-SNAPSHOT
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9449886..acb163c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.4.2</version>
+        <version>3.4.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.karaf</groupId>
@@ -105,7 +105,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Camel target version -->
-        <camel-version>3.4.2</camel-version>
+        <camel-version>3.4.3-SNAPSHOT</camel-version>
 
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>
@@ -705,7 +705,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.4.2</camel-version>
+                <camel-version>3.4.3-SNAPSHOT</camel-version>
             </properties>
         </profile>
 


[camel-karaf] 01/02: Merge branch 'release/3.4.2' into camel-karaf-3.4.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.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 4ff8eca930818f0c1154e9e0302e0a0889de0309
Merge: dadf886 dacdb04
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Wed Jul 22 08:30:48 2020 +0000

    Merge branch 'release/3.4.2' into camel-karaf-3.4.x

 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                                                    | 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-docs-maven-plugin/pom.xml              | 2 +-
 tooling/pom.xml                                            | 2 +-
 32 files changed, 35 insertions(+), 35 deletions(-)