You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ta...@apache.org on 2017/08/10 07:17:51 UTC

[1/6] reef git commit: [REEF-1843] Update Hadoop version to 2.7

Repository: reef
Updated Branches:
  refs/heads/branch-0.16.0-maven [created] 9b938e7b8


[REEF-1843] Update Hadoop version to 2.7


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

Branch: refs/heads/branch-0.16.0-maven
Commit: 4b5a09d22b4557ec555f047bd5092c26f8b8df0c
Parents: 299126d
Author: taegeonum <ta...@gmail.com>
Authored: Fri Jul 28 01:22:38 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Fri Jul 28 01:22:38 2017 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/4b5a09d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 223ea97..02ae63f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
         <reef.log.dir>${project.build.directory}/log</reef.log.dir>
         <bundle.snappy>false</bundle.snappy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <hadoop.version>2.6.0</hadoop.version>
+        <hadoop.version>2.7.0</hadoop.version>
         <spark.version>2.1.0</spark.version>
         <avro.version>1.8.1</avro.version>
         <parquet.version>1.9.0</parquet.version>


[2/6] reef git commit: Merge branch 'master' of https://github.com/apache/reef

Posted by ta...@apache.org.
Merge branch 'master' of https://github.com/apache/reef


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

Branch: refs/heads/branch-0.16.0-maven
Commit: ee9728247c5b4f5bc6a1998d4fbba02dd2bcafad
Parents: 4b5a09d bd617bd
Author: taegeonum <ta...@gmail.com>
Authored: Wed Aug 2 10:35:48 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Wed Aug 2 10:35:48 2017 +0900

----------------------------------------------------------------------

----------------------------------------------------------------------



[5/6] reef git commit: 0.16 snapshot

Posted by ta...@apache.org.
0.16 snapshot


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

Branch: refs/heads/branch-0.16.0-maven
Commit: 5528bcf4a261969b16ce335efc6d9bfa1cc8b6ca
Parents: e88ee8e
Author: taegeonum <ta...@gmail.com>
Authored: Thu Aug 10 16:08:14 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Thu Aug 10 16:08:14 2017 +0900

----------------------------------------------------------------------
 lang/cs/pom.xml                                 |  3 +--
 lang/java/reef-annotations/pom.xml              |  3 +--
 lang/java/reef-applications/pom.xml             |  3 +--
 lang/java/reef-applications/reef-vortex/pom.xml |  3 +--
 lang/java/reef-bridge-client/pom.xml            |  3 +--
 lang/java/reef-bridge-java/pom.xml              | 15 +++++++-------
 lang/java/reef-checkpoint/pom.xml               |  3 +--
 lang/java/reef-common/pom.xml                   | 21 ++++++++++----------
 lang/java/reef-examples-clr/pom.xml             |  5 ++---
 lang/java/reef-examples-hdinsight/pom.xml       |  6 ++----
 lang/java/reef-examples/pom.xml                 | 13 ++++++------
 lang/java/reef-experimental/pom.xml             |  4 +---
 lang/java/reef-io/pom.xml                       | 17 ++++++++--------
 lang/java/reef-poison/pom.xml                   |  3 +--
 lang/java/reef-runtime-hdinsight/pom.xml        |  3 +--
 lang/java/reef-runtime-local/pom.xml            |  3 +--
 lang/java/reef-runtime-mesos/pom.xml            |  3 +--
 lang/java/reef-runtime-multi/pom.xml            |  3 +--
 lang/java/reef-runtime-standalone/pom.xml       |  3 +--
 lang/java/reef-runtime-yarn/pom.xml             |  3 +--
 lang/java/reef-tang/pom.xml                     |  3 +--
 lang/java/reef-tang/tang-test-jarA/pom.xml      |  3 +--
 lang/java/reef-tang/tang-test-jarAB/pom.xml     |  3 +--
 .../reef-tang/tang-test-jarB-conflictA/pom.xml  |  3 +--
 lang/java/reef-tang/tang-test-jarB/pom.xml      |  3 +--
 lang/java/reef-tang/tang-tint/pom.xml           |  6 ++----
 lang/java/reef-tang/tang/pom.xml                | 15 +++++++-------
 lang/java/reef-tests/pom.xml                    |  3 +--
 lang/java/reef-utils-hadoop/pom.xml             |  3 +--
 lang/java/reef-utils/pom.xml                    |  3 +--
 lang/java/reef-wake/pom.xml                     |  3 +--
 lang/java/reef-wake/wake/pom.xml                | 17 ++++++++--------
 lang/java/reef-webserver/pom.xml                |  3 +--
 lang/scala/reef-examples-scala/pom.xml          |  3 +--
 pom.xml                                         |  5 ++---
 35 files changed, 79 insertions(+), 117 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 788c2e3..f8c0096 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-dotnet</artifactId>
     <name>REEF Dot Net</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml
