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/22 14:23:41 UTC

(camel-k-runtime) branch release-3.8.x updated: fix(ci): downgrade due to errors during release process

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

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


The following commit(s) were added to refs/heads/release-3.8.x by this push:
     new f972f177 fix(ci): downgrade due to errors during release process
f972f177 is described below

commit f972f177e86205a67837a30a2371a5f8b83a010d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 22 15:22:42 2024 +0100

    fix(ci): downgrade due to errors during release process
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52c8778f..3e773cd6 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>