Repository: flink-web
Updated Branches:
  refs/heads/asf-site 5b25f84e4 -> 5c98e415d


http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/content/usecases.html
----------------------------------------------------------------------
diff --git a/content/usecases.html b/content/usecases.html
index 0b4407b..132b2f3 100644
--- a/content/usecases.html
+++ b/content/usecases.html
@@ -90,20 +90,20 @@
 
             <!-- Documentation -->
             <!-- <li>
-              <a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1"; 
target="_blank">Documentation <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+              <a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2"; 
target="_blank">Documentation <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
             </li> -->
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Documentation
                 <span class="caret"></span></a>
                 <ul class="dropdown-menu">
-                  <li><a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1"; 
target="_blank">1.1 (Latest stable release) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
-                  <li><a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2"; 
target="_blank">1.2 (Snapshot) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                  <li><a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2"; 
target="_blank">1.2 (Latest stable release) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                  <li><a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.3"; 
target="_blank">1.3 (Snapshot) <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 </ul>
               </li>
 
             <!-- Quickstart -->
             <li>
-              <a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.1/quickstart/setup_quickstart.html";
 target="_blank">Quickstart <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+              <a 
href="http://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/setup_quickstart.html";
 target="_blank">Quickstart <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
             </li>
 
             <!-- GitHub -->

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index e1f8efb..e47107e 100644
--- a/downloads.md
+++ b/downloads.md
@@ -36,12 +36,6 @@ pick the Hadoop 1 version.
 </thead>
 <tbody>
     <tr>
-    <th>Hadoop® 1.2.1</th>
-    <td><a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_1_STABLE }}" 
class="ga-track" id="download-hadoop1">Download</a></td>
-    <td></td>
-    </tr>
-
-    <tr>
     <th>Hadoop® 2.3.0</th>
     <td><a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_STABLE }}" 
class="ga-track" id="download-hadoop2">Download</a></td>
     <td><a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_SCALA_211_STABLE }}" 
class="ga-track" id="download-hadoop2_211">Download</a></td>
@@ -83,7 +77,6 @@ pick the Hadoop 1 version.
 
 You can add the following dependencies to your `pom.xml` to include Apache 
Flink in your project. These dependencies include a local execution environment 
and thus support local testing.
 
-- **Hadoop 1**: If you want to interact with Hadoop 1, use `{{ 
site.FLINK_VERSION_HADOOP_1_STABLE }}` as the version.
 - **Scala API**: To use the Scala API, replace the `flink-java` artifact id 
with `flink-scala_2.10` and `flink-streaming-java_2.10` with 
`flink-streaming-scala_2.10`. For Scala 2.11 dependencies, use the suffix 
`_2.11` instead of `_2.10`.
 
 ```xml

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/q/quickstart-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-SNAPSHOT.sh b/q/quickstart-SNAPSHOT.sh
index 1b1f2d2..7670328 100755
--- a/q/quickstart-SNAPSHOT.sh
+++ b/q/quickstart-SNAPSHOT.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-java          \
-  -DarchetypeVersion=1.2-SNAPSHOT                                      \
+  -DarchetypeVersion=1.3-SNAPSHOT                                      \
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/q/quickstart.sh b/q/quickstart.sh
index 972400a..b1322e3 100755
--- a/q/quickstart.sh
+++ b/q/quickstart.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-java          \
-  -DarchetypeVersion=1.1.3                                                     
\
+  -DarchetypeVersion=1.2.0                                                     
\
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/q/sbt-quickstart.sh b/q/sbt-quickstart.sh
index 78abcb8..48df995 100755
--- a/q/sbt-quickstart.sh
+++ b/q/sbt-quickstart.sh
@@ -42,7 +42,7 @@ defaultProjectName="Flink Project"
 defaultOrganization="org.example"
 defaultVersion="0.1-SNAPSHOT"
 defaultScalaVersion="2.11.7"
-defaultFlinkVersion="1.1.3"
+defaultFlinkVersion="1.2.0"
 
 echo "This script creates a Flink project using Scala and SBT."
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5c98e415/q/stable-docs.html
----------------------------------------------------------------------
diff --git a/q/stable-docs.html b/q/stable-docs.html
index 70907a8..ed45390 100644
--- a/q/stable-docs.html
+++ b/q/stable-docs.html
@@ -25,6 +25,6 @@ under the License.
 -->
 <html>
   <head>      
-    <meta http-equiv="refresh" content="0; 
url=https://ci.apache.org/projects/flink/flink-docs-release-1.1/"; />    
+    <meta http-equiv="refresh" content="0; 
url=https://ci.apache.org/projects/flink/flink-docs-release-1.2/"; />    
   </head>    
 </html>

Reply via email to