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.0-1 to v0.4.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Nov 4, 2015
1 parent 9f611e6 commit 03ad62d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-1
project.version=0.4.0-2
project.name=Hivemall
project.groupId=hivemall
project.organization.name=Treasure Data, Inc.
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.0-1</version>
<version>0.4.0-2</version>

<name>Hivemall</name>
<description>Scalable Machine Learning Library for Apache Hive</description>
Expand Down
2 changes: 1 addition & 1 deletion 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.0-1";
public static final String VERSION = "0.4.0-2";

public static final String BIAS_CLAUSE = "0";
public static final String CONFKEY_RAND_AMPLIFY_SEED = "hivemall.amplify.seed";
Expand Down

0 comments on commit 03ad62d

Please sign in to comment.