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/11/11 05:39:13 UTC

[incubator-hivemall] branch master updated: [HOTFIX] bumped matrix4j version to 0.9.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3aad359  [HOTFIX] bumped matrix4j version to 0.9.2
3aad359 is described below

commit 3aad359fbde7fd5028f9042884588eeb362cd2af
Author: Makoto Yui <my...@apache.org>
AuthorDate: Mon Nov 11 14:38:54 2019 +0900

    [HOTFIX] bumped matrix4j version to 0.9.2
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index b335c60..9492b36 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -100,7 +100,7 @@
 		<dependency>
 			<groupId>io.github.myui</groupId>
 			<artifactId>matrix4j</artifactId>
-			<version>0.9.1</version>
+			<version>0.9.2</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>