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

orpiske pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


 discard b11ac6a4 Removed an endpoint DSL test
 discard f0ee3d9c Updated NoRoutesCollector to match the updated interface from 
Camel
 discard 864c25ec Fixed invalid graalvm version
 discard 0117e193 Fix outdated error handler reference
 discard f192e31c Aligned to the latest unreleased Camel Quarkus
     add 15543606 build(deps): bump versions-maven-plugin from 2.10.0 to 2.11.0
     add a3df073c Updated CHANGELOG.md
     add e318501c chore(dependencies): 1.14.0 new release cycle
     add b28889e7 Updated CHANGELOG.md
     add e09bf139 feat(deps): script to bump dependencies
     add fb3532cd feat(deps): remove useless dependency order
     add acf2d9f2 feat(deps): remove unused graalvm dependencies
     add a76c7db2 Updated CHANGELOG.md
     add a37f48ed chore(deps): Camel Quarkus dependency management
     add 05bd2381 chore(deps): move Quarkus native image into a property
     add 6c4d6226 Updated CHANGELOG.md
     add 62924b34 build(deps): bump groovy-version from 3.0.10 to 3.0.11 (#828)
     add 9d855194 Updated CHANGELOG.md
     add 65b81b66 build(deps): bump maven-pmd-plugin from 3.16.0 to 3.17.0
     add 8de6dd4d build(deps): bump maven-surefire-plugin from 3.0.0-M6 to 
3.0.0-M7
     add 61ac4ca9 build(deps): bump maven-failsafe-plugin from 3.0.0-M6 to 
3.0.0-M7
     add 7a73ab6a Updated CHANGELOG.md
     add b86247fc build(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0
     add 184c73d1 Updated CHANGELOG.md
     new c8336ed3 Aligned to the latest unreleased Camel Quarkus
     new de7fe1e4 Fix outdated error handler reference
     new a370cbe9 Updated NoRoutesCollector to match the updated interface from 
Camel
     new 99a0a5d5 Removed an endpoint DSL test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b11ac6a4)
            \
             N -- N -- N   refs/heads/camel-main (99a0a5d5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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:
 CHANGELOG.md                                       | 10 +++
 README.adoc                                        | 15 ++++
 camel-k-cloudevents/deployment/pom.xml             |  2 +-
 camel-k-cloudevents/pom.xml                        |  2 +-
 camel-k-cloudevents/runtime/pom.xml                |  2 +-
 camel-k-core/api/pom.xml                           |  2 +-
 camel-k-core/deployment/pom.xml                    |  2 +-
 camel-k-core/pom.xml                               |  2 +-
 camel-k-core/runtime/pom.xml                       |  2 +-
 camel-k-core/support/pom.xml                       |  2 +-
 camel-k-cron/deployment/pom.xml                    |  2 +-
 camel-k-cron/impl/pom.xml                          |  2 +-
 camel-k-cron/pom.xml                               |  2 +-
 camel-k-cron/runtime/pom.xml                       |  2 +-
 camel-k-knative/consumer/deployment/pom.xml        |  2 +-
 camel-k-knative/consumer/pom.xml                   |  2 +-
 camel-k-knative/consumer/runtime/pom.xml           |  2 +-
 camel-k-knative/deployment/pom.xml                 |  2 +-
 camel-k-knative/impl/pom.xml                       |  2 +-
 camel-k-knative/pom.xml                            |  2 +-
 camel-k-knative/producer/deployment/pom.xml        |  2 +-
 camel-k-knative/producer/pom.xml                   |  2 +-
 camel-k-knative/producer/runtime/pom.xml           |  2 +-
 camel-k-knative/runtime/pom.xml                    |  2 +-
 camel-k-master/deployment/pom.xml                  |  2 +-
 camel-k-master/impl/pom.xml                        |  2 +-
 camel-k-master/pom.xml                             |  2 +-
 camel-k-master/runtime/pom.xml                     |  2 +-
 camel-k-runtime/deployment/pom.xml                 |  2 +-
 camel-k-runtime/pom.xml                            |  2 +-
 camel-k-runtime/runtime/pom.xml                    |  2 +-
 camel-k-webhook/deployment/pom.xml                 |  2 +-
 camel-k-webhook/impl/pom.xml                       |  2 +-
 camel-k-webhook/pom.xml                            |  2 +-
 camel-k-webhook/runtime/pom.xml                    |  2 +-
 .../camel-knative/camel-knative-test/pom.xml       |  2 +-
 components/camel-knative/pom.xml                   |  2 +-
 components/pom.xml                                 |  2 +-
 distribution/pom.xml                               |  2 +-
 examples/cron/pom.xml                              |  2 +-
 examples/groovy/pom.xml                            |  2 +-
 examples/java/pom.xml                              |  2 +-
 examples/js/pom.xml                                |  2 +-
 examples/kafka-source-s3/pom.xml                   |  2 +-
 examples/kamelets-discovery/pom.xml                |  2 +-
 examples/kamelets/pom.xml                          |  2 +-
 examples/knative/pom.xml                           |  2 +-
 examples/kotlin/pom.xml                            |  2 +-
 examples/pom.xml                                   |  2 +-
 examples/xml/pom.xml                               |  2 +-
 examples/yaml/pom.xml                              |  2 +-
 itests/camel-k-itests-core/pom.xml                 |  2 +-
 itests/camel-k-itests-cron/pom.xml                 |  2 +-
 itests/camel-k-itests-kamelet/pom.xml              |  2 +-
 itests/camel-k-itests-knative-consumer/pom.xml     |  2 +-
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  2 +-
 itests/camel-k-itests-knative-producer/pom.xml     |  2 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml  |  2 +-
 .../camel-k-itests-knative-source-groovy/pom.xml   |  2 +-
 itests/camel-k-itests-knative-source-java/pom.xml  |  2 +-
 itests/camel-k-itests-knative-source-js/pom.xml    |  2 +-
 itests/camel-k-itests-knative-source-xml/pom.xml   |  2 +-
 itests/camel-k-itests-knative-source-yaml/pom.xml  |  2 +-
 itests/camel-k-itests-knative/pom.xml              |  2 +-
 itests/camel-k-itests-loader-groovy/pom.xml        | 17 +----
 itests/camel-k-itests-loader-java/pom.xml          |  2 +-
 itests/camel-k-itests-loader-js/pom.xml            |  2 +-
 itests/camel-k-itests-loader-jsh/pom.xml           |  2 +-
 itests/camel-k-itests-loader-kotlin/pom.xml        |  2 +-
 itests/camel-k-itests-loader-polyglot/pom.xml      |  2 +-
 itests/camel-k-itests-loader-xml/pom.xml           |  2 +-
 itests/camel-k-itests-loader-yaml/pom.xml          |  2 +-
 itests/camel-k-itests-master/pom.xml               |  2 +-
 itests/camel-k-itests-runtime-xml/pom.xml          |  2 +-
 itests/camel-k-itests-runtime-yaml/pom.xml         |  2 +-
 itests/camel-k-itests-runtime/pom.xml              | 30 +-------
 itests/camel-k-itests-webhook/pom.xml              |  2 +-
 itests/pom.xml                                     |  2 +-
 pom.xml                                            | 42 ++++-------
 scripts/bump.sh                                    | 87 ++++++++++++++++++++++
 support/camel-k-annotations/pom.xml                |  2 +-
 support/camel-k-apt/pom.xml                        |  2 +-
 support/camel-k-catalog-model/pom.xml              |  2 +-
 support/camel-k-catalog/pom.xml                    |  2 +-
 .../camel-k-itests-loader-inspector/pom.xml        |  2 +-
 .../camel-k-itests-runtime-inspector/pom.xml       |  2 +-
 support/camel-k-itests-support/pom.xml             |  2 +-
 support/camel-k-maven-plugin/pom.xml               |  4 +-
 support/camel-k-runtime-bom/pom.xml                | 15 +++-
 support/camel-k-test/pom.xml                       |  2 +-
 support/pom.xml                                    |  2 +-
 92 files changed, 225 insertions(+), 163 deletions(-)
 create mode 100755 scripts/bump.sh

Reply via email to