minor update for 4.4.1 release
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index 9d67a57..b5ea653 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -29,8 +29,8 @@
 CloudStack.
 
 The instructions here are likely version-specific. That is, the method
-for building from source for the 4.0.x series is different from the
-4.1.x series.
+for building from source for the 4.4.x series is different from the
+4.2.x series.
 
 If you are working with a unreleased version of CloudStack, see the
 INSTALL.md file in the top-level directory of the release.
@@ -91,7 +91,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.4.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.4.1-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -106,7 +106,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.4.0-src.tar.bz2 | diff - apache-cloudstack-4.4.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.4.1-src.tar.bz2 | diff - apache-cloudstack-4.4.1-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
@@ -122,7 +122,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.4.0-src.tar.bz2 | diff - apache-cloudstack-4.4.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.4.1-src.tar.bz2 | diff - apache-cloudstack-4.4.1-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
@@ -141,7 +141,7 @@
 
 #. Maven (version 3)
 
-#. Java (OpenJDK 1.6 or Java 7/OpenJDK 1.7)
+#. Java (Java 7/OpenJDK 1.7)
 
 #. Apache Web Services Common Utilities (ws-commons-util)
 
@@ -164,13 +164,13 @@
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.4.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.4.1-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.4.0-src
+   $ cd ./apache-cloudstack-4.4.1-src
 
 
 Building DEB packages
@@ -189,7 +189,7 @@
    $ sudo apt-get install python-software-properties
    $ sudo add-apt-repository ppa:natecarlson/maven3
    $ sudo apt-get update
-   $ sudo apt-get install ant debhelper openjdk-6-jdk tomcat6 libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven3
+   $ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven3
 
 While we have defined, and you have presumably already installed the
 bootstrap prerequisites, there are a number of build time prerequisites
@@ -214,13 +214,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.4.0.amd64.deb
-   cloudstack-management-4.4.0.amd64.deb
-   cloudstack-agent-4.4.0.amd64.deb
-   cloudstack-usage-4.4.0.amd64.deb
-   cloudstack-awsapi-4.4.0.amd64.deb
-   cloudstack-cli-4.4.0.amd64.deb
-   cloudstack-docs-4.4.0.amd64.deb
+   cloudstack-common-4.4.1.amd64.deb
+   cloudstack-management-4.4.1.amd64.deb
+   cloudstack-agent-4.4.1.amd64.deb
+   cloudstack-usage-4.4.1.amd64.deb
+   cloudstack-awsapi-4.4.1.amd64.deb
+   cloudstack-cli-4.4.1.amd64.deb
+   cloudstack-docs-4.4.1.amd64.deb
 
 
 Setting up an APT repo
@@ -367,13 +367,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.4.0.el6.x86_64.rpm
-   cloudstack-awsapi-4.4.0.el6.x86_64.rpm
-   cloudstack-cli-4.4.0.el6.x86_64.rpm
-   cloudstack-common-4.4.0.el6.x86_64.rpm
-   cloudstack-docs-4.4.0.el6.x86_64.rpm
-   cloudstack-management-4.4.0.el6.x86_64.rpm
-   cloudstack-usage-4.4.0.el6.x86_64.rpm
+   cloudstack-agent-4.4.1.el6.x86_64.rpm
+   cloudstack-awsapi-4.4.1.el6.x86_64.rpm
+   cloudstack-cli-4.4.1.el6.x86_64.rpm
+   cloudstack-common-4.4.1.el6.x86_64.rpm
+   cloudstack-docs-4.4.1.el6.x86_64.rpm
+   cloudstack-management-4.4.1.el6.x86_64.rpm
+   cloudstack-usage-4.4.1.el6.x86_64.rpm
 
 
 Creating a yum repo
diff --git a/source/conf.py b/source/conf.py
index add1c67..cbcc74e 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -59,9 +59,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4'
+version = '4.4'
 # The full version, including alpha/beta/rc tags.
-release = '4.3'
+release = '4.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/source/installation.rst b/source/installation.rst
index 635f0d3..a5e62b0 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -1153,7 +1153,7 @@
 
          /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-hyperv.vhd \
+         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-hyperv.vhd \
          -h hyperv \
          -s <optional-management-server-secret-key> \
          -F
@@ -1164,7 +1164,7 @@
 
          /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-xen.vhd.bz2 \
+         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-xen.vhd.bz2 \
          -h xenserver \
          -s <optional-management-server-secret-key> \
          -F
@@ -1175,7 +1175,7 @@
 
          /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-vmware.ova \
+         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-vmware.ova \
          -h vmware \
          -s <optional-management-server-secret-key> \
          -F
@@ -1186,7 +1186,7 @@
 
          /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-kvm.qcow2.bz2 \
+         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-kvm.qcow2.bz2 \
          -h kvm \
          -s <optional-management-server-secret-key> \
          -F
@@ -1197,7 +1197,7 @@
 
          /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-kvm.qcow2.bz2 \
+         -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-kvm.qcow2.bz2 \
          -h lxc \
          -s <optional-management-server-secret-key> \
          -F
diff --git a/source/qig.rst b/source/qig.rst
index 614815e..c047dd4 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -424,7 +424,7 @@
   
    /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
    -m /secondary \
-   -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-kvm.qcow2.bz2 \
+   -u http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-kvm.qcow2.bz2 \
    -h kvm -F