index e1e525a..e62cf70 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-applications/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/pom.xml b/lang/java/reef-applications/pom.xml
index c54f556..37c4445 100644
--- a/lang/java/reef-applications/pom.xml
+++ b/lang/java/reef-applications/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
     <name>REEF Applications</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-applications/reef-vortex/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml
index 2aecfa5..c8e4bf1 100644
--- a/lang/java/reef-applications/reef-vortex/pom.xml
+++ b/lang/java/reef-applications/reef-vortex/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>vortex</artifactId>
     <name>REEF Vortex</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-bridge-client/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml
index 91cab1b..24d65d7 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-bridge-client</artifactId>
     <name>REEF Bridge (Client)</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-bridge-java/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml
index 6d6ff2a..5ed4589 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-bridge-java</artifactId>
     <name>REEF Bridge Java</name>
@@ -159,13 +158,13 @@ under the License.
                         <configuration>
                             <exportAntProperties>true</exportAntProperties>
                             <target>
-                                <property name="runtime_classpath" refid="maven.compile.classpath"/>
+                                <property name="runtime_classpath" refid="maven.compile.classpath" />
                                 <exec executable="javah">
-                                    <arg value="-cp"/>
-                                    <arg value="${runtime_classpath}"/>
-                                    <arg value="-d"/>
-                                    <arg value="${project.build.directory}/classes"/>
-                                    <arg value="org.apache.reef.javabridge.NativeInterop"/>
+                                    <arg value="-cp" />
+                                    <arg value="${runtime_classpath}" />
+                                    <arg value="-d" />
+                                    <arg value="${project.build.directory}/classes" />
+                                    <arg value="org.apache.reef.javabridge.NativeInterop" />
                                 </exec>
                             </target>
                         </configuration>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index d361a46..00a3b01 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index ce9f9b9..9b506b5 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
@@ -58,23 +57,23 @@ under the License.
                         <configuration>
                             <target>
                                 <exec executable="protoc" outputproperty="protoc.version">
-                                    <arg value="--version"/>
+                                    <arg value="--version" />
                                 </exec>
                                 <fail message="${protobuf.version} expected, but protoc version was: ${protoc.version}">
                                     <condition>
                                         <not>
-                                            <contains substring="${protobuf.version}" string="${protoc.version}"/>
+                                            <contains substring="${protobuf.version}" string="${protoc.version}" />
                                         </not>
                                     </condition>
                                 </fail>
-                                <mkdir dir="target/generated-sources/proto"/>
+                                <mkdir dir="target/generated-sources/proto" />
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=${protoPath}"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="${protoPath}/reef_service_protos.proto"/>
-                                    <arg value="${protoPath}/evaluator_runtime.proto"/>
-                                    <arg value="${protoPath}/client_runtime.proto"/>
-                                    <arg value="${protoPath}/reef_protocol.proto"/>
+                                    <arg value="--proto_path=${protoPath}" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="${protoPath}/reef_service_protos.proto" />
+                                    <arg value="${protoPath}/evaluator_runtime.proto" />
+                                    <arg value="${protoPath}/client_runtime.proto" />
+                                    <arg value="${protoPath}/reef_protocol.proto" />
                                 </exec>
                             </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml
index 5a78af2..decdc30 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples-clr</artifactId>
     <name>REEF Examples CLR</name>
@@ -144,7 +143,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config
                                 </argument>
                                 <!-- <argument>-Dlog4j.debug=true</argument> -->

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml
index 929ffbb..2e56f86 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples-hdinsight</artifactId>
     <name>REEF Examples on HDInsight</name>
@@ -116,8 +115,7 @@ under the License.
                         ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar
                     </outputFile>
                     <transformers>
-                        <transformer
-                                implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                        <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                             <manifestEntries>
                                 <Main-Class>
                                     org.apache.reef.runtime.hdinsight.cli.HDICLI

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 2fce95a..872a949 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples</artifactId>
     <name>REEF Examples</name>
@@ -176,7 +175,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config
                                 </argument>
                                 <!-- <argument>-Dlog4j.debug=true</argument> -->
@@ -201,7 +200,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config
                                 </argument>
                                 <!-- <argument>-Dlog4j.debug=true</argument> -->
@@ -226,7 +225,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config
                                 </argument>
                                 <!-- <argument>-Dlog4j.debug=true</argument> -->
