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/b0d863e5 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b0d863e5 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b0d863e5 Branch: refs/heads/master Commit: b0d863e52237f54fb5df2ab208735a74c87ceb31 Parents: 6b3c2f6 Author: Davor Bonaci <[email protected]> Authored: Tue Dec 27 13:14:01 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Tue Dec 27 13:45:48 2016 -0800 ---------------------------------------------------------------------- pom.xml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/b0d863e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6172527..3e4f5e9 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.5.0-SNAPSHOT</version> @@ -45,10 +45,9 @@ </licenses> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-beam.git;a=summary</url> - <tag>release-0.2.0-incubating</tag> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/beam.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/beam.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=beam.git;a=summary</url> </scm> <issueManagement> @@ -59,32 +58,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>
