Remove incubation references from core SDK and archetypes
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3b304fcf Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3b304fcf Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3b304fcf Branch: refs/heads/master Commit: 3b304fcfa7fef110f0a4ff861901fccd9166f309 Parents: 8cfea76 Author: Davor Bonaci <[email protected]> Authored: Tue Dec 27 13:20:30 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Tue Dec 27 13:45:49 2016 -0800 ---------------------------------------------------------------------- .../main/java/org/apache/beam/sdk/util/state/StateContexts.java | 4 ++-- .../starter/src/main/resources/archetype-resources/pom.xml | 2 +- .../starter/src/test/resources/projects/basic/reference/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/3b304fcf/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateContexts.java ---------------------------------------------------------------------- diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateContexts.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateContexts.java index 1d6e949..a9ce0b5 100644 --- a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateContexts.java +++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/StateContexts.java @@ -54,7 +54,7 @@ public class StateContexts { /** * @deprecated This exists only for temporary compatibility with Dataflow worker and should be * deleted once a worker image is released that uses runners-core build after - * https://github.com/apache/incubator-beam/pull/1353. + * https://github.com/apache/beam/pull/1353. */ @Deprecated public static <W extends BoundedWindow> StateContext<W> windowOnly(final W window) { @@ -80,7 +80,7 @@ public class StateContexts { /** * @deprecated This exists only for temporary compatibility with Dataflow worker and should be * deleted once a worker image is released that uses runners-core build after - * https://github.com/apache/incubator-beam/pull/1353. + * https://github.com/apache/beam/pull/1353. */ @Deprecated public static <W extends BoundedWindow> StateContext<W> createFromComponents( http://git-wip-us.apache.org/repos/asf/beam/blob/3b304fcf/sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/pom.xml b/sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/pom.xml index 4a6e89d..e7f1185 100644 --- a/sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/pom.xml +++ b/sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/pom.xml @@ -81,7 +81,7 @@ to enable development and testing of pipelines. To run on another of the Beam runners, add its module to this pom.xml according to the runner-specific setup instructions on the Beam website: - http://beam.incubator.apache.org/documentation/#runners + http://beam.apache.org/documentation/#runners --> <dependency> <groupId>org.apache.beam</groupId> http://git-wip-us.apache.org/repos/asf/beam/blob/3b304fcf/sdks/java/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml b/sdks/java/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml index 97f9e72..871d194 100644 --- a/sdks/java/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml +++ b/sdks/java/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml @@ -81,7 +81,7 @@ to enable development and testing of pipelines. To run on another of the Beam runners, add its module to this pom.xml according to the runner-specific setup instructions on the Beam website: - http://beam.incubator.apache.org/documentation/#runners + http://beam.apache.org/documentation/#runners --> <dependency> <groupId>org.apache.beam</groupId>
