You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/04/30 21:31:44 UTC

[1/2] incubator-reef git commit: Fixed an issue in lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj turn false in build.prop set reef-project-0.11.0-incubating in pom file

Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.11.0-incubating [created] d76802b4c


Fixed an issue in lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
turn <IsSnapshot>false</IsSnapshot> in build.prop
set <tag>reef-project-0.11.0-incubating</tag> in pom file

Author: Julia Wang


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

Branch: refs/heads/branch-0.11.0-incubating
Commit: 1e78f65b4b27351677c93800fc42e84e77a6bed2
Parents: 39ab949
Author: Julia Wang <jw...@yahoo.com>
Authored: Wed Apr 29 12:20:18 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Wed Apr 29 12:20:18 2015 -0700

----------------------------------------------------------------------
 .../Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj | 4 ++--
 lang/cs/build.props                                              | 2 +-
 pom.xml                                                          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/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 21637e7..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>
@@ -104,8 +104,8 @@ under the License.
         <Line Include="line03"><Text>$copyToOutput1 = $file1.Properties.Item("CopyToOutputDirectory")</Text></Line>
         <Line Include="line04"><Text>$copyToOutput1.Value = 2</Text></Line>
         <!--Copy the client JAR-->
-       <Line Include="line05"><Text>$file2 = $project.ProjectItems.Item("reef-bridge-client-$(ReefVer)-incubating-SNAPSHOT-shaded.jar")</Text></Line>
         <Line Include="line05"><Text>$file2 = $project.ProjectItems.Item("reef-bridge-client-$(REEF_Version)-shaded.jar")</Text></Line>
+        <Line Include="line06"><Text>$copyToOutput2 = $file2.Properties.Item("CopyToOutputDirectory")</Text></Line>
         <Line Include="line07"><Text>$copyToOutput2.Value = 2</Text></Line>
         <LineText Include="%(Line.Text)" />
     </ItemGroup>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index f7f2cf1..4f29824 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -53,7 +53,7 @@ under the License.
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <RemoveIncubating>true</RemoveIncubating>
-    <IsSnapshot>true</IsSnapshot>
+    <IsSnapshot>false</IsSnapshot>
     <SnapshotNumber>92</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dc84e3b..a175f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
         <connection>scm:git:git@github.com:apache/incubator-reef</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-reef</url>
-        <tag>HEAD</tag>
+        <tag>reef-project-0.11.0-incubating</tag>
     </scm>
 
     <developers>


[2/2] incubator-reef git commit: This is to prepare for reef-project-0.11.0-icubating source release -SNAPSHOT is removed from pom files (incubating) is added to nuget spec title

Posted by ju...@apache.org.
This is to prepare for reef-project-0.11.0-icubating source release
-SNAPSHOT is removed from pom files
(incubating) is added to nuget spec title

Author Julia Wang
email: jwang98052@yahoo.com


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

Branch: refs/heads/branch-0.11.0-incubating
Commit: d76802b4ccd714877742104cf111ee99492fbb16
Parents: 1e78f65
Author: Julia Wang <jw...@yahoo.com>
Authored: Thu Apr 30 12:24:24 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Thu Apr 30 12:24:24 2015 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec             | 2 +-
 .../Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec   | 2 +-
 lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec       | 2 +-
 lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec       | 2 +-
 lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec       | 2 +-
 lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec       | 2 +-
 lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec | 2 +-
 lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec     | 2 +-
 lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec           | 2 +-
 lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec | 2 +-
 lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec           | 2 +-
 lang/cs/pom.xml                                                    | 2 +-
 lang/java/reef-annotations/pom.xml                                 | 2 +-
 lang/java/reef-bridge-client/pom.xml                               | 2 +-
 lang/java/reef-bridge-java/pom.xml                                 | 2 +-
 lang/java/reef-checkpoint/pom.xml                                  | 2 +-
 lang/java/reef-common/pom.xml                                      | 2 +-
 lang/java/reef-examples-clr/pom.xml                                | 2 +-
 lang/java/reef-examples-hdinsight/pom.xml                          | 2 +-
 lang/java/reef-examples/pom.xml                                    | 2 +-
 lang/java/reef-io/pom.xml                                          | 2 +-
 lang/java/reef-poison/pom.xml                                      | 2 +-
 lang/java/reef-runtime-hdinsight/pom.xml                           | 2 +-
 lang/java/reef-runtime-local/pom.xml                               | 2 +-
 lang/java/reef-runtime-mesos/pom.xml                               | 2 +-
 lang/java/reef-runtime-yarn/pom.xml                                | 2 +-
 lang/java/reef-tang/pom.xml                                        | 2 +-
 lang/java/reef-tang/tang-test-jarA/pom.xml                         | 2 +-
 lang/java/reef-tang/tang-test-jarAB/pom.xml                        | 2 +-
 lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml               | 2 +-
 lang/java/reef-tang/tang-test-jarB/pom.xml                         | 2 +-
 lang/java/reef-tang/tang/pom.xml                                   | 2 +-
 lang/java/reef-tests/pom.xml                                       | 2 +-
 lang/java/reef-utils-hadoop/pom.xml                                | 2 +-
 lang/java/reef-utils/pom.xml                                       | 2 +-
 lang/java/reef-wake/pom.xml                                        | 2 +-
 lang/java/reef-wake/wake/pom.xml                                   | 2 +-
 lang/java/reef-webserver/pom.xml                                   | 2 +-
 pom.xml                                                            | 2 +-
 website/pom.xml                                                    | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
