Fixed assembly definition.  don't comit artifacts immediately
diff --git a/pom.xml b/pom.xml
index fe1cccc..e08e09f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
 				<version>2.3</version>
 				<configuration>
 					<tagNameFormat>v@{project.version}-RCx</tagNameFormat>
-					<goals>site-deploy assembly:assembly</goals>
+					<goals>site-deploy assembly:single</goals>
 				</configuration>
 			</plugin>
 		</plugins>
diff --git a/release_perform.sh b/release_perform.sh
index ff83c0e..a6d8565 100755
--- a/release_perform.sh
+++ b/release_perform.sh
@@ -91,8 +91,9 @@
 function publish_for_vote
 {
   pushd "${WD_DIST_DEV}" > /dev/null
-  svn add --force *.*
-  svn ci  -m "Publishing artifacts for new release to vote on."
+  echo "Please validate the files in $(pwd)"
+  #svn add --force *.*
+  #svn ci  -m "Publishing artifacts for new release to vote on."
 }
 
 main