You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ma...@apache.org on 2015/12/30 22:48:16 UTC

reef git commit: [REEF-1120] Remove `incubator` in pom.xml

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 <do...@apache.org>
Authored: Wed Dec 30 13:18:01 2015 -0800
Committer: Dongjoon Hyun <do...@apache.org>
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:git@github.com:apache/incubator-reef</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef</developerConnection>
-        <url>scm:git:git@github.com:apache/incubator-reef</url>
+        <connection>scm:git:git@github.com:apache/reef</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/reef</developerConnection>
+        <url>scm:git:git@github.com:apache/reef</url>
         <tag>HEAD</tag>
     </scm>
 
@@ -80,10 +80,10 @@ under the License.
     <mailingLists>
         <mailingList>
             <name>Dev Mailing List</name>
-            <post>dev@reef.incubator.apache.org</post>
-            <subscribe>dev-subscribe@reef.incubator.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@reef.incubator.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-reef-dev/</archive>
+            <post>dev@reef.apache.org</post>
+            <subscribe>dev-subscribe@reef.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@reef.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/reef-dev/</archive>
         </mailingList>
     </mailingLists>