@@ -252,7 +251,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Dcom.microsoft.reef.runtime.local.folder=${project.build.directory}
                                 </argument>
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config
@@ -283,7 +282,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>-Dcom.microsoft.reef.runtime.local.folder=${project.build.directory}
                                 </argument>
                                 <argument>-Djava.util.logging.config.class=org.apache.reef.util.logging.Config

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-experimental/pom.xml b/lang/java/reef-experimental/pom.xml
index 9fef1c3..92bfbe6 100644
--- a/lang/java/reef-experimental/pom.xml
+++ b/lang/java/reef-experimental/pom.xml
@@ -17,9 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index 1629a5c..b6e00b3 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
@@ -44,16 +43,16 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <target>
-                                <mkdir dir="target/generated-sources/proto"/>
+                                <mkdir dir="target/generated-sources/proto" />
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=src/main/proto/"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="src/main/proto/ns_protocol.proto"/>
+                                    <arg value="--proto_path=src/main/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/main/proto/ns_protocol.proto" />
                                 </exec>
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=src/main/proto/"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="src/main/proto/group_comm_protocol.proto"/>
+                                    <arg value="--proto_path=src/main/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/main/proto/group_comm_protocol.proto" />
                                 </exec>
                             </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index 067db47..9af6d0e 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml
index a8c7403..06bc401 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml
index 43ca1ee..a96411a 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml
index 1933a91..4ad0de0 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-multi/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-multi/pom.xml b/lang/java/reef-runtime-multi/pom.xml
index 3e529ae..eb055e7 100644
--- a/lang/java/reef-runtime-multi/pom.xml
+++ b/lang/java/reef-runtime-multi/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-standalone/pom.xml b/lang/java/reef-runtime-standalone/pom.xml
index 8c00059..88ef20b 100644
--- a/lang/java/reef-runtime-standalone/pom.xml
+++ b/lang/java/reef-runtime-standalone/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml
index 4492457..54c512c 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index c808107..3700054 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
     <name>REEF Tang Project</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml
index 4e72582..085af5f 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarA/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml
index 8a1f8ea..2f82462 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarAB/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
index fb2606d..39ccfed 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml
index 3b1bd09..2f55042 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang-tint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-tint/pom.xml b/lang/java/reef-tang/tang-tint/pom.xml
index 6dc0687..49edada 100644
--- a/lang/java/reef-tang/tang-tint/pom.xml
+++ b/lang/java/reef-tang/tang-tint/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
@@ -70,8 +69,7 @@ under the License.
                         ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar
                     </outputFile>
                     <transformers>
-                        <transformer
-                                implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                        <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                             <manifestEntries>
                                 <Main-Class>
                                     org.apache.reef.tang.util.Tint

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index dd6c896..5978c51 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
@@ -38,12 +37,12 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <target>
-                                <mkdir dir="target/generated-sources/proto"/>
+                                <mkdir dir="target/generated-sources/proto" />
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=src/main/proto/"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="src/main/proto/injection_plan.proto"/>
-                                    <arg value="src/main/proto/class_hierarchy.proto"/>
+                                    <arg value="--proto_path=src/main/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/main/proto/injection_plan.proto" />
+                                    <arg value="src/main/proto/class_hierarchy.proto" />
                                 </exec>
                             </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
@@ -154,7 +153,7 @@ under the License.
                             <executable>java</executable>
                             <arguments>
                                 <argument>-classpath</argument>
-                                <classpath/>
+                                <classpath />
                                 <argument>org.apache.reef.tang.examples.PrintTypeHierarchy</argument>
                             </arguments>
                         </configuration>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 692f823..1509ccd 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-tests</artifactId>
     <name>REEF Tests</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml
index 653cf61..81b3088 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index f86990d..ee8f918 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index 01f8c24..e6d84d8 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index 7f1cfee..e1eef91 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wake</artifactId>
@@ -60,16 +59,16 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <target>
-                                <mkdir dir="target/generated-sources/proto"/>
+                                <mkdir dir="target/generated-sources/proto" />
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=${protoPath}"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="${protoPath}/RemoteProtocol.proto"/>
+                                    <arg value="--proto_path=${protoPath}" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="${protoPath}/RemoteProtocol.proto" />
                                 </exec>
                                 <exec executable="protoc">
-                                    <arg value="--proto_path=src/test/proto/"/>
-                                    <arg value="--java_out=target/generated-sources/proto"/>
-                                    <arg value="src/test/proto/TestProtocol.proto"/>
+                                    <arg value="--proto_path=src/test/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/test/proto/TestProtocol.proto" />
                                 </exec>
                             </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index 1c18026..eff2554 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/lang/scala/reef-examples-scala/pom.xml
