Repository: incubator-beam Updated Branches: refs/heads/master c3fbeda6c -> c0b9fc660
Version management Declare version 1.6.0-SNAPSHOT. ----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116803966 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/781da200 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/781da200 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/781da200 Branch: refs/heads/master Commit: 781da2002baf7386e632c6a26f5f2bfd0e6b161b Parents: c3fbeda Author: davor <[email protected]> Authored: Wed Mar 9 14:32:12 2016 -0800 Committer: Dan Halperin <[email protected]> Committed: Mon Mar 14 20:35:38 2016 -0700 ---------------------------------------------------------------------- examples/pom.xml | 2 +- maven-archetypes/examples/pom.xml | 2 +- maven-archetypes/starter/pom.xml | 2 +- pom.xml | 2 +- sdk/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/781da200/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 2218367..c15f73f 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.dataflow</groupId> <artifactId>google-cloud-dataflow-java-sdk-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <groupId>com.google.cloud.dataflow</groupId> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/781da200/maven-archetypes/examples/pom.xml ---------------------------------------------------------------------- diff --git a/maven-archetypes/examples/pom.xml b/maven-archetypes/examples/pom.xml index 6cb1852..4e99908 100644 --- a/maven-archetypes/examples/pom.xml +++ b/maven-archetypes/examples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.dataflow</groupId> <artifactId>google-cloud-dataflow-java-sdk-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/781da200/maven-archetypes/starter/pom.xml ---------------------------------------------------------------------- diff --git a/maven-archetypes/starter/pom.xml b/maven-archetypes/starter/pom.xml index b5b3251..0aa71c4 100644 --- a/maven-archetypes/starter/pom.xml +++ b/maven-archetypes/starter/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.dataflow</groupId> <artifactId>google-cloud-dataflow-java-sdk-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/781da200/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7e5e078..6fb0b32 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <url>http://cloud.google.com/dataflow</url> <inceptionYear>2013</inceptionYear> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <licenses> <license> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/781da200/sdk/pom.xml ---------------------------------------------------------------------- diff --git a/sdk/pom.xml b/sdk/pom.xml index f782b78..d7e10a5 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.dataflow</groupId> <artifactId>google-cloud-dataflow-java-sdk-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <groupId>com.google.cloud.dataflow</groupId>
