You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by bg...@apache.org on 2015/01/06 16:23:57 UTC

incubator-reef git commit: [maven-release-plugin] prepare release reef-project-0.10.0-incubating

Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.10.0-incubating-maven 41e10c623 -> 63b275e4d


[maven-release-plugin] prepare release reef-project-0.10.0-incubating


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

Branch: refs/heads/branch-0.10.0-incubating-maven
Commit: 63b275e4da00005267df8c969f18b844bd79d639
Parents: 41e10c6
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Wed Jan 7 00:23:52 2015 +0900
Committer: Byung-Gon Chun <bg...@apache.org>
Committed: Wed Jan 7 00:23:52 2015 +0900

----------------------------------------------------------------------
 pom.xml                                    |  7 +++----
 reef-annotations/pom.xml                   |  5 ++---
 reef-checkpoint/pom.xml                    |  5 ++---
 reef-common/pom.xml                        | 21 ++++++++++-----------
 reef-examples-clr/pom.xml                  |  9 ++++-----
 reef-examples-hdinsight/pom.xml            |  8 +++-----
 reef-examples/pom.xml                      | 21 ++++++++++-----------
 reef-io/pom.xml                            | 13 ++++++-------
 reef-poison/pom.xml                        |  5 ++---
 reef-runtime-hdinsight/pom.xml             |  5 ++---
 reef-runtime-local/pom.xml                 |  5 ++---
 reef-runtime-yarn/pom.xml                  |  5 ++---
 reef-tang/pom.xml                          |  5 ++---
 reef-tang/tang-test-jarA/pom.xml           |  5 ++---
 reef-tang/tang-test-jarAB/pom.xml          |  5 ++---
 reef-tang/tang-test-jarB-conflictA/pom.xml |  5 ++---
 reef-tang/tang-test-jarB/pom.xml           |  5 ++---
 reef-tang/tang/pom.xml                     | 17 ++++++++---------
 reef-tests/pom.xml                         |  5 ++---
 reef-utils-hadoop/pom.xml                  |  5 ++---
 reef-utils/pom.xml                         |  5 ++---
 reef-wake/pom.xml                          |  5 ++---
 reef-wake/wake/pom.xml                     | 19 +++++++++----------
 reef-webserver/pom.xml                     |  5 ++---
 24 files changed, 85 insertions(+), 110 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 938cd32..763162b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,12 +17,11 @@ 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>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
@@ -58,7 +57,7 @@ under the License.
         <connection>scm:git:git@github.com:apache/incubator-reef.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef.git</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-reef.git</url>
-        <tag>HEAD</tag>
+        <tag>reef-project-0.10.0-incubating</tag>
     </scm>
 
     <developers>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index 192f47f..e02983e 100644
--- a/reef-annotations/pom.xml
+++ b/reef-annotations/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index be9bee1..d4b0129 100644
--- a/reef-checkpoint/pom.xml
+++ b/reef-checkpoint/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index c26df74..2ba94a8 100644
--- a/reef-common/pom.xml
+++ b/reef-common/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-common</artifactId>
@@ -40,15 +39,15 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <tasks>
-                                <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/reef_service_protos.proto"/>
-                                    <arg value="src/main/proto/evaluator_runtime.proto"/>
-                                    <arg value="src/main/proto/client_runtime.proto"/>
-                                    <arg value="src/main/proto/driver_runtime.proto"/>
-                                    <arg value="src/main/proto/reef_protocol.proto"/>
+                                    <arg value="--proto_path=src/main/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/main/proto/reef_service_protos.proto" />
+                                    <arg value="src/main/proto/evaluator_runtime.proto" />
+                                    <arg value="src/main/proto/client_runtime.proto" />
+                                    <arg value="src/main/proto/driver_runtime.proto" />
+                                    <arg value="src/main/proto/reef_protocol.proto" />
                                 </exec>
                             </tasks>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-examples-clr/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index 90e26fb..a3438c9 100644
