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 9fb8214  Updated bom version to 1.9.0-SNAPSHOT to match current 
runtime version
 discard c163d6c  Version bump to 1.9.0 for development work with latest 
versions from Camel Quarkus and Camel
     add 4b9280b  Updated CHANGELOG.md
     add 1ae4763  Upgrade to camel-quarkus 2.0.0 and camel 3.11.0 (#723)
     add 30cbd14  [maven-release-plugin] prepare release 
camel-k-runtime-project-1.8.0
     add 3d8abe5  [maven-release-plugin] prepare for next development iteration
     add 04d37c4  Updated CHANGELOG.md
     new a4b67f0  Version bump to 1.10.0-SNAPSHOT for development work with 
latest versions from Camel Quarkus and Camel

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   (9fb8214)
            \
             N -- N -- N   refs/heads/camel-main (a4b67f0)

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 1 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                                               | 13 +++++++++++--
 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-kamelet-reify/deployment/pom.xml                   |  2 +-
 camel-k-kamelet-reify/pom.xml                              |  2 +-
 camel-k-kamelet-reify/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-loader-jsh/deployment/pom.xml                      |  2 +-
 camel-k-loader-jsh/impl/pom.xml                            |  2 +-
 camel-k-loader-jsh/pom.xml                                 |  2 +-
 camel-k-loader-jsh/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 +-
 components/camel-cloudevents/pom.xml                       |  2 +-
 components/camel-knative/camel-knative-api/pom.xml         |  2 +-
 components/camel-knative/camel-knative-http/pom.xml        |  2 +-
 components/camel-knative/camel-knative-test/pom.xml        |  2 +-
 components/camel-knative/camel-knative/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-reify/pom.xml                |  2 +-
 itests/camel-k-itests-kamelet/pom.xml                      |  2 +-
 itests/camel-k-itests-knative-consumer/pom.xml             |  2 +-
 itests/camel-k-itests-knative-env-from-properties/pom.xml  |  2 +-
 itests/camel-k-itests-knative-env-from-registry/pom.xml    |  2 +-
 itests/camel-k-itests-knative-producer/pom.xml             |  2 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml          |  2 +-
 itests/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                |  2 +-
 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                      |  2 +-
 itests/camel-k-itests-webhook/pom.xml                      |  2 +-
 itests/pom.xml                                             |  2 +-
 pom.xml                                                    | 14 +++++++-------
 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                       |  2 +-
 support/camel-k-runtime-bom/pom.xml                        |  6 +++---
 support/camel-k-test/pom.xml                               |  2 +-
 support/pom.xml                                            |  2 +-
 102 files changed, 120 insertions(+), 111 deletions(-)

Reply via email to