Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.10.0-incubating 42ff3204c -> faaa012de


[REEF-82]: Update pom.xml to publish Maven artifacts at Apache

This addressed the issue by using the Apache Parent POM.

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

Pull Request: Closes #42

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

cherry-picking commit 9739e49.


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

Branch: refs/heads/branch-0.10.0-incubating
Commit: faaa012de1f490400de66449f46565c69573e2e8
Parents: 42ff320
Author: Byung-Gon Chun <bgc...@apache.org>
Authored: Wed Dec 31 13:26:17 2014 +0900
Committer: Brian Cho <chobr...@apache.org>
Committed: Wed Dec 31 13:49:32 2014 +0900

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/faaa012d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1becbb8..1190636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,13 +26,13 @@ under the License.
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
-    <description>The Retainable Evaluator Execution Framework.</description>
-    <url>http://www.reef-project.org</url>
+    <description>Retainable Evaluator Execution Framework</description>
+    <url>http://reef.incubator.apache.org</url>
 
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>9</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>16</version>
     </parent>
 
     <licenses>

Reply via email to