PLUTO-795 Release Preparation 3.1.1
diff --git a/RELEASE-PROCEDURE.txt b/RELEASE-PROCEDURE.txt
index 2735fdb..00994fc 100644
--- a/RELEASE-PROCEDURE.txt
+++ b/RELEASE-PROCEDURE.txt
@@ -345,18 +345,18 @@
         $ cd ~/asf/svn
         $ svn checkout https://svn.apache.org/repos/asf/portals/site/
         $ cd site
-        $ cp -r pluto/src/site/xdoc/v301 pluto/src/site/xdoc/v310
+        $ cp -r pluto/src/site/xdoc/v310 pluto/src/site/xdoc/v311
 
-    b. Edit the following files, replacing "3.0.1" with "3.1.1":
-        pluto/src/site/xdoc/v310/*
+    b. Edit the following files, replacing "3.1.0" with "3.1.1":
+        pluto/src/site/xdoc/v311/*
 
-        NOTE: For pluto/src/site/xdoc/v310/getting-started.xml you should only replace the version numbers if
+        NOTE: For pluto/src/site/xdoc/v311/getting-started.xml you should only replace the version numbers if
               the archetypes were released! Also, are there new archetypes to add?
 
-        NOTE: For pluto/src/site/xdoc/v310/tck.html you should take care with substitution of version numbers
+        NOTE: For pluto/src/site/xdoc/v311/tck.html you should take care with substitution of version numbers
               since the TCK has its won version scheme and release schedule.
 
-    c. Edit the following files, replacing "v301" with "v310" and "3.0.1" with "3.1.1":
+    c. Edit the following files, replacing "v310" with "v311" and "3.1.0" with "3.1.1":
         pluto/src/site/fml/faq.fml
         pluto/src/site/site.xml <-- If applicable, instead of replacing version numbers, add a new <menu name="Pluto 3.1"> section
         pluto/src/site/xdoc/download.xml
@@ -366,7 +366,7 @@
         pluto/src/site/xdoc/status.xml <-- If applicable, add a description of the new major or minor version.
                                            Also, replace "Pluto 3.0" with "Pluto 3.1" where appropriate.
 
-    d. Edit site/pluto/src/site/xdoc/v31/release-notes.xml
+    d. Edit site/pluto/src/site/xdoc/v311/release-notes.xml
         include generated release notes from step 15
 
     e. Generate the site:
@@ -380,7 +380,7 @@
     Commit changes into the SVN location of Apache Portals Maven Site documentation:
         https://svn.apache.org/repos/asf/portals/site/
 
-        $ svn add src/site/xdoc/v310/*
+        $ svn add src/site/xdoc/v311
         $ svn commit -m "PLUTO-795 Committing site changes associated with the Pluto 3.1.1 release" --username $USER_NAME
 
     Copy the generated html and resources into the workspace folder of the following svnpubsub SVN location:
@@ -389,9 +389,16 @@
 
     	$ cd ~/asf/svn
     	$ svn checkout https://svn.apache.org/repos/asf/portals/site-live
+    	$ cd site/pluto/target/site
 
     	# Copy the generated html and resources to site-live
 
+    	$ tar cf - * | (cd ../../../../site-live/pluto; tar xvf -)
+
+    	$ cd ../../../../site-live/pluto
+
+    	$ svn add v311
+
         $ svn commit -m "PLUTO-795 Committing site changes associated with the Pluto 3.1.1 release" --username $USER_NAME
 
 17. ANNOUNCE THE RELEASE