Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.10.0-incubating fbf58b464 -> 76147ea7a


[REEF-84] Prepare POMs for release

This addresses the issue by adding scm, issueManagement, and
mailing Lists to the top-level pom.xml and changing
0.10-incubating-SNAPSHOT to 0.10.0-incubating-SNAPSHOT in all POMs.

JIRA: [REEF-84](https://issues.apache.org/jira/browse/REEF-84)

Pull Request: Closes #47

Author:    Byung-Gon Chun <bgc...@apache.org>

Conflicts:
(changed to incubating-0.10.0, removing the SNAPSHOT)
        pom.xml
        reef-annotations/pom.xml
        reef-bridge-project/pom.xml
        reef-bridge-project/reef-bridge-clr/pom.xml
        reef-bridge-project/reef-bridge-java/pom.xml
        reef-bridge-project/reef-bridge/pom.xml
        reef-checkpoint/pom.xml
        reef-common/pom.xml
        reef-examples-clr/pom.xml
        reef-examples-hdinsight/pom.xml
        reef-examples/pom.xml
        reef-io/pom.xml
        reef-poison/pom.xml
        reef-runtime-hdinsight/pom.xml
        reef-runtime-local/pom.xml
        reef-runtime-yarn/pom.xml
        reef-tang/pom.xml
        reef-tang/tang-test-jarA/pom.xml
        reef-tang/tang-test-jarAB/pom.xml
        reef-tang/tang-test-jarB-conflictA/pom.xml
        reef-tang/tang-test-jarB/pom.xml
        reef-tang/tang/pom.xml
        reef-tests/pom.xml
        reef-utils-hadoop/pom.xml
        reef-utils/pom.xml
        reef-wake/pom.xml
        reef-wake/wake/pom.xml
        reef-webserver/pom.xml

cherry-picking commit fa45c5c.


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/76147ea7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/76147ea7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/76147ea7

Branch: refs/heads/branch-0.10.0-incubating
Commit: 76147ea7a4a7b6114bee9d1b8b4d1d588b4f0ce2
Parents: fbf58b4
Author: Byung-Gon Chun <bgc...@apache.org>
Authored: Mon Jan 5 20:16:51 2015 +0900
Committer: Brian Cho <chobr...@apache.org>
Committed: Tue Jan 6 15:23:54 2015 +0900

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/76147ea7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0acfd3..fd09d83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,30 @@ under the License.
         <jackson.version>1.9.13</jackson.version>
     </properties>
 
+    <scm>
+        
<connection>scm:git:g...@github.com:apache/incubator-reef.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef.git</developerConnection>
+        <url>scm:git:g...@github.com:apache/incubator-reef.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
+    <developers>
+    </developers>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/REEF</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Dev Mailing List</name>
+            <post>d...@reef.incubator.apache.org</post>
+            <subscribe>dev-subscr...@reef.incubator.apache.org</subscribe>
+            
<unsubscribe>dev-unsubscr...@reef.incubator.apache.org</unsubscribe>
+            
<archive>http://mail-archives.apache.org/mod_mbox/incubator-reef-dev/</archive>
+        </mailingList>
+    </mailingLists>
 
     <prerequisites>
         <maven>3.0</maven>

Reply via email to