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 2024/03/25 09:38:44 UTC

(camel-k-runtime) 02/02: fix(ci): release process broken

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

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

commit 01535e33dc3b5674d18deb51d5c5d1869e6b4749
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Mar 25 10:38:00 2024 +0100

    fix(ci): release process broken
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55311e52..2f538e29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
         <maven-gpg-plugin-version>3.2.1</maven-gpg-plugin-version>
         <maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
         <maven-javadoc-plugin-version>3.6.3</maven-javadoc-plugin-version>
-        <maven-source-plugin-version>3.3.0</maven-source-plugin-version>
+        <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
         <jandex-maven-plugin-version>1.2.3</jandex-maven-plugin-version>
         <build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>