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/03/28 12:58:40 UTC

[camel-k-runtime] branch release-1.15.x updated (269e2562 -> c10e1ba3)

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

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


    from 269e2562 chore(deps): Camel Quarkus 2.13.2
     new e04e34e4 chore(ci): split maven version property
     new c10e1ba3 fix: wrong camel version from cherry-pick

The 2 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:
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


[camel-k-runtime] 01/02: chore(ci): split maven version property

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

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

commit e04e34e4372a6c05f3f5559e16fc147486782fd2
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Mar 28 11:50:00 2023 +0200

    chore(ci): split maven version property
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b6b1a57..cddcec9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,8 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.18.3</camel-version>
+        <maven-version>3.6.3</maven-version>
+        <camel-version>3.20.1</camel-version>
 
         <!-- quarkus -->
         <camel-quarkus-version>2.13.2</camel-quarkus-version>
@@ -85,9 +86,9 @@
         <maven-pmd-plugin-version>3.19.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.3</maven-pmd-plugin-asm-version>
         <maven-pmd-plugin-shared-utils-version>3.3.3</maven-pmd-plugin-shared-utils-version>
-        <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
-        <maven-version>3.6.3</maven-version>
-        <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
+        <maven-plugin-plugin-version>3.8.1</maven-plugin-plugin-version>
+        <maven-plugin-api-version>3.6.3</maven-plugin-api-version>
+        <maven-plugin-tools-version>3.8.1</maven-plugin-tools-version>
         <maven-shaded-version>3.3.2</maven-shaded-version>
     </properties>
 
@@ -660,7 +661,7 @@
             <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-plugin-api</artifactId>
-                <version>${maven-version}</version>
+                <version>${maven-plugin-api-version}</version>
             </dependency>
 
         </dependencies>


[camel-k-runtime] 02/02: fix: wrong camel version from cherry-pick

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

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

commit c10e1ba35ae4932c234f425dee7fbbb5bd8dfd20
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Mar 28 12:36:29 2023 +0200

    fix: wrong camel version from cherry-pick
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cddcec9f..5a45598d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
         <maven.compiler.target>11</maven.compiler.target>
 
         <maven-version>3.6.3</maven-version>
-        <camel-version>3.20.1</camel-version>
+        <camel-version>3.18.3</camel-version>
 
         <!-- quarkus -->
         <camel-quarkus-version>2.13.2</camel-quarkus-version>