----------------------------------------------------------------------
diff --git a/lang/scala/reef-examples-scala/pom.xml b/lang/scala/reef-examples-scala/pom.xml
index 2e2d07d..7750086 100644
--- a/lang/scala/reef-examples-scala/pom.xml
+++ b/lang/scala/reef-examples-scala/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>reef-examples-spark</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/5528bcf4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02ae63f..d0c8558 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
@@ -72,7 +71,7 @@ under the License.
         <connection>scm:git:git@github.com:apache/reef</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/reef</developerConnection>
         <url>scm:git:git@github.com:apache/reef</url>
-        <tag>HEAD</tag>
+        <tag>reef-project-0.16.0</tag>
     </scm>
 
     <developers>


[4/6] reef git commit: Prepare 0.16 release

Posted by ta...@apache.org.
Prepare 0.16 release


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

Branch: refs/heads/branch-0.16.0-maven
Commit: e88ee8e7bdc9b107c958e9bb5f0d6c7093e8a20b
Parents: 85cc0a0
Author: taegeonum <ta...@gmail.com>
Authored: Mon Aug 7 11:40:52 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Mon Aug 7 11:40:52 2017 +0900

----------------------------------------------------------------------
 lang/cs/pom.xml                                      | 2 +-
 lang/java/reef-annotations/pom.xml                   | 2 +-
 lang/java/reef-applications/pom.xml                  | 2 +-
 lang/java/reef-applications/reef-vortex/pom.xml      | 2 +-
 lang/java/reef-bridge-client/pom.xml                 | 2 +-
 lang/java/reef-bridge-java/pom.xml                   | 2 +-
 lang/java/reef-checkpoint/pom.xml                    | 2 +-
 lang/java/reef-common/pom.xml                        | 2 +-
 lang/java/reef-examples-clr/pom.xml                  | 2 +-
 lang/java/reef-examples-hdinsight/pom.xml            | 2 +-
 lang/java/reef-examples/pom.xml                      | 2 +-
 lang/java/reef-experimental/pom.xml                  | 2 +-
 lang/java/reef-io/pom.xml                            | 2 +-
 lang/java/reef-poison/pom.xml                        | 2 +-
 lang/java/reef-runtime-hdinsight/pom.xml             | 2 +-
 lang/java/reef-runtime-local/pom.xml                 | 2 +-
 lang/java/reef-runtime-mesos/pom.xml                 | 2 +-
 lang/java/reef-runtime-multi/pom.xml                 | 2 +-
 lang/java/reef-runtime-standalone/pom.xml            | 2 +-
 lang/java/reef-runtime-yarn/pom.xml                  | 2 +-
 lang/java/reef-tang/pom.xml                          | 2 +-
 lang/java/reef-tang/tang-test-jarA/pom.xml           | 2 +-
 lang/java/reef-tang/tang-test-jarAB/pom.xml          | 2 +-
 lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml | 2 +-
 lang/java/reef-tang/tang-test-jarB/pom.xml           | 2 +-
 lang/java/reef-tang/tang-tint/pom.xml                | 2 +-
 lang/java/reef-tang/tang/pom.xml                     | 2 +-
 lang/java/reef-tests/pom.xml                         | 2 +-
 lang/java/reef-utils-hadoop/pom.xml                  | 2 +-
 lang/java/reef-utils/pom.xml                         | 2 +-
 lang/java/reef-wake/pom.xml                          | 2 +-
 lang/java/reef-wake/wake/pom.xml                     | 2 +-
 lang/java/reef-webserver/pom.xml                     | 2 +-
 lang/scala/reef-examples-scala/pom.xml               | 2 +-
 pom.xml                                              | 2 +-
 website/pom.xml                                      | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 08514fc..788c2e3 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml
