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

Commit

Permalink
Merge pull request #223 from myui/dev/hotfix_v0.4.0
Browse files Browse the repository at this point in the history
dev/hotfix_v0.4.0
  • Loading branch information
myui committed Oct 28, 2015
2 parents ea2b2e7 + 6079683 commit d0dc744
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 135 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
project.version=0.4.0
project.name=Hivemall
project.groupId=hivemall
project.organization.name=Treasure Data, Inc.
Expand Down
130 changes: 0 additions & 130 deletions build.xml

This file was deleted.

12 changes: 9 additions & 3 deletions 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</version>
<version>0.4.0</version>

<name>Hivemall</name>
<description>Scalable Machine Learning Library for Apache Hive</description>
Expand Down Expand Up @@ -291,8 +291,11 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>io.netty:netty-all</include>
<include>com.google.code.findbugs:jsr305</include>
<include>io.netty:netty-all</include>
<include>com.github.haifengl:smile-core</include>
<include>com.github.haifengl:smile-math</include>
<include>com.github.haifengl:smile-data</include>
</includes>
<excludes>
<exclude>junit:junit</exclude>
Expand Down Expand Up @@ -336,9 +339,12 @@
<include>commons-cli:commons-cli</include>
<include>commons-logging:commons-logging</include>
<include>log4j:log4j</include>
<include>org.apache.hadoop.thirdparty.guava:guava</include>
<include>com.google.code.findbugs:jsr305</include>
<include>io.netty:netty-all</include>
<include>org.apache.hadoop.thirdparty.guava:guava</include>
<include>com.github.haifengl:smile-core</include>
<include>com.github.haifengl:smile-math</include>
<include>com.github.haifengl:smile-data</include>
</includes>
<excludes>
<exclude>junit:junit</exclude>
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";
public static final String VERSION = "0.4.0";

public static final String BIAS_CLAUSE = "0";
public static final String CONFKEY_RAND_AMPLIFY_SEED = "hivemall.amplify.seed";
Expand Down
Binary file modified target/hivemall-fat.jar
Binary file not shown.
Binary file modified target/hivemall-with-dependencies.jar
Binary file not shown.
Binary file modified target/hivemall.jar
Binary file not shown.

0 comments on commit d0dc744

Please sign in to comment.