Upgrade to gearpump 0.8.4
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/22068274 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/22068274 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/22068274 Branch: refs/heads/gearpump-runner Commit: 22068274428666da93c793a170810ddb42755704 Parents: c2d3fbc Author: manuzhang <[email protected]> Authored: Fri Jul 7 16:41:13 2017 +0800 Committer: manuzhang <[email protected]> Committed: Fri Jul 7 22:08:37 2017 +0800 ---------------------------------------------------------------------- runners/gearpump/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/22068274/runners/gearpump/pom.xml ---------------------------------------------------------------------- diff --git a/runners/gearpump/pom.xml b/runners/gearpump/pom.xml index 3c98d5e..54c8d5c 100644 --- a/runners/gearpump/pom.xml +++ b/runners/gearpump/pom.xml @@ -43,7 +43,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <gearpump.version>0.8.4-SNAPSHOT</gearpump.version> + <gearpump.version>0.8.4</gearpump.version> </properties> <profiles> @@ -58,7 +58,7 @@ <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> - <id>runnable-on-service-tests</id> + <id>validates-runner-tests</id> <phase>integration-test</phase> <goals> <goal>test</goal>
