[REEF-810] Create 0.13 release branch

JIRA:
  [REEF](https://issues.apache.org/jira/browse/REEF-810)
diff --git a/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml b/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
index 64e6cf4..3d39d83 100644
--- a/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
+++ b/lang/cs/Org.Apache.REEF.Client/Properties/Resources.xml
@@ -80,20 +80,20 @@
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <data name="ClientJarFullName" xml:space="preserve">
-    <value>reef-bridge-client-0.13.0-incubating-SNAPSHOT-shaded.jar</value>
+    <value>reef-bridge-client-0.13.0-incubating-shaded.jar</value>
   </data>
   <data name="DriverJarFullName" xml:space="preserve">
-    <value>reef-bridge-java-0.13.0-incubating-SNAPSHOT-shaded.jar</value>
+    <value>reef-bridge-java-0.13.0-incubating-shaded.jar</value>
   </data>
   <data name="ClrDriverFullName" xml:space="preserve">
     <value>Org.Apache.REEF.ClrDriver.exe</value>
   </data>
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
   <data name="reef_bridge_client" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-client-0.13.0-incubating-SNAPSHOT-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-client-0.13.0-incubating-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
   <data name="reef_bridge_driver" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-java-0.13.0-incubating-SNAPSHOT-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Bridge.JAR\reef-bridge-java-0.13.0-incubating-shaded.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
   <data name="reef_clrdriver" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>E:\src\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.ClrDriver\Org.Apache.REEF.ClrDriver.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
diff --git a/lang/cs/Org.Apache.REEF.Client/run.cmd b/lang/cs/Org.Apache.REEF.Client/run.cmd
index b46318d..0e6d683 100644
--- a/lang/cs/Org.Apache.REEF.Client/run.cmd
+++ b/lang/cs/Org.Apache.REEF.Client/run.cmd
@@ -38,7 +38,7 @@
 :: 
 
 :: RUNTIME
-set SHADED_JAR=.\reef-bridge-java-0.13.0-incubating-SNAPSHOT-shaded.jar
+set SHADED_JAR=.\reef-bridge-java-0.13.0-incubating-shaded.jar
 
 set LOGGING_CONFIG=-Djava.util.logging.config.class=org.apache.reef.util.logging.CLRLoggingConfig
 
diff --git a/lang/cs/Org.Apache.REEF.Driver/Constants.cs b/lang/cs/Org.Apache.REEF.Driver/Constants.cs
index cb23f78..a9fd23c 100644
--- a/lang/cs/Org.Apache.REEF.Driver/Constants.cs
+++ b/lang/cs/Org.Apache.REEF.Driver/Constants.cs
@@ -150,7 +150,7 @@
         /// <summary>
         /// The bridge JAR name.
         /// </summary>
-        public const string JavaBridgeJarFileName = "reef-bridge-java-0.13.0-incubating-SNAPSHOT-shaded.jar";
+        public const string JavaBridgeJarFileName = "reef-bridge-java-0.13.0-incubating-shaded.jar";
 
         public const string BridgeLaunchClass = "org.apache.reef.javabridge.generic.Launch";
 
diff --git a/lang/cs/build.props b/lang/cs/build.props
index e2347b1..a9303f7 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -57,8 +57,8 @@
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <RemoveIncubating>true</RemoveIncubating>
-    <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>01</SnapshotNumber>
+    <IsSnapshot>false</IsSnapshot>
+    <SnapshotNumber>00</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
   </PropertyGroup>
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
index 3249570..8702896 100644
--- a/lang/cs/pom.xml
+++ b/lang/cs/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../..</relativePath>
     </parent>
 </project>
diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml
index 0961e98..6aff46d 100644
--- a/lang/java/reef-annotations/pom.xml
+++ b/lang/java/reef-annotations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-applications/pom.xml b/lang/java/reef-applications/pom.xml
index 2424fc8..516083b 100644
--- a/lang/java/reef-applications/pom.xml
+++ b/lang/java/reef-applications/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml
index 527e0d0..b372f45 100644
--- a/lang/java/reef-applications/reef-vortex/pom.xml
+++ b/lang/java/reef-applications/reef-vortex/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-applications</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <dependencies>
diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml
index 19ae000..84379be 100644
--- a/lang/java/reef-bridge-client/pom.xml
+++ b/lang/java/reef-bridge-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml
index 517fe48..67288ee 100644
--- a/lang/java/reef-bridge-java/pom.xml
+++ b/lang/java/reef-bridge-java/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml
index e1f5a16..5765e68 100644
--- a/lang/java/reef-checkpoint/pom.xml
+++ b/lang/java/reef-checkpoint/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index ae9d614..0ad965d 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml
index 652345d..3cfb892 100644
--- a/lang/java/reef-examples-clr/pom.xml
+++ b/lang/java/reef-examples-clr/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml
index 8d253c7..276b29b 100644
--- a/lang/java/reef-examples-hdinsight/pom.xml
+++ b/lang/java/reef-examples-hdinsight/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml
index faf5889..1933ad9 100644
--- a/lang/java/reef-examples/pom.xml
+++ b/lang/java/reef-examples/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index ff6e3d8..919b647 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>reef-io</artifactId>
diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml
index f6a5727..8ed471b 100644
--- a/lang/java/reef-poison/pom.xml
+++ b/lang/java/reef-poison/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml
index 1cb78b3..4989064 100644
--- a/lang/java/reef-runtime-hdinsight/pom.xml
+++ b/lang/java/reef-runtime-hdinsight/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for HDInsight</name>
diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml
index 1a631c1..2044925 100644
--- a/lang/java/reef-runtime-local/pom.xml
+++ b/lang/java/reef-runtime-local/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml
index e841565..1adf704 100644
--- a/lang/java/reef-runtime-mesos/pom.xml
+++ b/lang/java/reef-runtime-mesos/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for Mesos</name>
diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml
index 94d29e0..5cf12ff 100644
--- a/lang/java/reef-runtime-yarn/pom.xml
+++ b/lang/java/reef-runtime-yarn/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <name>REEF Runtime for YARN</name>
diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml
index 3376695..76a0297 100644
--- a/lang/java/reef-tang/pom.xml
+++ b/lang/java/reef-tang/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml
index ff4d7fe..eb8f1d7 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 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>
diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml
index 08fea92..9267882 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 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>
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 f742b8b..8f222ab 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 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>
diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml
index d555a0b..8ee043c 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 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index 2b00393..04a2c78 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <artifactId>tang</artifactId>
diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml
index 2d48691..58189b2 100644
--- a/lang/java/reef-tests/pom.xml
+++ b/lang/java/reef-tests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml
index e62f4c4..38949b1 100644
--- a/lang/java/reef-utils-hadoop/pom.xml
+++ b/lang/java/reef-utils-hadoop/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml
index 0256012..76ff384 100644
--- a/lang/java/reef-utils/pom.xml
+++ b/lang/java/reef-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml
index 45d694a..5b47e43 100644
--- a/lang/java/reef-wake/pom.xml
+++ b/lang/java/reef-wake/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index 69482eb..eb575fe 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
     </parent>
 
     <build>
diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml
index 0ebb5d8..a1b41ba 100644
--- a/lang/java/reef-webserver/pom.xml
+++ b/lang/java/reef-webserver/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>../../..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 6b908a3..2863e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.13.0-incubating-SNAPSHOT</version>
+    <version>0.13.0-incubating</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
diff --git a/website/pom.xml b/website/pom.xml
index 650c6a9..e024b81 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>0.13.0-incubating</version>
         <relativePath>..</relativePath>
     </parent>