diff --git a/aegir.make b/aegir.make
index f48ff12fd10e4dab4ba7fc438ebf6981175ef20b..e2b78e867257b20c69d599239e449294ee0db58c 100644
--- a/aegir.make
+++ b/aegir.make
@@ -6,4 +6,4 @@ projects[drupal][type] = "core"
 projects[hostmaster][type] = "profile"
 projects[hostmaster][download][type] = "git"
 projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git"
-projects[hostmaster][download][tag] = "6.x-1.0"
+projects[hostmaster][download][branch] = "7.x-2.x"
diff --git a/provision.info b/provision.info
index 95ed03ef33c16ff7550376aed23aa44c3a2f61eb..7fc400b00e317fd0f8f2537be4a5ae8a495ba152 100644
--- a/provision.info
+++ b/provision.info
@@ -1,4 +1,4 @@
 name=Provision
 description="Aegir backend"
 
-version=6.x-1.0
+version=7.x-2.x
diff --git a/upgrade.sh.txt b/upgrade.sh.txt
index 0658a6a71d80be9ecf21241eeb197df03f967c07..ad309e021c220c74a4710148916485f2ce231592 100644
--- a/upgrade.sh.txt
+++ b/upgrade.sh.txt
@@ -15,7 +15,7 @@ msg() {
 }
 
 # basic variables, change before running
-AEGIR_VERSION="6.x-1.0"
+AEGIR_VERSION="7.x-2.x"
 DRUSH_DIR=$HOME/drush
 DRUSH=$DRUSH_DIR/drush.php
 if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then
@@ -147,7 +147,7 @@ if [ -d "provision" ] ; then
   mv provision $BACKUP_DIR
 fi
 
-if [ "$AEGIR_VERSION" = "6.x-1.x" ]; then
+if [ "$AEGIR_VERSION" = "7.x-2.x" ]; then
   git clone http://git.drupal.org/project/provision.git $HOME/.drush/provision
 else
   wget http://ftp.drupal.org/files/projects/provision-$AEGIR_VERSION.tar.gz