You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2019/10/28 09:11:08 UTC

[incubator-hivemall] branch HIVEMALL-260 created (now 771d29b)

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

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


      at 771d29b  Bumped up xgboost4j version to v0.7-rc5

This branch includes the following new commits:

     new 324068f  Bumped xgboost4j library version from 0.7-rc2 to 0.7-rc4
     new 771d29b  Bumped up xgboost4j version to v0.7-rc5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hivemall] 02/02: Bumped up xgboost4j version to v0.7-rc5

Posted by my...@apache.org.
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 771d29bbd8df8f39956e3c9bb8b582f0f8bcf1a0
Author: Makoto Yui <my...@apache.org>
AuthorDate: Mon Oct 28 18:09:12 2019 +0900

    Bumped up xgboost4j version to v0.7-rc5
---
 xgboost/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xgboost/pom.xml b/xgboost/pom.xml
index 6241e53..8d7706f 100644
--- a/xgboost/pom.xml
+++ b/xgboost/pom.xml
@@ -32,7 +32,7 @@
 
 	<properties>
 		<main.basedir>${project.parent.basedir}</main.basedir>
-		<xgboost.version>0.7-rc4</xgboost.version>
+		<xgboost.version>0.7-rc5</xgboost.version>
 	</properties>
 
 	<dependencies>


[incubator-hivemall] 01/02: Bumped xgboost4j library version from 0.7-rc2 to 0.7-rc4

Posted by my...@apache.org.
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 <my...@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>