You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/05/16 03:36:20 UTC

[mnemonic] branch master updated: MNEMONIC-644: Failed to execute goal org.apache.maven.plugins on project mnemonic-common

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

yzhao 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 cc64aa0  MNEMONIC-644: Failed to execute goal org.apache.maven.plugins on project mnemonic-common
cc64aa0 is described below

commit cc64aa02d30de1eb9b5e69a7bc586c8dc5cc50a1
Author: Xiaojin Jiao <xj...@apache.org>
AuthorDate: Sat May 15 05:50:48 2021 -0700

    MNEMONIC-644: Failed to execute goal org.apache.maven.plugins on project mnemonic-common
    
    Signed-off-by: Xiaojin Jiao <xj...@apache.org>
---
 mnemonic-computing-services/pom.xml | 3 ---
 mnemonic-memory-services/pom.xml    | 3 ---
 pom.xml                             | 2 +-
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index b703e06..f82bb12 100644
--- a/mnemonic-computing-services/pom.xml
+++ b/mnemonic-computing-services/pom.xml
@@ -88,7 +88,6 @@
       <extension>
         <groupId>kr.motd.maven</groupId>
         <artifactId>os-maven-plugin</artifactId>
-        <version>1.4.0.Final</version>
       </extension>
     </extensions>
     <plugins>
@@ -98,7 +97,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>
@@ -109,7 +107,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <minimizeJar>true</minimizeJar>
             <filters>
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 598f5ff..1c1c0f7 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -88,7 +88,6 @@
       <extension>
         <groupId>kr.motd.maven</groupId>
         <artifactId>os-maven-plugin</artifactId>
-        <version>1.4.0.Final</version>
       </extension>
     </extensions>
     <plugins>
@@ -98,7 +97,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>
@@ -109,7 +107,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <minimizeJar>true</minimizeJar>
             <filters>
diff --git a/pom.xml b/pom.xml
index faf05cc..a32a69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>3.2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>