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:05:12 UTC

[camel-k-runtime] 01/01: 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 claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit ae72ca2195ca90711fa82575a2d33740980761c6
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>