Updates for 4.11 release

Signed-off-by: Rohit Yadav <rohit@apache.org>
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index a70d82a..7b4fd99 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.9.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.11.0.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -142,7 +142,7 @@
 
 #. Maven (version 3)
 
-#. Java (Java 7/OpenJDK 1.7)
+#. Java (Java 8/OpenJDK 1.8)
 
 #. Apache Web Services Common Utilities (ws-commons-util)
 
@@ -150,8 +150,6 @@
 
 #. MySQLdb (provides Python database API)
 
-#. Tomcat 6 (not 6.0.35) or Tomcat 7
-
 #. genisoimage
 
 #. rpmbuild or dpkg-dev
@@ -165,13 +163,13 @@
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.9.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.11.0.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.9.0-src
+   $ cd ./apache-cloudstack-4.11.0.0-src
 
 Install new MySQL connector
 ---------------------------
@@ -234,7 +232,7 @@
    $ sudo apt-get update
    $ sudo apt-get install python-software-properties
    $ sudo apt-get update
-   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
+   $ sudo apt-get install debhelper openjdk-8-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
 
 While we have defined, and you have presumably already installed the
 bootstrap prerequisites, there are a number of build time prerequisites
@@ -259,11 +257,11 @@
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.9.0.amd64.deb
-   cloudstack-management-4.9.0.amd64.deb
-   cloudstack-agent-4.9.0.amd64.deb
-   cloudstack-usage-4.9.0.amd64.deb
-   cloudstack-cli-4.9.0.amd64.deb
+   cloudstack-common-4.11.0.0.amd64.deb
+   cloudstack-management-4.11.0.0.amd64.deb
+   cloudstack-agent-4.11.0.0.amd64.deb
+   cloudstack-usage-4.11.0.0.amd64.deb
+   cloudstack-cli-4.11.0.0.amd64.deb
 
 
 Setting up an APT repo
@@ -343,7 +341,7 @@
 
 .. sourcecode:: bash
 
-   # yum install java-1.7.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo
+   # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python createrepo
 
 Next, you'll need to install build-time dependencies for CloudStack with
 Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)
@@ -364,7 +362,7 @@
 
 .. sourcecode:: bash
 
-   $ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk.x86_64
+   $ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk.x86_64
 
 Verify that Maven is installed correctly:
 
@@ -413,11 +411,11 @@
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.9.0.el6.x86_64.rpm
-   cloudstack-cli-4.9.0.el6.x86_64.rpm
-   cloudstack-common-4.9.0.el6.x86_64.rpm
-   cloudstack-management-4.9.0.el6.x86_64.rpm
-   cloudstack-usage-4.9.0.el6.x86_64.rpm
+   cloudstack-agent-4.11.0.0.el6.x86_64.rpm
+   cloudstack-cli-4.11.0.0.el6.x86_64.rpm
+   cloudstack-common-4.11.0.0.el6.x86_64.rpm
+   cloudstack-management-4.11.0.0.el6.x86_64.rpm
+   cloudstack-usage-4.11.0.0.el6.x86_64.rpm
 
 
 Creating a yum repo
diff --git a/source/conf.py b/source/conf.py
index a6f184c..3442092 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -54,16 +54,16 @@
 
 # General information about the project.
 project = u'Apache CloudStack Installation Documentation'
-copyright = u'2016, Apache Software Foundation'
+copyright = u'2018, Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '4.9'
+version = '4.11'
 # The full version, including alpha/beta/rc tags.
-release = '4.9.0'
+release = '4.11.0.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst
index c3093b7..6a11ad2 100644
--- a/source/management-server/_pkg_repo.rst
+++ b/source/management-server/_pkg_repo.rst
@@ -53,7 +53,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.9/
+   baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.11/
    enabled=1
    gpgcheck=0
 
@@ -73,7 +73,7 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu trusty 4.9
+   deb http://cloudstack.apt-get.eu/ubuntu trusty 4.11
 
 We now have to add the public key to the trusted keys.
 
diff --git a/source/qig.rst b/source/qig.rst
index 31b52ac..37cca2c 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -256,7 +256,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.9/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.11/
    enabled=1
    gpgcheck=0