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

myui pushed a commit to branch HIVEMALL-260
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git

commit 324068f8fd00718ae51ffcff40580be723b7703e
Author: Makoto Yui <m...@apache.org>
AuthorDate: Fri Oct 25 01:54:29 2019 +0900

    Bumped xgboost4j library version from 0.7-rc2 to 0.7-rc4
---
 pom.xml         | 1 -
 xgboost/pom.xml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 157b7db..75d239b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,6 @@
                
<dependency.locations.enabled>false</dependency.locations.enabled>
                
<maven-enforcer.requireMavenVersion>[3.3.1,)</maven-enforcer.requireMavenVersion>
                <surefire.version>2.19.1</surefire.version>
-               <xgboost.version>0.7-rc2</xgboost.version>
        </properties>
 
        <distributionManagement>
diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 7b7d1df..6241e53 100644
--- a/xgboost/pom.xml
+++ b/xgboost/pom.xml
@@ -32,6 +32,7 @@
 
        <properties>
                <main.basedir>${project.parent.basedir}</main.basedir>
+               <xgboost.version>0.7-rc4</xgboost.version>
        </properties>
 
        <dependencies>

Reply via email to