--- a/reef-examples-clr/pom.xml
+++ b/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>
@@ -27,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <dependencies>
@@ -131,7 +130,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>-Dcom.microsoft.reef.runtime.local.folder=${project.build.directory}
@@ -163,7 +162,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/incubator-reef/blob/63b275e4/reef-examples-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index acf0dac..0e78714 100644
--- a/reef-examples-hdinsight/pom.xml
+++ b/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>
@@ -26,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <dependencies>
@@ -100,8 +99,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/incubator-reef/blob/63b275e4/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index f2fe9c5..5632a5e 100644
--- a/reef-examples/pom.xml
+++ b/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>
@@ -26,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <dependencies>
@@ -145,7 +144,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> -->
@@ -170,7 +169,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> -->
@@ -195,7 +194,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> -->
@@ -220,7 +219,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>-Dcom.microsoft.reef.runtime.local.folder=${project.build.directory}
@@ -245,7 +244,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>-Dcom.microsoft.reef.runtime.local.folder=${project.build.directory}
@@ -275,7 +274,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>org.apache.reef.examples.retained_eval.Launch</argument>
@@ -304,7 +303,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
@@ -335,7 +334,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/incubator-reef/blob/63b275e4/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index 438573b..57adc04 100644
--- a/reef-io/pom.xml
+++ b/reef-io/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>
@@ -38,11 +37,11 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <tasks>
-                                <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>
                             </tasks>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index d9681ec..04266b6 100644
--- a/reef-poison/pom.xml
+++ b/reef-poison/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-runtime-hdinsight/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index 8e108eb..b490415 100644
--- a/reef-runtime-hdinsight/pom.xml
+++ b/reef-runtime-hdinsight/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
     <name>REEF Runtime for HDInsight</name>
     <artifactId>reef-runtime-hdinsight</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index 11e0310..238b3ee 100644
--- a/reef-runtime-local/pom.xml
+++ b/reef-runtime-local/pom.xml
@@ -17,14 +17,13 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-runtime-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index 0263d72..ae14a85 100644
--- a/reef-runtime-yarn/pom.xml
+++ b/reef-runtime-yarn/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
     <name>REEF Runtime for YARN</name>
     <artifactId>reef-runtime-yarn</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index 7ff0ea0..20a70c2 100644
--- a/reef-tang/pom.xml
+++ b/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>
@@ -27,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/tang-test-jarA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarA/pom.xml b/reef-tang/tang-test-jarA/pom.xml
index ff291dd..8844b0c 100644
--- a/reef-tang/tang-test-jarA/pom.xml
+++ b/reef-tang/tang-test-jarA/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/tang-test-jarAB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarAB/pom.xml b/reef-tang/tang-test-jarAB/pom.xml
index a61075e..817d24d 100644
--- a/reef-tang/tang-test-jarAB/pom.xml
+++ b/reef-tang/tang-test-jarAB/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/tang-test-jarB-conflictA/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB-conflictA/pom.xml b/reef-tang/tang-test-jarB-conflictA/pom.xml
index 6477b43..d154fab 100644
--- a/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/tang-test-jarB/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang-test-jarB/pom.xml b/reef-tang/tang-test-jarB/pom.xml
index 6b43524..9badef8 100644
--- a/reef-tang/tang-test-jarB/pom.xml
+++ b/reef-tang/tang-test-jarB/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 0873a6d..8bda0a5 100644
--- a/reef-tang/tang/pom.xml
+++ b/reef-tang/tang/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>tang</artifactId>
@@ -38,12 +37,12 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <tasks>
-                                <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>
                             </tasks>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
@@ -158,7 +157,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/incubator-reef/blob/63b275e4/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index d0ec14f..bc7ebb2 100644
--- a/reef-tests/pom.xml
+++ b/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>
@@ -28,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-utils-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index af10c57..4f57dc2 100644
--- a/reef-utils-hadoop/pom.xml
+++ b/reef-utils-hadoop/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index d8137aa..47ba8ce 100644
--- a/reef-utils/pom.xml
+++ b/reef-utils/pom.xml
@@ -17,13 +17,12 @@ 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>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 783b952..5c6f3d0 100644
--- a/reef-wake/pom.xml
+++ b/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>
@@ -28,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index d2072be..badd2e2 100644
--- a/reef-wake/wake/pom.xml
+++ b/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>
@@ -27,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
 
     <build>
@@ -55,16 +54,16 @@ under the License.
                         <phase>generate-sources</phase>
                         <configuration>
                             <tasks>
-                                <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/RemoteProtocol.proto"/>
+                                    <arg value="--proto_path=src/main/proto/" />
+                                    <arg value="--java_out=target/generated-sources/proto" />
+                                    <arg value="src/main/proto/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>
                             </tasks>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/63b275e4/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 1ba68d2..80d16cf 100644
--- a/reef-webserver/pom.xml
+++ b/reef-webserver/pom.xml
@@ -17,12 +17,11 @@ 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>
-        <version>0.10.0-incubating-SNAPSHOT</version>
+        <version>0.10.0-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>