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/16 00:50:58 UTC

incubator-reef git commit: [REEF-88]: Upgrade version in POMs to 0.11.0-incubating-SNAPSHOT

Repository: incubator-reef
Updated Branches:
  refs/heads/master 5258ac26d -> 4bc3282d9


[REEF-88]: Upgrade version in POMs to 0.11.0-incubating-SNAPSHOT

This addressed the issue by upgrading version in POMs. In addition,
the requirements for compiling REEF are added in README.md.

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

Pull Request: Closes #51

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

Branch: refs/heads/master
Commit: 4bc3282d933cc529449881a80fdcc6ae80614bb7
Parents: 5258ac2
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Fri Jan 16 00:38:26 2015 +0900
Committer: Brian Cho <ch...@apache.org>
Committed: Fri Jan 16 08:50:24 2015 +0900

----------------------------------------------------------------------
 README.md                                    | 8 +++++++-
 pom.xml                                      | 2 +-
 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 +-
 29 files changed, 35 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 961096f..e4e650d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,13 @@ contains only basic setup instructions.
 
 ## Building REEF
 
-REEF is built using [Apache Maven](http://maven.apache.org/).
+Requirements
+
+* Java 7 Development Kit
+* [Apache Maven](http://maven.apache.org) 3 or newer. Make sure that mvn is in your PATH.
+* [Protocol Buffers](https://code.google.com/p/protobuf/) Compiler (protoc) 2.5. Make sure that protoc is in your PATH.
+
+REEF is built using Apache Maven.
 To build REEF and its example programs, run:
 
     mvn -DskipTests clean install

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15b305b..8ed7eed 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.0-incubating-SNAPSHOT</version>
+    <version>0.11.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index 192f47f..387312b 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-bridge-project/pom.xml
----------------------------------------------------------------------
diff --git a/reef-bridge-project/pom.xml b/reef-bridge-project/pom.xml
index 2439b18..3e8dde5 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 b06b09d..4d15a4b 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 3be4d07..c383190 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 8dc2225..774e5f8 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index be9bee1..147a158 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index c26df74..c2d5ee0 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index 90e26fb..94bda88 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index acf0dac..ce52f92 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index f2fe9c5..66eeb34 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index 438573b..c517e38 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index d9681ec..be12c30 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index 8e108eb..1504b89 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.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/4bc3282d/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index 11e0310..7dff839 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index 0263d72..faa1c22 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.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/4bc3282d/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index 7ff0ea0..35df7a5 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 ff291dd..5f3f309 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 a61075e..e951be4 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 6477b43..860cecd 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/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 6b43524..15025c2 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 0873a6d..d8404c3 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index d0ec14f..5481772 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index af10c57..d1e4375 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index d8137aa..62f4530 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 783b952..88eeea5 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index d2072be..75fc953 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4bc3282d/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 1ba68d2..581f8a1 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.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>