Skip to content

Commit

Permalink
bump to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huafengw committed May 4, 2016
1 parent 4790b80 commit cf5fec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ After build, there is a jar under `target/streaming-java-template-$VERSION.jar`.

> NOTE:
>
> Please use Java7 to run the cluster.
> Please use Java8 to run the cluster because Gearpump 0.8.0 only support Java 8.
>
> You can set the ENV JAVA_HOME.

> On windows:
> set JAVA_HOME={path_to_java_7}
> set JAVA_HOME={path_to_java_8}
>
> On Linux
> export JAVA_HOME={path_to_java_7}
> export JAVA_HOME={path_to_java_8}

# Examples description

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

<groupId>com.github.intel-hadoop</groupId>
<artifactId>streaming-java-template</artifactId>
<version>gearpump0.7.5</version>
<version>0.8.0</version>
<properties>
<gearpumpVersion>0.8.0</gearpumpVersion>
</properties>
Expand Down

0 comments on commit cf5fec2

Please sign in to comment.