index 7d6c875..e1e525a 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-applications/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/pom.xml b/lang/java/reef-applications/pom.xml
index 86dc9ce..c54f556 100644
--- a/lang/java/reef-applications/pom.xml
+++ b/lang/java/reef-applications/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-applications/reef-vortex/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml
index ff34cf7..2aecfa5 100644
--- a/lang/java/reef-applications/reef-vortex/pom.xml
+++ b/lang/java/reef-applications/reef-vortex/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-applications</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-bridge-client/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml
index 1832fc0..91cab1b 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-bridge-java/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml
index 16726a4..6d6ff2a 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index 6e96139..d361a46 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index bd2bb29..ce9f9b9 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml
index 2bb5089..5a78af2 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml
index 0c46fc7..929ffbb 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 0bab566..2fce95a 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-experimental/pom.xml b/lang/java/reef-experimental/pom.xml
index bd5df04..9fef1c3 100644
--- a/lang/java/reef-experimental/pom.xml
+++ b/lang/java/reef-experimental/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index 3d1b53a..1629a5c 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index efa8d4e..067db47 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml
index c034ec7..a8c7403 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml
index e775b63..43ca1ee 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml
index f9154a4..1933a91 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-multi/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-multi/pom.xml b/lang/java/reef-runtime-multi/pom.xml
index 2522f3a..3e529ae 100644
--- a/lang/java/reef-runtime-multi/pom.xml
+++ b/lang/java/reef-runtime-multi/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for multiple runtime scenarios</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-standalone/pom.xml b/lang/java/reef-runtime-standalone/pom.xml
index 6154731..8c00059 100644
--- a/lang/java/reef-runtime-standalone/pom.xml
+++ b/lang/java/reef-runtime-standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml
index 492482e..4492457 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index 1d5b419..c808107 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml
index e4d364b..4e72582 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/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.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml
index c77a5c0..8a1f8ea 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/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.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
index 95a0bf1..fb2606d 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/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.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml
index 5619adf..3b1bd09 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/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.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang-tint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-tint/pom.xml b/lang/java/reef-tang/tang-tint/pom.xml
index a66b4e0..6dc0687 100644
--- a/lang/java/reef-tang/tang-tint/pom.xml
+++ b/lang/java/reef-tang/tang-tint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index 276f6d2..dd6c896 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 4419c8f..692f823 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml
index af83a41..653cf61 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index 68362f6..f86990d 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index cd1dbe1..01f8c24 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index de8ebc6..7f1cfee 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index 5aaca9e..1c18026 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/lang/scala/reef-examples-scala/pom.xml
----------------------------------------------------------------------
diff --git a/lang/scala/reef-examples-scala/pom.xml b/lang/scala/reef-examples-scala/pom.xml
index ab81ee7..2e2d07d 100644
--- a/lang/scala/reef-examples-scala/pom.xml
+++ b/lang/scala/reef-examples-scala/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 859178b..02ae63f 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.16.0</version>
+    <version>0.16.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/e88ee8e7/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index fd143e6..e893c4b 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     


[3/6] reef git commit: change 0.16-SNAPSHOT to 0.16

Posted by ta...@apache.org.
change 0.16-SNAPSHOT to 0.16


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

Branch: refs/heads/branch-0.16.0-maven
Commit: 85cc0a090ab48cf27acce2128c64b07b197d92e5
Parents: ee97282
Author: taegeonum <ta...@gmail.com>
Authored: Wed Aug 2 10:48:05 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Wed Aug 2 10:48:05 2017 +0900

----------------------------------------------------------------------
 Doxyfile                                                | 2 +-
 lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml | 8 ++++----
 lang/cs/Org.Apache.REEF.Client/run.cmd                  | 2 +-
 lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs | 2 +-
 lang/cs/build.props                                     | 4 ++--
 lang/cs/pom.xml                                         | 2 +-
 lang/java/reef-annotations/pom.xml                      | 2 +-
 lang/java/reef-applications/pom.xml                     | 2 +-
 lang/java/reef-applications/reef-vortex/pom.xml         | 2 +-
 lang/java/reef-bridge-client/pom.xml                    | 2 +-
 lang/java/reef-bridge-java/pom.xml                      | 2 +-
 lang/java/reef-checkpoint/pom.xml                       | 2 +-
 lang/java/reef-common/pom.xml                           | 2 +-
 lang/java/reef-examples-clr/pom.xml                     | 2 +-
 lang/java/reef-examples-hdinsight/pom.xml               | 2 +-
 lang/java/reef-examples/pom.xml                         | 2 +-
 lang/java/reef-experimental/pom.xml                     | 2 +-
 lang/java/reef-io/pom.xml                               | 2 +-
 lang/java/reef-poison/pom.xml                           | 2 +-
 lang/java/reef-runtime-hdinsight/pom.xml                | 2 +-
 lang/java/reef-runtime-local/pom.xml                    | 2 +-
 lang/java/reef-runtime-mesos/pom.xml                    | 2 +-
 lang/java/reef-runtime-multi/pom.xml                    | 2 +-
 lang/java/reef-runtime-standalone/pom.xml               | 2 +-
 lang/java/reef-runtime-yarn/pom.xml                     | 2 +-
 lang/java/reef-tang/pom.xml                             | 2 +-
 lang/java/reef-tang/tang-test-jarA/pom.xml              | 2 +-
 lang/java/reef-tang/tang-test-jarAB/pom.xml             | 2 +-
 lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml    | 2 +-
 lang/java/reef-tang/tang-test-jarB/pom.xml              | 2 +-
 lang/java/reef-tang/tang-tint/pom.xml                   | 2 +-
 lang/java/reef-tang/tang/pom.xml                        | 2 +-
 lang/java/reef-tests/pom.xml                            | 2 +-
 lang/java/reef-utils-hadoop/pom.xml                     | 2 +-
 lang/java/reef-utils/pom.xml                            | 2 +-
 lang/java/reef-wake/pom.xml                             | 2 +-
 lang/java/reef-wake/wake/pom.xml                        | 2 +-
 lang/java/reef-webserver/pom.xml                        | 2 +-
 lang/scala/reef-examples-scala/pom.xml                  | 2 +-
 pom.xml                                                 | 2 +-
 website/pom.xml                                         | 2 +-
 41 files changed, 45 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/Doxyfile
