You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ch...@apache.org on 2014/12/31 05:42:35 UTC

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

Repository: incubator-reef
Updated Branches:
  refs/heads/master ce092b219 -> 9739e49b2


[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 <bg...@apache.org>


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

Branch: refs/heads/master
Commit: 9739e49b2e29b20ff27f6ec21a96eb3b7b52bb78
Parents: ce092b2
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Wed Dec 31 13:26:17 2014 +0900
Committer: Brian Cho <ch...@apache.org>
Committed: Wed Dec 31 13:40:16 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/9739e49b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 457e7de..8f3eae0 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>