index 26995f6..8caac91 100644
--- a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
+++ b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.All</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.All</title>
+    <title>Org.Apache.REEF.All(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec
index 9b0d5b9..fe7123e 100644
--- a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec
+++ b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Bridge.JAR</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Bridge.JAR</title>
+    <title>Org.Apache.REEF.Bridge.JAR(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
index 7329595..9ade2d9 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
+++ b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Bridge</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Bridge</title>
+    <title>Org.Apache.REEF.Bridge(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec b/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
index 44b7fb5..f4c7112 100644
--- a/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
+++ b/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Client</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Client</title>
+    <title>Org.Apache.REEF.Client(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec b/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec
index 6181ea5..2ac3a43 100644
--- a/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec
+++ b/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Common</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Common</title>
+    <title>Org.Apache.REEF.Common(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec b/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec
index b4cacd0..9eec6bc 100644
--- a/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec
+++ b/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Driver</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Driver</title>
+    <title>Org.Apache.REEF.Driver(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec b/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
index 87abae1..f4bb6c1 100644
--- a/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
+++ b/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Evaluator</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Evaluator</title>
+    <title>Org.Apache.REEF.Evaluator(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec b/lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec
index 8d5c587..342f669 100644
--- a/lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec
+++ b/lang/cs/Org.Apache.REEF.Network/Org.Apache.REEF.Network.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Network</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Network</title>
+    <title>Org.Apache.REEF.Network(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec
index e80d3a4..28befb5 100644
--- a/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec
+++ b/lang/cs/Org.Apache.REEF.Tang/Org.Apache.REEF.Tang.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Tang</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Tang</title>
+    <title>Org.Apache.REEF.Tang(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec
index e34b8ff..62e8d80 100644
--- a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec
+++ b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.Reef.Utilities.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Utilities</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Utilities</title>
+    <title>Org.Apache.REEF.Utilities(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec b/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec
index a7355e6..4a308a3 100644
--- a/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec
+++ b/lang/cs/Org.Apache.REEF.Wake/Org.Apache.REEF.Wake.nuspec
@@ -19,7 +19,7 @@ under the License.
   <metadata>
     <id>Org.Apache.REEF.Wake</id>
     <version>$version$</version>
-    <title>Org.Apache.REEF.Wake</title>
+    <title>Org.Apache.REEF.Wake(incubating)</title>
     <authors>The Apache REEF project</authors>
     <owners>The Apache REEF project</owners>
     <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 0748836..1298fbe 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>

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

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 34b64d3..3be83ca 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 4a77f7c..03337a4 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-checkpoint/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index 299e1f5..c5b3fab 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index c6efe04..1becb37 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 2cb2171..9b5e2e5 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 e5c4706..f44b872 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-examples/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index 68c4693..69d2065 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index b44cb77..c7b98ce 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-io</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-poison/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index 6819e1d..a371efc 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 b9cb837..f4de1e7 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for HDInsight</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 3d83051..44ae708 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 7cda9ce..61ac2f2 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for Mesos</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 345ef45..203e540 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for YARN</name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index a901c70..d4ba8c3 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 5f3f309..0219911 100644
--- a/lang/java/reef-tang/tang-test-jarA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 e951be4..3f969fd 100644
--- a/lang/java/reef-tang/tang-test-jarAB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarAB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 860cecd..2c0aaa1 100644
--- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 15025c2..13a8c24 100644
--- a/lang/java/reef-tang/tang-test-jarB/pom.xml
+++ b/lang/java/reef-tang/tang-test-jarB/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 d8404c3..a67b7c0 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <artifactId>tang</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-tests/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 330261c..4fe7424 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 420af95..f7125f8 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-utils/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index 6d9c621..0615a96 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index 71ac8bb..f17b5a4 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/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 bb762ec..a66167c 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
     </parent>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/lang/java/reef-webserver/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index 32a6167..2023226 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a175f89..4ba629e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.11.0-incubating-SNAPSHOT</version>
+    <version>0.11.0-incubating</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/d76802b4/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index eb59415..fa73f34 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.11.0-incubating-SNAPSHOT</version>
+        <version>0.11.0-incubating</version>
         <relativePath>..</relativePath>
     </parent>