You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/11 10:22:32 UTC

(camel-k-runtime) branch release-3.2.x updated (e4b85dda -> 8e2827e5)

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

pcongiusti pushed a change to branch release-3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


 discard e4b85dda [maven-release-plugin] prepare for next development iteration
 discard dab46d38 [maven-release-plugin] prepare release camel-k-runtime-project-3.2.3
     new 8e2827e5 fix(ci): apache parent pom

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   (e4b85dda)
            \
             N -- N -- N   refs/heads/release-3.2.x (8e2827e5)

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:
 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/impl/pom.xml                                        | 2 +-
 camel-k-knative/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-resume-kafka/deployment/pom.xml                             | 2 +-
 camel-k-resume-kafka/impl/pom.xml                                   | 2 +-
 camel-k-resume-kafka/pom.xml                                        | 2 +-
 camel-k-resume-kafka/runtime/pom.xml                                | 2 +-
 camel-k-runtime/deployment/pom.xml                                  | 2 +-
 camel-k-runtime/pom.xml                                             | 2 +-
 camel-k-runtime/runtime/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 +-
 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/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/pom.xml                                                      | 2 +-
 pom.xml                                                             | 2 +-
 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-support/camel-k-itests-loader-inspector/pom.xml  | 2 +-
 .../camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml | 2 +-
 support/camel-k-itests-support/pom.xml                              | 2 +-
 support/camel-k-maven-logging/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 +-
 70 files changed, 72 insertions(+), 72 deletions(-)


(camel-k-runtime) 01/01: fix(ci): apache parent pom

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

pcongiusti pushed a commit to branch release-3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 8e2827e52cb8d2b792f6714f1c191eb4ed138c17
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Dec 11 11:22:16 2023 +0100

    fix(ci): apache parent pom
---
 support/camel-k-runtime-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 34e80214..f9bdd1fc 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>4</version>
+        <version>31</version>
         <relativePath />
     </parent>