----------------------------------------------------------------------
diff --git a/Doxyfile b/Doxyfile
index dde8d29..4f2da90 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -21,7 +21,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = "Apache REEF"
-PROJECT_NUMBER         = 0.16.0-SNAPSHOT
+PROJECT_NUMBER         = 0.16.0
 PROJECT_BRIEF          = "Retainable Evaluator Execution Framework"
 OUTPUT_DIRECTORY       = target
 JAVADOC_AUTOBRIEF      = YES

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml b/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
index 977f377..a40f0e6 100644
--- a/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
+++ b/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
@@ -80,20 +80,20 @@ This file is used to embed JAR files to client dll
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <data name="ClientJarFullName" xml:space="preserve">
-    <value>reef-bridge-client-0.16.0-SNAPSHOT-shaded.jar</value>
+    <value>reef-bridge-client-0.16.0-shaded.jar</value>
   </data>
   <data name="DriverJarFullName" xml:space="preserve">
-    <value>reef-bridge-java-0.16.0-SNAPSHOT-shaded.jar</value>
+    <value>reef-bridge-java-0.16.0-shaded.jar</value>
   </data>
   <data name="ClrDriverFullName" xml:space="preserve">
     <value>Org.Apache.REEF.ClrDriver.exe</value>
   </data>
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
   <data name="reef_bridge_client" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-client-0.16.0-SNAPSHOT-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-client-0.16.0-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
   <data name="reef_bridge_driver" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-java-0.16.0-SNAPSHOT-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-java-0.16.0-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
   <data name="reef_clrdriver" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.ClrDriver\Org.Apache.REEF.ClrDriver.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/cs/Org.Apache.REEF.Client/run.cmd
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Client/run.cmd b/lang/cs/Org.Apache.REEF.Client/run.cmd
index 621aca2..39c2fa9 100644
--- a/lang/cs/Org.Apache.REEF.Client/run.cmd
+++ b/lang/cs/Org.Apache.REEF.Client/run.cmd
@@ -38,7 +38,7 @@
 :: 
 
 :: RUNTIME
-set SHADED_JAR=.\reef-bridge-java-0.16.0-SNAPSHOT-shaded.jar
+set SHADED_JAR=.\reef-bridge-java-0.16.0-shaded.jar
 
 set LOGGING_CONFIG=-Djava.util.logging.config.class=org.apache.reef.util.logging.CLRLoggingConfig
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs b/lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs
index 769e177..5d6adf6 100644
--- a/lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs
+++ b/lang/cs/Org.Apache.REEF.Driver/DriverConfigGenerator.cs
@@ -42,7 +42,7 @@ namespace Org.Apache.REEF.Driver
         /// <summary>
         /// The bridge JAR name.
         /// </summary>
-        public const string JavaBridgeJarFileName = "reef-bridge-java-0.16.0-SNAPSHOT-shaded.jar";
+        public const string JavaBridgeJarFileName = "reef-bridge-java-0.16.0-shaded.jar";
 
         private static readonly Logger Log = Logger.GetLogger(typeof(DriverConfigGenerator));
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index 84173ca..e9ebf7f 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -58,8 +58,8 @@ under the License.
 
   <!-- REEF NuGet properties -->
   <PropertyGroup>
-    <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>06</SnapshotNumber>
+    <IsSnapshot>false</IsSnapshot>
+    <SnapshotNumber>00</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
     <NuGetError>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</NuGetError>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 788c2e3..08514fc 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml
