Repository: incubator-systemml
Updated Branches:
  refs/heads/master 61b365820 -> 10476fc24


[SYSTEMML-1155] Use artifact versions from parent pom

Use Apache parent pom artifact versions for maven-dependency-plugin,
maven-jar-plugin, maven-clean-plugin, and maven-antrun-plugin.

Closes #356.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/10476fc2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/10476fc2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/10476fc2

Branch: refs/heads/master
Commit: 10476fc2402cb05692eac29161a489c6a6730383
Parents: 61b3658
Author: Deron Eriksson <[email protected]>
Authored: Thu Jan 26 00:42:48 2017 -0800
Committer: Deron Eriksson <[email protected]>
Committed: Thu Jan 26 00:42:48 2017 -0800

----------------------------------------------------------------------
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/10476fc2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24ad5ab..a250b52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
-                               <version>2.4</version><!--$NO-MVN-MAN-VER$-->
                                <executions>
                                        <execution>
                                                <id>unpack</id>
@@ -249,13 +248,9 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <version>2.4</version><!--$NO-MVN-MAN-VER$-->
                                <configuration>
                                        <archive>
                                                <index>true</index>
-                                               <!-- <manifest> -->
-                                               <!-- 
<addClasspath>true</addClasspath> -->
-                                               <!-- </manifest> -->
                                                <manifestEntries>
                                                        
<Build-Timestamp>${maven.build.timestamp}</Build-Timestamp>
                                                        
<Main-Class>org.apache.sysml.api.DMLScript</Main-Class>
@@ -395,7 +390,6 @@
 
                        <plugin>
                                <artifactId>maven-clean-plugin</artifactId>
-                               <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <id>clean-original-jar</id>
@@ -502,7 +496,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.8</version>
                                <executions>
                                        <execution>
                                                <id>copy</id>

Reply via email to