Repository: incubator-beam Updated Branches: refs/heads/release-0.1.0-incubating 54942431a -> d6e837e02
Fix incomplete merge Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d6e837e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d6e837e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/d6e837e0 Branch: refs/heads/release-0.1.0-incubating Commit: d6e837e020b1f666686e9f485d3dad289fdae719 Parents: 5494243 Author: Davor Bonaci <[email protected]> Authored: Tue Jun 7 10:04:50 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Tue Jun 7 10:04:50 2016 -0700 ---------------------------------------------------------------------- distributions/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/d6e837e0/distributions/pom.xml ---------------------------------------------------------------------- diff --git a/distributions/pom.xml b/distributions/pom.xml index cb3bd66..d3c953e 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.beam</groupId> <artifactId>beam-parent</artifactId> - <version>0.2.0-incubating-SNAPSHOT</version> + <version>0.1.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