index e1e525a..7d6c875 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-applications/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/pom.xml b/lang/java/reef-applications/pom.xml
index c54f556..86dc9ce 100644
--- a/lang/java/reef-applications/pom.xml
+++ b/lang/java/reef-applications/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-applications/reef-vortex/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml
index 2aecfa5..ff34cf7 100644
--- a/lang/java/reef-applications/reef-vortex/pom.xml
+++ b/lang/java/reef-applications/reef-vortex/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-applications</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-bridge-client/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml
index 91cab1b..1832fc0 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-bridge-java/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml
index 6d6ff2a..16726a4 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index d361a46..6e96139 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index ce9f9b9..bd2bb29 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml
index 5a78af2..2bb5089 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml
index 929ffbb..0c46fc7 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 2fce95a..0bab566 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-experimental/pom.xml b/lang/java/reef-experimental/pom.xml
index 9fef1c3..bd5df04 100644
--- a/lang/java/reef-experimental/pom.xml
+++ b/lang/java/reef-experimental/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index 1629a5c..3d1b53a 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index 067db47..efa8d4e 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml
index a8c7403..c034ec7 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml
index 43ca1ee..e775b63 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml
index 1933a91..f9154a4 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-multi/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-multi/pom.xml b/lang/java/reef-runtime-multi/pom.xml
index 3e529ae..2522f3a 100644
--- a/lang/java/reef-runtime-multi/pom.xml
+++ b/lang/java/reef-runtime-multi/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for multiple runtime scenarios</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-standalone/pom.xml b/lang/java/reef-runtime-standalone/pom.xml
index 8c00059..6154731 100644
--- a/lang/java/reef-runtime-standalone/pom.xml
+++ b/lang/java/reef-runtime-standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml
index 4492457..492482e 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index c808107..1d5b419 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml
index 4e72582..e4d364b 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/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.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml
index 8a1f8ea..c77a5c0 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/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.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
index fb2606d..95a0bf1 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/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.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml
index 3b1bd09..5619adf 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/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.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang-tint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-tint/pom.xml b/lang/java/reef-tang/tang-tint/pom.xml
index 6dc0687..a66b4e0 100644
--- a/lang/java/reef-tang/tang-tint/pom.xml
+++ b/lang/java/reef-tang/tang-tint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index dd6c896..276f6d2 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 692f823..4419c8f 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml
index 653cf61..af83a41 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index f86990d..68362f6 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index 01f8c24..cd1dbe1 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index 7f1cfee..de8ebc6 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index 1c18026..5aaca9e 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/lang/scala/reef-examples-scala/pom.xml
----------------------------------------------------------------------
diff --git a/lang/scala/reef-examples-scala/pom.xml b/lang/scala/reef-examples-scala/pom.xml
index 2e2d07d..ab81ee7 100644
--- a/lang/scala/reef-examples-scala/pom.xml
+++ b/lang/scala/reef-examples-scala/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02ae63f..859178b 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.16.0-SNAPSHOT</version>
+    <version>0.16.0</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/85cc0a09/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index e893c4b..fd143e6 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>..</relativePath>
     </parent>
     


[6/6] reef git commit: [maven-release-plugin] prepare release reef-project-0.16.0

Posted by ta...@apache.org.
[maven-release-plugin] prepare release reef-project-0.16.0


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

Branch: refs/heads/branch-0.16.0-maven
Commit: 9b938e7b85322ca704c83e2055baec0011db8130
Parents: 5528bcf
Author: taegeonum <ta...@gmail.com>
Authored: Thu Aug 10 16:17:47 2017 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Thu Aug 10 16:17:47 2017 +0900

