Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Updated hivemall version from v0.4.1-alpha.1 to v0.4.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Nov 17, 2015
1 parent 06b3762 commit 5f57e6f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test.result.dir=${target.dir}/test-results
user.name=myui
#java.version=1.6

project.version=0.4.1-alpha.1
project.version=0.4.1-alpha.2
project.name=Hivemall
project.groupId=hivemall
project.organization.name=Treasure Data, Inc.
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.myui</groupId>
<artifactId>hivemall</artifactId>
<version>0.4.1-alpha.1</version>
<version>0.4.1-alpha.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/hivemall/HivemallConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public final class HivemallConstants {

public static final String VERSION = "0.4.1-alpha.1";
public static final String VERSION = "0.4.1-alpha.2";

public static final String BIAS_CLAUSE = "0";
public static final String CONFKEY_RAND_AMPLIFY_SEED = "hivemall.amplify.seed";
Expand Down
2 changes: 1 addition & 1 deletion mixserv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.myui</groupId>
<artifactId>hivemall</artifactId>
<version>0.4.1-alpha.1</version>
<version>0.4.1-alpha.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.myui</groupId>
<artifactId>hivemall</artifactId>
<version>0.4.1-alpha.1</version>
<version>0.4.1-alpha.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.myui</groupId>
<artifactId>hivemall</artifactId>
<version>0.4.1-alpha.1</version>
<version>0.4.1-alpha.2</version>

<name>Hivemall</name>
<description>Scalable Machine Learning Library for Apache Hive</description>
Expand Down
Binary file modified target/hivemall-mixserv.jar
Binary file not shown.
Binary file modified target/hivemall-nlp-with-dependencies.jar
Binary file not shown.
Binary file modified target/hivemall-with-dependencies.jar
Binary file not shown.

0 comments on commit 5f57e6f

Please sign in to comment.