revert pom file version change made by maven release process

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

Branch: refs/heads/branch-0.11.0-incubating-maven
Commit: d0e4a48114450e0e99042b2a8c74b1de072890b3
Parents: 45439cc
Author: Julia Wang <[email protected]>
Authored: Tue May 5 11:38:59 2015 -0700
Committer: Julia Wang <[email protected]>
Committed: Tue May 5 11:38:59 2015 -0700

----------------------------------------------------------------------
 .../Org.Apache.REEF.Bridge.JAR.csproj           |  2 +-
 lang/cs/pom.xml                                 |  6 ++---
 lang/java/reef-annotations/pom.xml              |  6 ++---
 lang/java/reef-bridge-client/pom.xml            |  6 ++---
 lang/java/reef-bridge-java/pom.xml              | 18 +++++++--------
 lang/java/reef-checkpoint/pom.xml               |  6 ++---
 lang/java/reef-common/pom.xml                   | 24 ++++++++++----------
 lang/java/reef-examples-clr/pom.xml             | 10 ++++----
 lang/java/reef-examples-hdinsight/pom.xml       |  6 ++---
 lang/java/reef-examples/pom.xml                 | 20 ++++++++--------
 lang/java/reef-io/pom.xml                       | 20 ++++++++--------
 lang/java/reef-poison/pom.xml                   |  6 ++---
 lang/java/reef-runtime-hdinsight/pom.xml        |  6 ++---
 lang/java/reef-runtime-local/pom.xml            |  6 ++---
 lang/java/reef-runtime-mesos/pom.xml            |  6 ++---
 lang/java/reef-runtime-yarn/pom.xml             |  6 ++---
 lang/java/reef-tang/pom.xml                     |  6 ++---
 lang/java/reef-tang/tang-test-jarA/pom.xml      |  5 ++--
 lang/java/reef-tang/tang-test-jarAB/pom.xml     |  5 ++--
 .../reef-tang/tang-test-jarB-conflictA/pom.xml  |  5 ++--
 lang/java/reef-tang/tang-test-jarB/pom.xml      |  5 ++--
 lang/java/reef-tang/tang/pom.xml                | 17 +++++++-------
 lang/java/reef-tests/pom.xml                    |  6 ++---
 lang/java/reef-utils-hadoop/pom.xml             |  6 ++---
 lang/java/reef-utils/pom.xml                    |  6 ++---
 lang/java/reef-wake/pom.xml                     |  6 ++---
 lang/java/reef-wake/wake/pom.xml                | 19 ++++++++--------
 lang/java/reef-webserver/pom.xml                |  6 ++---
 pom.xml                                         |  9 ++++----
 website/pom.xml                                 |  3 +--
 30 files changed, 132 insertions(+), 126 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
----------------------------------------------------------------------
diff --git 
a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj 
b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
index 2d0ba23..31e4858 100644
--- a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
+++ b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
@@ -95,7 +95,7 @@ under the License.
 
     <PropertyGroup>
         <BuildCommand>$(NuGetCommand) pack "$(FinalizedNuspecFile)" -BasePath 
$(NugetProjectPath) -Properties 
"Configuration=$(Configuration);Platform=$(Platform);REEF_Version=$(REEF_Version);Version=$(REEF_NugetVersion)"
 $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" </BuildCommand>
-        
<ReefVer>$([System.String]::Copy('$(REEF_NugetVersion)').Replace('-SNAPSHOT-',''))</ReefVer>
+       <!-- 
<ReefVer>$([System.String]::Copy('$(REEF_NugetVersion)').Replace('-SNAPSHOT-',''))</ReefVer>
 -->
     </PropertyGroup>
 
     <ItemGroup>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 10925e3..0748836 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -17,16 +17,16 @@ 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>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Dot Net</name>
     <description>Reef Dot Net</description>
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version> 0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-annotations/pom.xml 
b/lang/java/reef-annotations/pom.xml
index 6571055..ddbcd88 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -17,16 +17,16 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-annotations</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Annotations</name>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 3283a71..34b64d3 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -17,17 +17,17 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-bridge-client</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Bridge (Client)</name>
     <description>The Client side of the REEF Bridge</description>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 d15897e..4a77f7c 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -17,17 +17,17 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-bridge-java</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Bridge Java</name>
     <description>Bridge between JVM and CLR.</description>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
