You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/12/27 04:18:58 UTC

mnemonic git commit: MNEMONIC-436: Upgrade Maven Jar Plugin

Repository: mnemonic
Updated Branches:
  refs/heads/master 5c173b935 -> 7bed14856


MNEMONIC-436: Upgrade Maven Jar Plugin


Project: http://git-wip-us.apache.org/repos/asf/mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic/commit/7bed1485
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic/tree/7bed1485
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic/diff/7bed1485

Branch: refs/heads/master
Commit: 7bed148569539f5b673363eed2ee59a90820eefa
Parents: 5c173b9
Author: Ganhuazhang <ga...@gmail.com>
Authored: Tue Dec 26 12:25:29 2017 -0800
Committer: Ganhuazhang <ga...@gmail.com>
Committed: Tue Dec 26 12:25:29 2017 -0800

----------------------------------------------------------------------
 mnemonic-computing-services/pom.xml | 2 +-
 mnemonic-hadoop/pom.xml             | 2 +-
 mnemonic-memory-services/pom.xml    | 2 +-
 pom.xml                             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/7bed1485/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index 6512552..f9d4359 100644
--- a/mnemonic-computing-services/pom.xml
+++ b/mnemonic-computing-services/pom.xml
@@ -98,7 +98,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/7bed1485/mnemonic-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-hadoop/pom.xml b/mnemonic-hadoop/pom.xml
index 9db37dd..ae7b8e5 100644
--- a/mnemonic-hadoop/pom.xml
+++ b/mnemonic-hadoop/pom.xml
@@ -120,7 +120,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/7bed1485/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 9a74e34..b97809e 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -96,7 +96,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/7bed1485/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29c6530..dd30b35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,7 +399,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <forceCreation>true</forceCreation>
             <archive>