Update Gearpump runner version to 0.3.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/40be715a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/40be715a Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/40be715a Branch: refs/heads/gearpump-runner Commit: 40be715a696bb1218b209f7ad9a979b7e5d088d3 Parents: 276a2e1 Author: Kenneth Knowles <[email protected]> Authored: Wed Aug 10 10:26:57 2016 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Thu Aug 25 11:37:36 2016 -0700 ---------------------------------------------------------------------- runners/gearpump/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/40be715a/runners/gearpump/pom.xml ---------------------------------------------------------------------- diff --git a/runners/gearpump/pom.xml b/runners/gearpump/pom.xml index 85994ad..8fc4635 100644 --- a/runners/gearpump/pom.xml +++ b/runners/gearpump/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-parent</artifactId> - <version>0.2.0-incubating-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -308,4 +308,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