----------------------------------------------------------------------
 lang/cs/pom.xml                                      | 2 +-
 lang/java/reef-annotations/pom.xml                   | 2 +-
 lang/java/reef-applications/pom.xml                  | 2 +-
 lang/java/reef-applications/reef-vortex/pom.xml      | 2 +-
 lang/java/reef-bridge-client/pom.xml                 | 2 +-
 lang/java/reef-bridge-java/pom.xml                   | 2 +-
 lang/java/reef-checkpoint/pom.xml                    | 2 +-
 lang/java/reef-common/pom.xml                        | 2 +-
 lang/java/reef-examples-clr/pom.xml                  | 2 +-
 lang/java/reef-examples-hdinsight/pom.xml            | 2 +-
 lang/java/reef-examples/pom.xml                      | 2 +-
 lang/java/reef-experimental/pom.xml                  | 2 +-
 lang/java/reef-io/pom.xml                            | 2 +-
 lang/java/reef-poison/pom.xml                        | 2 +-
 lang/java/reef-runtime-hdinsight/pom.xml             | 2 +-
 lang/java/reef-runtime-local/pom.xml                 | 2 +-
 lang/java/reef-runtime-mesos/pom.xml                 | 2 +-
 lang/java/reef-runtime-multi/pom.xml                 | 2 +-
 lang/java/reef-runtime-standalone/pom.xml            | 2 +-
 lang/java/reef-runtime-yarn/pom.xml                  | 2 +-
 lang/java/reef-tang/pom.xml                          | 2 +-
 lang/java/reef-tang/tang-test-jarA/pom.xml           | 2 +-
 lang/java/reef-tang/tang-test-jarAB/pom.xml          | 2 +-
 lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml | 2 +-
 lang/java/reef-tang/tang-test-jarB/pom.xml           | 2 +-
 lang/java/reef-tang/tang-tint/pom.xml                | 2 +-
 lang/java/reef-tang/tang/pom.xml                     | 2 +-
 lang/java/reef-tests/pom.xml                         | 2 +-
 lang/java/reef-utils-hadoop/pom.xml                  | 2 +-
 lang/java/reef-utils/pom.xml                         | 2 +-
 lang/java/reef-wake/pom.xml                          | 2 +-
 lang/java/reef-wake/wake/pom.xml                     | 2 +-
 lang/java/reef-webserver/pom.xml                     | 2 +-
 lang/scala/reef-examples-scala/pom.xml               | 2 +-
 pom.xml                                              | 2 +-
 website/pom.xml                                      | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index f8c0096..b75615a 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml
index e62cf70..b4da89a 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-applications/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/pom.xml b/lang/java/reef-applications/pom.xml
index 37c4445..6eb4c30 100644
--- a/lang/java/reef-applications/pom.xml
+++ b/lang/java/reef-applications/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-applications/reef-vortex/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml
index c8e4bf1..e667db2 100644
--- a/lang/java/reef-applications/reef-vortex/pom.xml
+++ b/lang/java/reef-applications/reef-vortex/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-applications</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-bridge-client/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml
index 24d65d7..ef46eba 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-bridge-java/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml
index 5ed4589..1c1973d 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index 00a3b01..8f3fc13 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index 9b506b5..5e50796 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml
index decdc30..43c50ff 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml
index 2e56f86..9bc5f42 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 872a949..2b05b4f 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-experimental/pom.xml b/lang/java/reef-experimental/pom.xml
index 92bfbe6..942967b 100644
--- a/lang/java/reef-experimental/pom.xml
+++ b/lang/java/reef-experimental/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index b6e00b3..e297c0c 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index 9af6d0e..06733ab 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml
index 06bc401..ae15947 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml
index a96411a..b5e1739 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-mesos/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml
index 4ad0de0..df77f2a 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-multi/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-multi/pom.xml b/lang/java/reef-runtime-multi/pom.xml
index eb055e7..99603c0 100644
--- a/lang/java/reef-runtime-multi/pom.xml
+++ b/lang/java/reef-runtime-multi/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for multiple runtime scenarios</name>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-standalone/pom.xml b/lang/java/reef-runtime-standalone/pom.xml
index 88ef20b..940b673 100644
--- a/lang/java/reef-runtime-standalone/pom.xml
+++ b/lang/java/reef-runtime-standalone/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml
index 54c512c..9e0df5f 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index 3700054..9f7aa31 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml
index 085af5f..010a110 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarA/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml
index 2f82462..a66e062 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarAB/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
index 39ccfed..869ad56 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml
index 2f55042..5d8a9fe 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang-tint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang-tint/pom.xml b/lang/java/reef-tang/tang-tint/pom.xml
index 49edada..d85b139 100644
--- a/lang/java/reef-tang/tang-tint/pom.xml
+++ b/lang/java/reef-tang/tang-tint/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index 5978c51..cf12454 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 1509ccd..ac56a80 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml
index 81b3088..d974dfc 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index ee8f918..494dccc 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index e6d84d8..46af4de 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index e1eef91..ce60fd8 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index eff2554..fa3f2ac 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/lang/scala/reef-examples-scala/pom.xml
----------------------------------------------------------------------
diff --git a/lang/scala/reef-examples-scala/pom.xml b/lang/scala/reef-examples-scala/pom.xml
index 7750086..0c7647c 100644
--- a/lang/scala/reef-examples-scala/pom.xml
+++ b/lang/scala/reef-examples-scala/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0c8558..2716801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.0</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/reef/blob/9b938e7b/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index e893c4b..fd143e6 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.0</version>
         <relativePath>..</relativePath>
     </parent>