You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/08 21:32:32 UTC

[GitHub] yzhliu closed pull request #9351: change username

yzhliu closed pull request #9351: change username
URL: https://github.com/apache/incubator-mxnet/pull/9351
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/CODEOWNERS b/CODEOWNERS
index 8f81ce6a59..836eb088f4 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -5,7 +5,7 @@
 
 # Owners of language bindings
 /R-package/		@thirdwing
-/scala-package/		@javelinjs
+/scala-package/		@yzhliu
 /perl-package/		@sergeykolychev
 
 # CMake owners
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9d8542ec2d..a1a5a5b50e 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -33,7 +33,7 @@ The committers are the granted write access to the project.
   - KK is a R ninja, he makes mxnet available for R users.
 * [Tong He](https://github.com/hetong007)
   - Tong is the major maintainer of MXNetR, he designs the mxnet interface and wrote many of the tutorials on R.
-* [Yizhi Liu](https://github.com/javelinjs)
+* [Yizhi Liu](https://github.com/yzhliu)
   - Yizhi is the main creator on mxnet scala project to make deep learning available for JVM stacks.
 * [Zixuan Huang](https://github.com/yanqingmen)
   - Zixuan is one of major maintainers of mxnet scala package.
@@ -86,7 +86,7 @@ List of Contributors
 * [Mathis](https://github.com/sveitser)
 * [sennendoko](https://github.com/sennendoko)
 * [srand99](https://github.com/srand99)
-* [Yizhi Liu](https://github.com/javelinjs)
+* [Yizhi Liu](https://github.com/yzhliu)
 * [Taiyun](https://github.com/taiyun)
 * [Yanghao Li](https://github.com/lyttonhao)
 * [Nan Zhu](https://github.com/CodingCat)
diff --git a/scala-package/README.md b/scala-package/README.md
index 35fb9d9981..785bb39bd8 100644
--- a/scala-package/README.md
+++ b/scala-package/README.md
@@ -179,9 +179,6 @@ val acc = numCorrect.toFloat / numInst
 println(s"Final accuracy = $acc")
 ```
 
-You can refer to [MXNet Scala Package Examples](https://github.com/javelinjs/mxnet-scala-example)
-for more information about how to integrate MXNet Scala Package into your own project.
-
 Release
 -------
 - Version 0.1.1, March 24, 2016.
diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 4712b82dda..07a22e88f9 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -25,28 +25,6 @@
     <url>https://github.com/apache/incubator-mxnet</url>
   </scm>
 
-  <developers>
-    <developer>
-      <name>Yizhi Liu</name>
-      <id>javelinjs</id>
-      <email>javelinjs@gmail.com</email>
-      <organization>DMLC</organization>
-      <organizationUrl>http://dmlc.ml</organizationUrl>
-    </developer>
-    <developer>
-      <name>Zixuan Huang</name>
-      <email>toofooltosay@gmail.com</email>
-      <organization>DMLC</organization>
-      <organizationUrl>http://dmlc.ml</organizationUrl>
-    </developer>
-    <developer>
-      <name>Yuan Tang</name>
-      <email>terrytangyuan@gmail.com</email>
-      <organization>DMLC</organization>
-      <organizationUrl>http://dmlc.ml</organizationUrl>
-    </developer>
-  </developers>
-
   <properties>
     <scala.version>2.11.8</scala.version>
     <scala.binary.version>2.11</scala.binary.version>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services