You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/07 05:35:57 UTC

[camel-karaf] branch master updated (9adf408 -> 89ccee3)

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

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


    from 9adf408  Next is 3.6.0-SNAPSHOT
     new 04387d6  Align Camel version to 3.6.0-SNAPSHOT
     new b2ea2da  Align to 3.6.0-SNAPSHOT
     new 89ccee3  Align to 3.6.0-SNAPSHOT

The 3 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:
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/blueprint-main.json                     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json            | 2 +-
 .../META-INF/services/org/apache/camel/component.properties         | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-kura/src/generated/resources/kura.json             | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/osgi-activator.json                     | 2 +-
 .../META-INF/services/org/apache/camel/component.properties         | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../camel-servlet-osgi/src/generated/resources/servlet-osgi.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 .../src/generated/resources/test-blueprint.json                     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties   | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json | 2 +-
 pom.xml                                                             | 6 +++---
 23 files changed, 25 insertions(+), 25 deletions(-)


[camel-karaf] 01/03: Align Camel version to 3.6.0-SNAPSHOT

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

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

commit 04387d69a5b3bf76194a603e3d5cca6d5c74477b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:28:26 2020 +0200

    Align Camel version to 3.6.0-SNAPSHOT
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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


[camel-karaf] 03/03: Align to 3.6.0-SNAPSHOT

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

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

commit 89ccee37a1562a349292b46dc0971202b3ae55c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:35:36 2020 +0200

    Align to 3.6.0-SNAPSHOT
---
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 3652325..0f63437 100644
--- a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=osgi-activator
 groupId=org.apache.camel.karaf
 artifactId=camel-osgi-activator
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: OSGi Activator
 projectDescription=Camel OSGi Activator for running Camel routes from other bundles
diff --git a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
index 8811f15..68edeb2 100644
--- a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
+++ b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
@@ -9,6 +9,6 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 8eb31a6..19e80ab 100644
--- a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=paxlogging
 groupId=org.apache.camel.karaf
 artifactId=camel-paxlogging
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Pax Logging
 projectDescription=Camel OSGi Pax Logging support
diff --git a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
index dc861d9..a845438 100644
--- a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
+++ b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-paxlogging",
-    "version": "3.5.0-SNAPSHOT",
+    "version": "3.6.0-SNAPSHOT",
     "scheme": "paxlogging",
     "extendsScheme": "",
     "syntax": "paxlogging:appender",
diff --git a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2aa8062..f1ae15d 100644
--- a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=servlet-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-servlet-osgi
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Servlet OSGi
 projectDescription=Camel Servlet for OSGi
diff --git a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
index ccc711e..924e465 100644
--- a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
+++ b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-servlet-osgi",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 73f7ff6..7a4e625 100644
--- a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-karaf
 groupId=org.apache.camel.karaf
 artifactId=camel-test-karaf
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Test :: Karaf
 projectDescription=Camel integration testing with Apache Karaf
diff --git a/components/camel-test-karaf/src/generated/resources/test-karaf.json b/components/camel-test-karaf/src/generated/resources/test-karaf.json
index 82f780a..cc31ae4 100644
--- a/components/camel-test-karaf/src/generated/resources/test-karaf.json
+++ b/components/camel-test-karaf/src/generated/resources/test-karaf.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-karaf",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }


[camel-karaf] 02/03: Align to 3.6.0-SNAPSHOT

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

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

commit b2ea2da8a3d6a9d7d52147fd6010c3c54ee3af8c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:34:37 2020 +0200

    Align to 3.6.0-SNAPSHOT
---
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-blueprint-main/src/generated/resources/blueprint-main.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json       | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json      | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json                | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 components/camel-kura/src/generated/resources/kura.json                 | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-test-blueprint/src/generated/resources/test-blueprint.json    | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index cd1a862..bce9476 100644
--- a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint-main
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint-main
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Blueprint Main
 projectDescription=Main support for OSGi Blueprint
diff --git a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
index 9c59999..d37f130 100644
--- a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
+++ b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint-main",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 9cfc69e..cbf747d 100644
--- a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Blueprint
 projectDescription=Using Camel with OSGi Blueprint
diff --git a/components/camel-blueprint/src/generated/resources/blueprint.json b/components/camel-blueprint/src/generated/resources/blueprint.json
index b707efb..160e63e 100644
--- a/components/camel-blueprint/src/generated/resources/blueprint.json
+++ b/components/camel-blueprint/src/generated/resources/blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index c8326e0..7c29ce9 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-blueprint
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: CXF Blueprint
 projectDescription=Camel CXF for OSGi Blueprint
diff --git a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
index 698c067..e42cb6c 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
+++ b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-blueprint",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index fd04142..fa09083 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-transport-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-transport-blueprint
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: CXF Transport Blueprint
 projectDescription=Camel CXF Transport for OSGi Blueprint
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
index 7eade52..592b2be 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-transport-blueprint",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 02f030d..6cd743c 100644
--- a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=eventadmin
 groupId=org.apache.camel.karaf
 artifactId=camel-eventadmin
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Event Admin
 projectDescription=Camel Karaf OSGi Event Admin support
diff --git a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
index e738bd7..d12810a 100644
--- a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
+++ b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-eventadmin",
-    "version": "3.5.0-SNAPSHOT",
+    "version": "3.6.0-SNAPSHOT",
     "scheme": "eventadmin",
     "extendsScheme": "",
     "syntax": "eventadmin:topic",
diff --git a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 7d2a8a5..19fad66 100644
--- a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=kura
 groupId=org.apache.camel.karaf
 artifactId=camel-kura
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Kura
 projectDescription=Using Camel with Eclipse Kura (OSGi)
diff --git a/components/camel-kura/src/generated/resources/kura.json b/components/camel-kura/src/generated/resources/kura.json
index a405f2a..a19a7b7 100644
--- a/components/camel-kura/src/generated/resources/kura.json
+++ b/components/camel-kura/src/generated/resources/kura.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-kura",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index e1756fc..5c1e84e 100644
--- a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-test-blueprint
-version=3.5.0-SNAPSHOT
+version=3.6.0-SNAPSHOT
 projectName=Camel Karaf :: Test :: Blueprint
 projectDescription=Camel unit testing with OSGi Blueprint
diff --git a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
index a0cdd25..bd20d36 100644
--- a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
+++ b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-blueprint",
-    "version": "3.5.0-SNAPSHOT"
+    "version": "3.6.0-SNAPSHOT"
   }
 }