You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by xj...@apache.org on 2021/11/22 05:09:04 UTC

[mnemonic] branch master updated: MNEMONIC-694: update the version of maven-jar-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7204331  MNEMONIC-694: update the version of maven-jar-plugin
7204331 is described below

commit 7204331167e4e9a2fa64585284e6338bbbfce343
Author: Yanhui Zhao <yz...@apache.org>
AuthorDate: Wed Nov 17 20:24:50 2021 -0800

    MNEMONIC-694: update the version of maven-jar-plugin
---
 mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml | 1 -
 mnemonic-hadoop/pom.xml                              | 1 -
 mnemonic-spark/pom.xml                               | 1 -
 pom.xml                                              | 2 +-
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
index 1e575ea..2164ac7 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
@@ -159,7 +159,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>
diff --git a/mnemonic-hadoop/pom.xml b/mnemonic-hadoop/pom.xml
index 94bca8a..5816dc6 100644
--- a/mnemonic-hadoop/pom.xml
+++ b/mnemonic-hadoop/pom.xml
@@ -121,7 +121,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>
diff --git a/mnemonic-spark/pom.xml b/mnemonic-spark/pom.xml
index 78705eb..ca05044 100644
--- a/mnemonic-spark/pom.xml
+++ b/mnemonic-spark/pom.xml
@@ -184,7 +184,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>
diff --git a/pom.xml b/pom.xml
index 1a35bae..28cf02f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.2.0</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>