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 <[email protected]> Authored: Tue Dec 27 13:14:01 2016 -0800 Committer: Dan Halperin <[email protected]> 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>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://www.mail-archive.com/dev%beam.incubator.apache.org</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://www.mail-archive.com/dev%beam.apache.org</archive> </mailingList> <mailingList> <name>Beam User</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://www.mail-archive.com/user%beam.incubator.apache.org</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://www.mail-archive.com/user%beam.apache.org</archive> </mailingList> <mailingList> <name>Beam Commits</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://www.mail-archive.com/commits%beam.incubator.apache.org</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://www.mail-archive.com/commits%beam.apache.org</archive> </mailingList> </mailingLists> <developers> <developer> <name>The Apache Beam Team</name> - <email>[email protected]</email> - <url>http://beam.incubator.apache.org</url> + <email>[email protected]</email> + <url>http://beam.apache.org</url> <organization>Apache Software Foundation</organization> <organizationUrl>http://www.apache.org</organizationUrl> </developer>
