You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2022/12/14 13:44:12 UTC

[camel-k-runtime] branch main updated: Remove duplicate maven-assembly-plugin-version property from pom.xml

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c3c0ad4f Remove duplicate maven-assembly-plugin-version property from pom.xml
c3c0ad4f is described below

commit c3c0ad4f3b2a16d804cd9039f03c3b315e0f3d3f
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Dec 14 10:05:06 2022 -0300

    Remove duplicate maven-assembly-plugin-version property from pom.xml
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d102110..b691d76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,6 @@
         <maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
         <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
         <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
-        <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
         <jandex-maven-plugin-version>1.2.3</jandex-maven-plugin-version>
         <build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>