@@ -123,13 +123,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/incubator-reef/blob/d0e4a481/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml 
b/lang/java/reef-checkpoint/pom.xml
index f06b7bb..299e1f5 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -17,16 +17,16 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Checkpoint</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index a225ffd..c6efe04 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-common</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Common</name>
 
 
@@ -42,23 +42,23 @@ under the License.
                         <configuration>
                             <tasks>
                                 <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=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/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/reef_protocol.proto"/>
                                 </exec>
                             </tasks>
                             
<sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 d7dcc75..2cb2171 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -17,17 +17,17 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples-clr</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Examples CLR</name>
     <description>Examples that use the JVM/CLR interop of REEF.</description>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
@@ -132,7 +132,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}
@@ -164,7 +164,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/d0e4a481/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 a1e39ac..0249cc4 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -17,16 +17,16 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples-hdinsight</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Examples on HDInsight</name>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 0bfe02a..68c4693 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -17,16 +17,16 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-examples</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Examples</name>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
@@ -151,7 +151,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> 
-->
@@ -176,7 +176,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 +201,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> 
-->
@@ -227,7 +227,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}
@@ -257,7 +257,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>
@@ -286,7 +286,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
@@ -317,7 +317,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/d0e4a481/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index c801000..b44cb77 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -17,16 +17,16 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-io</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF IO</name>
 
     <build>
@@ -39,16 +39,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/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>
                             </tasks>
                             
<sourceRoot>target/generated-sources/proto</sourceRoot>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index 13de1d7..6819e1d 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-poison</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Poison</name>
     <description>Fault injection for REEF</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 e98ad62..b9cb837 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for HDInsight</name>
     <artifactId>reef-runtime-hdinsight</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 a2a740e..3d83051 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -17,18 +17,18 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Runtime Local</name>
     <description>A local implementation of REEF that uses local JVMs for 
execution.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 ec56c07..7cda9ce 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for Mesos</name>
     <artifactId>reef-runtime-mesos</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 80aa60e..345ef45 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for YARN</name>
     <artifactId>reef-runtime-yarn</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index b61c902..a901c70 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -17,17 +17,17 @@ 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>
     <artifactId>tang-project</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 1eadaf2..5f3f309 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarA/pom.xml
@@ -17,12 +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>tang-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 3e49c22..e951be4 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarAB/pom.xml
@@ -17,12 +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>tang-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 7db8f84..860cecd 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -17,12 +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>tang-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 b62e109..15025c2 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB/pom.xml
@@ -17,12 +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>tang-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 2d6e5d2..d8404c3 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -17,12 +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: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";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>
@@ -37,12 +38,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>
@@ -157,7 +158,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/d0e4a481/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 29e8146..330261c 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -17,10 +17,10 @@ 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: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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-tests</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Tests</name>
     <description>Integration tests for REEF</description>
 
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 50a1b23..420af95 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Utils for Hadoop</name>
     <description>Utilities for using REEF on Hadoop.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index dec8980..6d9c621 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -17,17 +17,17 @@ 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.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 
     <artifactId>reef-utils</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Utils</name>
     <description>Utilities used across REEF modules.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index d31a8f7..71ac8bb 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -17,18 +17,18 @@ 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 Wake Project</name>
     <artifactId>wake-project</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/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 5e70994..bb762ec 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -17,7 +17,8 @@ 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>
@@ -26,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>
@@ -54,16 +55,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/d0e4a481/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index d1a4ccd..32a6167 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -17,16 +17,16 @@ 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: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";>
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.12.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
         <relativePath>../../..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF HTTP Server</name>
     <description>HTTP Server component to implement a REST API for the Driver 
or Evaluators.</description>
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea6074a..a175f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,11 +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: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";>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.12.0-incubating-SNAPSHOT</version>
+    <version>0.11.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
@@ -324,12 +325,12 @@ under the License.
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>tang</artifactId>
-                <version>0.12.0-incubating-SNAPSHOT</version>
+                <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>wake</artifactId>
-                <version>0.12.0-incubating-SNAPSHOT</version>
+                <version>${project.version}</version>
             </dependency>
 
             <!-- Testing -->

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d0e4a481/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index af43370..06b234f 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -19,12 +19,11 @@ 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";>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>website</artifactId>
-  <version>0.12.0-incubating-SNAPSHOT</version>
     <name>REEF Website</name>
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version> 0.12.0-incubating-SNAPSHOT</version>
+        <version> 0.11.0-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     

Reply via email to