You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/12/29 05:37:00 UTC

[7/8] beam git commit: Update top-level pom.xml to remove incubation references

Update top-level pom.xml to remove incubation references


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e37eaeff
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e37eaeff
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e37eaeff

Branch: refs/heads/release-0.4.0
Commit: e37eaeff0d788ed74c20d159c8492f2221ca828f
Parents: 9528943
Author: Davor Bonaci <da...@google.com>
Authored: Tue Dec 27 13:14:01 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Dec 28 21:36:44 2016 -0800

----------------------------------------------------------------------
 pom.xml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/e37eaeff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 78925c0..6e509ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <description>Apache Beam provides a simple, Java-based interface
   for processing virtually any size data. This artifact includes the parent POM
   for other Beam artifacts.</description>
-  <url>http://beam.incubator.apache.org</url>
+  <url>http://beam.apache.org/</url>
   <inceptionYear>2016</inceptionYear>
 
   <version>0.4.0-SNAPSHOT</version>
@@ -59,32 +59,32 @@
   <mailingLists>
     <mailingList>
       <name>Beam Dev</name>
-      <subscribe>dev-subscribe@beam.incubator.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@beam.incubator.apache.org</unsubscribe>
-      <post>dev@beam.incubator.apache.org</post>
-      <archive>http://www.mail-archive.com/dev%beam.incubator.apache.org</archive>
+      <subscribe>dev-subscribe@beam.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@beam.apache.org</unsubscribe>
+      <post>dev@beam.apache.org</post>
+      <archive>http://www.mail-archive.com/dev%beam.apache.org</archive>
     </mailingList>
     <mailingList>
       <name>Beam User</name>
-      <subscribe>user-subscribe@beam.incubator.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@beam.incubator.apache.org</unsubscribe>
-      <post>user@beam.incubator.apache.org</post>
-      <archive>http://www.mail-archive.com/user%beam.incubator.apache.org</archive>
+      <subscribe>user-subscribe@beam.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@beam.apache.org</unsubscribe>
+      <post>user@beam.apache.org</post>
+      <archive>http://www.mail-archive.com/user%beam.apache.org</archive>
     </mailingList>
     <mailingList>
       <name>Beam Commits</name>
-      <subscribe>commits-subscribe@beam.incubator.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@beam.incubator.apache.org</unsubscribe>
-      <post>commits@beam.incubator.apache.org</post>
-      <archive>http://www.mail-archive.com/commits%beam.incubator.apache.org</archive>
+      <subscribe>commits-subscribe@beam.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@beam.apache.org</unsubscribe>
+      <post>commits@beam.apache.org</post>
+      <archive>http://www.mail-archive.com/commits%beam.apache.org</archive>
     </mailingList>
   </mailingLists>
 
   <developers>
     <developer>
       <name>The Apache Beam Team</name>
-      <email>dev@beam.incubator.apache.org</email>
-      <url>http://beam.incubator.apache.org</url>
+      <email>dev@beam.apache.org</email>
+      <url>http://beam.apache.org</url>
       <organization>Apache Software Foundation</organization>
       <organizationUrl>http://www.apache.org</organizationUrl>
     </developer>