You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/04 14:37:26 UTC

[hop] branch master updated: HOP-4549: Update maven-jar-plugin from 2.6 to 3.2

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 897dbfac00 HOP-4549: Update maven-jar-plugin from 2.6 to 3.2
     new d2acadc05d Merge pull request #1775 from karta020500/master
897dbfac00 is described below

commit 897dbfac00f2570ee510349a223d4d0ac7a1762a
Author: karta020500 <30...@users.noreply.github.com>
AuthorDate: Fri Nov 4 18:19:14 2022 +0800

    HOP-4549: Update maven-jar-plugin from 2.6 to 3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 14b66de51e..77bee48377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
         <maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version>
-        <maven-jar-plugin.version>2.6</maven-jar-plugin.version>
+        <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
         <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
         <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
         <maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>