You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/06/20 18:32:33 UTC

systemml git commit: [MINOR] Update assembly XSD to 1.1.3

Repository: systemml
Updated Branches:
  refs/heads/master e503d96f0 -> 244f8049d


[MINOR] Update assembly XSD to 1.1.3

Current assembly plugin version is 2.6, so update assembly XSD to 1.1.3.
See: http://maven.apache.org/components/plugins/maven-assembly-plugin/


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

Branch: refs/heads/master
Commit: 244f8049d6ed114e3f2ff793e39d88894f0d57d5
Parents: e503d96
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Tue Jun 20 11:29:28 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Jun 20 11:29:28 2017 -0700

----------------------------------------------------------------------
 src/assembly/bin.xml            | 4 ++--
 src/assembly/extra.xml          | 4 ++--
 src/assembly/jar.xml            | 4 ++--
 src/assembly/source.xml         | 4 ++--
 src/assembly/standalone-jar.xml | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/244f8049/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 30c6ce8..d3df0f3 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -17,9 +17,9 @@
  * under the License.
 -->
 <assembly
-	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<!-- Assembly file for the binary tgz and zip SystemML artifacts. -->
 	<!-- The binary artifacts can be used for both standalone and cluster deployments using Spark and Hadoop. -->
 	<id>bin</id>

http://git-wip-us.apache.org/repos/asf/systemml/blob/244f8049/src/assembly/extra.xml
----------------------------------------------------------------------
diff --git a/src/assembly/extra.xml b/src/assembly/extra.xml
index 301aaaf..75ca4d7 100644
--- a/src/assembly/extra.xml
+++ b/src/assembly/extra.xml
@@ -17,9 +17,9 @@
  * under the License.
 -->
 <assembly
-	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<!-- Assembly file for the SystemML extra jar artifact. -->
 	<id>extra</id>
 

http://git-wip-us.apache.org/repos/asf/systemml/blob/244f8049/src/assembly/jar.xml
----------------------------------------------------------------------
diff --git a/src/assembly/jar.xml b/src/assembly/jar.xml
index 5eb7c9b..fc094db 100644
--- a/src/assembly/jar.xml
+++ b/src/assembly/jar.xml
@@ -17,9 +17,9 @@
  * under the License.
 -->
 <assembly
-	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<!-- Assembly file for the main jar file -->
 	<!-- NOTE: The reason for this assembly is that the main jar has compile-scope dependencies included.
 	     As a result, the NOTICE and LICENSE files need to reflect these compile-scope dependencies. -->

http://git-wip-us.apache.org/repos/asf/systemml/blob/244f8049/src/assembly/source.xml
----------------------------------------------------------------------
diff --git a/src/assembly/source.xml b/src/assembly/source.xml
index 4acb5b3..703683f 100644
--- a/src/assembly/source.xml
+++ b/src/assembly/source.xml
@@ -17,9 +17,9 @@
  * under the License.
 -->
 <assembly
-	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<!-- Assembly file for the "source" SystemML release containing all source files. -->
 	<id>src</id>
 

http://git-wip-us.apache.org/repos/asf/systemml/blob/244f8049/src/assembly/standalone-jar.xml
----------------------------------------------------------------------
diff --git a/src/assembly/standalone-jar.xml b/src/assembly/standalone-jar.xml
index e1a0dcd..178f917 100644
--- a/src/assembly/standalone-jar.xml
+++ b/src/assembly/standalone-jar.xml
@@ -17,9 +17,9 @@
  * under the License.
 -->
 <assembly
-	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
 	<!-- Assembly file for the "standalone jar" SystemML release. -->
 	<id>standalone</id>