You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/15 00:45:25 UTC

[camel-karaf] branch automatic-periodic-sync updated (f9aabc3 -> 96b67c5)

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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from f9aabc3  Camel-Docker feature: Upgrade Commons Compress to 1.21
     add f09a978  Hacktoberfest 2021 label removal
     add ad4cfb4  Update version to 3.14.0-SNAPSHOT
     add 96b67c5  Prepare for next version

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                                         | 1 -
 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 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 components/camel-bean-osgi/src/generated/resources/bean-osgi.json | 2 +-
 components/camel-bean-validator-osgi/pom.xml                      | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/bean-validator-osgi.json              | 2 +-
 components/camel-blueprint-main/pom.xml                           | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/blueprint-main.json                   | 2 +-
 components/camel-blueprint/pom.xml                                | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json | 2 +-
 components/camel-cmis-osgi/pom.xml                                | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 components/camel-cmis-osgi/src/generated/resources/cmis-osgi.json | 2 +-
 components/camel-cxf-blueprint/pom.xml                            | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/cxf-blueprint.json                    | 2 +-
 components/camel-cxf-transport-blueprint/pom.xml                  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json          | 2 +-
 components/camel-eventadmin/pom.xml                               | 2 +-
 .../META-INF/services/org/apache/camel/component.properties       | 2 +-
 .../org/apache/camel/component/eventadmin/eventadmin.json         | 2 +-
 components/camel-jcache-osgi/pom.xml                              | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../camel-jcache-osgi/src/generated/resources/jcache-osgi.json    | 2 +-
 components/camel-kura/pom.xml                                     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 components/camel-kura/src/generated/resources/kura.json           | 2 +-
 components/camel-osgi-activator/pom.xml                           | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/osgi-activator.json                   | 2 +-
 components/camel-paxlogging/pom.xml                               | 2 +-
 .../META-INF/services/org/apache/camel/component.properties       | 2 +-
 .../org/apache/camel/component/paxlogging/paxlogging.json         | 2 +-
 components/camel-servlet-osgi/pom.xml                             | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../camel-servlet-osgi/src/generated/resources/servlet-osgi.json  | 2 +-
 components/camel-test-blueprint/pom.xml                           | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/test-blueprint.json                   | 2 +-
 components/camel-test-karaf/pom.xml                               | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../camel-test-karaf/src/generated/resources/test-karaf.json      | 2 +-
 components/camel-zookeeper-master-osgi/pom.xml                    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties | 2 +-
 .../src/generated/resources/zookeeper-master-osgi.json            | 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/camel-karaf-maven-plugin/pom.xml                          | 2 +-
 tooling/pom.xml                                                   | 2 +-
 73 files changed, 75 insertions(+), 76 deletions(-)