Repository: reef Updated Branches: refs/heads/master 6627d7017 -> 0fed7af80
[REEF-1120] Remove `incubator` in pom.xml JIRA: [REEF-1120](https://issues.apache.org/jira/browse/REEF-1120) Pull Request: This closes # Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/0fed7af8 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/0fed7af8 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/0fed7af8 Branch: refs/heads/master Commit: 0fed7af809bd7f466246fe53d1329c226bd3cab8 Parents: 6627d70 Author: Dongjoon Hyun <[email protected]> Authored: Wed Dec 30 13:18:01 2015 -0800 Committer: Dongjoon Hyun <[email protected]> Committed: Wed Dec 30 13:18:01 2015 -0800 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/0fed7af8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8dd7024..7f0bf9e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <name>REEF</name> <artifactId>reef-project</artifactId> <description>Retainable Evaluator Execution Framework</description> - <url>http://reef.incubator.apache.org</url> + <url>http://reef.apache.org</url> <parent> <groupId>org.apache</groupId> @@ -63,9 +63,9 @@ under the License. </properties> <scm> - <connection>scm:git:[email protected]:apache/incubator-reef</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef</developerConnection> - <url>scm:git:[email protected]:apache/incubator-reef</url> + <connection>scm:git:[email protected]:apache/reef</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/reef</developerConnection> + <url>scm:git:[email protected]:apache/reef</url> <tag>HEAD</tag> </scm> @@ -80,10 +80,10 @@ under the License. <mailingLists> <mailingList> <name>Dev Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-reef-dev/</archive> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/reef-dev/</archive> </mailingList> </mailingLists>
