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/59944804
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/59944804
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/59944804

Branch: refs/heads/release-0.4.0
Commit: 59944804ffded82307fca9cab207fb8603e144c7
Parents: ae0055a
Author: Davor Bonaci <[email protected]>
Authored: Tue Dec 27 13:20:30 2016 -0800
Committer: Dan Halperin <[email protected]>
Committed: Wed Dec 28 21:36:44 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/59944804/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/59944804/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 08139b2..4dab830 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/59944804/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 2a668e8..5fb2bf6 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>

Reply via email to