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 2015/01/06 07:14:32 UTC

incubator-reef git commit: [REEF-84] Prepare POMs for release

Repository: incubator-reef
Updated Branches:
  refs/heads/master ef7787871 -> fa45c5ca7


[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 <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/fa45c5ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/fa45c5ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/fa45c5ca

Branch: refs/heads/master
Commit: fa45c5ca7b1e5cabcc4345c7e3472f31db86dbe6
Parents: ef77878
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Mon Jan 5 20:16:51 2015 +0900
Committer: Brian Cho <ch...@apache.org>
Committed: Tue Jan 6 15:13:00 2015 +0900

----------------------------------------------------------------------
 pom.xml                                      | 26 ++++++++++++++++++++++-
 reef-annotations/pom.xml                     |  2 +-
 reef-bridge-project/pom.xml                  |  2 +-
 reef-bridge-project/reef-bridge-clr/pom.xml  |  2 +-
 reef-bridge-project/reef-bridge-java/pom.xml |  2 +-
 reef-bridge-project/reef-bridge/pom.xml      |  2 +-
 reef-checkpoint/pom.xml                      |  2 +-
 reef-common/pom.xml                          |  2 +-
 reef-examples-clr/pom.xml                    |  2 +-
 reef-examples-hdinsight/pom.xml              |  2 +-
 reef-examples/pom.xml                        |  2 +-
 reef-io/pom.xml                              |  2 +-
 reef-poison/pom.xml                          |  2 +-
 reef-runtime-hdinsight/pom.xml               |  2 +-
 reef-runtime-local/pom.xml                   |  2 +-
 reef-runtime-yarn/pom.xml                    |  2 +-
 reef-tang/pom.xml                            |  2 +-
 reef-tang/tang-test-jarA/pom.xml             |  2 +-
 reef-tang/tang-test-jarAB/pom.xml            |  2 +-
 reef-tang/tang-test-jarB-conflictA/pom.xml   |  2 +-
 reef-tang/tang-test-jarB/pom.xml             |  2 +-
 reef-tang/tang/pom.xml                       |  2 +-
 reef-tests/pom.xml                           |  2 +-
 reef-utils-hadoop/pom.xml                    |  2 +-
 reef-utils/pom.xml                           |  2 +-
 reef-wake/pom.xml                            |  2 +-
 reef-wake/wake/pom.xml                       |  2 +-
 reef-webserver/pom.xml                       |  2 +-
 28 files changed, 52 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9427d07..15b305b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.10-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
@@ -54,6 +54,30 @@ under the License.
         <jackson.version>1.9.13</jackson.version>
     </properties>
 
+    <scm>
+        <connection>scm:git:git@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:git@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>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>
+        </mailingList>
+    </mailingLists>
 
     <prerequisites>
         <maven>3.0</maven>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index 80148a0..192f47f 100644
--- a/reef-annotations/pom.xml
+++ b/reef-annotations/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-bridge-project/pom.xml
----------------------------------------------------------------------
diff --git a/reef-bridge-project/pom.xml b/reef-bridge-project/pom.xml
index c6b1eef..2439b18 100644
--- a/reef-bridge-project/pom.xml
+++ b/reef-bridge-project/pom.xml
@@ -29,7 +29,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-bridge-project/reef-bridge-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-bridge-project/reef-bridge-clr/pom.xml b/reef-bridge-project/reef-bridge-clr/pom.xml
index 14d7745..b06b09d 100644
--- a/reef-bridge-project/reef-bridge-clr/pom.xml
+++ b/reef-bridge-project/reef-bridge-clr/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-bridge-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-bridge-project/reef-bridge-java/pom.xml
----------------------------------------------------------------------
diff --git a/reef-bridge-project/reef-bridge-java/pom.xml b/reef-bridge-project/reef-bridge-java/pom.xml
index c16e816..3be4d07 100644
--- a/reef-bridge-project/reef-bridge-java/pom.xml
+++ b/reef-bridge-project/reef-bridge-java/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-bridge-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-bridge-project/reef-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/reef-bridge-project/reef-bridge/pom.xml b/reef-bridge-project/reef-bridge/pom.xml
index fab4e2f..8dc2225 100644
--- a/reef-bridge-project/reef-bridge/pom.xml
+++ b/reef-bridge-project/reef-bridge/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-bridge-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index 538b203..be9bee1 100644
--- a/reef-checkpoint/pom.xml
+++ b/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index abc56f0..c26df74 100644
--- a/reef-common/pom.xml
+++ b/reef-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index 7418acf..90e26fb 100644
--- a/reef-examples-clr/pom.xml
+++ b/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index caf8a73..acf0dac 100644
--- a/reef-examples-hdinsight/pom.xml
+++ b/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index 42c55c2..f2fe9c5 100644
--- a/reef-examples/pom.xml
+++ b/reef-examples/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index cbc0b31..438573b 100644
--- a/reef-io/pom.xml
+++ b/reef-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index 37ecc64..d9681ec 100644
--- a/reef-poison/pom.xml
+++ b/reef-poison/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index 0d21bfb..8e108eb 100644
--- a/reef-runtime-hdinsight/pom.xml
+++ b/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for HDInsight</name>
     <artifactId>reef-runtime-hdinsight</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index efb20e9..11e0310 100644
--- a/reef-runtime-local/pom.xml
+++ b/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index 7b22fc7..0263d72 100644
--- a/reef-runtime-yarn/pom.xml
+++ b/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for YARN</name>
     <artifactId>reef-runtime-yarn</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index 27ff74f..7ff0ea0 100644
--- a/reef-tang/pom.xml
+++ b/reef-tang/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarA/pom.xml b/reef-tang/tang-test-jarA/pom.xml
index 91b5e14..ff291dd 100644
--- a/reef-tang/tang-test-jarA/pom.xml
+++ b/reef-tang/tang-test-jarA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarAB/pom.xml b/reef-tang/tang-test-jarAB/pom.xml
index 9c48a00..a61075e 100644
--- a/reef-tang/tang-test-jarAB/pom.xml
+++ b/reef-tang/tang-test-jarAB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB-conflictA/pom.xml b/reef-tang/tang-test-jarB-conflictA/pom.xml
index 951100e..6477b43 100644
--- a/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB/pom.xml b/reef-tang/tang-test-jarB/pom.xml
index 7b6c029..6b43524 100644
--- a/reef-tang/tang-test-jarB/pom.xml
+++ b/reef-tang/tang-test-jarB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 35f7ab8..0873a6d 100644
--- a/reef-tang/tang/pom.xml
+++ b/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index 2d98fed..d0ec14f 100644
--- a/reef-tests/pom.xml
+++ b/reef-tests/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index 4adc67f..af10c57 100644
--- a/reef-utils-hadoop/pom.xml
+++ b/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index 5e6bce2..d8137aa 100644
--- a/reef-utils/pom.xml
+++ b/reef-utils/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 1d5a596..783b952 100644
--- a/reef-wake/pom.xml
+++ b/reef-wake/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index ffb7bcc..d2072be 100644
--- a/reef-wake/wake/pom.xml
+++ b/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fa45c5ca/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 90075c8..1ba68d2 100644
--- a/reef-webserver/pom.xml
+++ b/reef-webserver/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>