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

liuyizhi pushed a commit to branch v1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.2.0 by this push:
     new 297c64f  add apache-release as parent to pom file (#10941)
297c64f is described below

commit 297c64fd2ee404612aa3ecc880b940fb2538039c
Author: Naveen Swamy <mn.nav...@gmail.com>
AuthorDate: Mon May 14 17:31:12 2018 -0700

    add apache-release as parent to pom file (#10941)
---
 scala-package/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 7753f59..6b927f6 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -3,6 +3,11 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
+  </parent>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-parent_2.11</artifactId>
   <version>1.2.0-SNAPSHOT</version>

-- 
To stop receiving notification emails like this one, please contact
liuyi...@apache.org.

Reply via email to