Skip to content

Commit cf5fec2

Browse files
committed
bump to version 0.8.0
1 parent 4790b80 commit cf5fec2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ After build, there is a jar under `target/streaming-java-template-$VERSION.jar`.
5858

5959
> NOTE:
6060
>
61-
> Please use Java7 to run the cluster.
61+
> Please use Java8 to run the cluster because Gearpump 0.8.0 only support Java 8.
6262
>
6363
> You can set the ENV JAVA_HOME.
6464
6565
> On windows:
66-
> set JAVA_HOME={path_to_java_7}
66+
> set JAVA_HOME={path_to_java_8}
6767
>
6868
> On Linux
69-
> export JAVA_HOME={path_to_java_7}
69+
> export JAVA_HOME={path_to_java_8}
7070
7171
# Examples description
7272

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.intel-hadoop</groupId>
88
<artifactId>streaming-java-template</artifactId>
9-
<version>gearpump0.7.5</version>
9+
<version>0.8.0</version>
1010
<properties>
1111
<gearpumpVersion>0.8.0</gearpumpVersion>
1212
</properties>

0 commit comments

Comments
 (0)