You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/08/03 08:41:42 UTC

svn commit: r562354 - /mina/all/deploy-all.sh

Author: trustin
Date: Thu Aug  2 23:41:41 2007
New Revision: 562354

URL: http://svn.apache.org/viewvc?view=rev&rev=562354
Log:
Fixed a problem branches/1.0 is not deployed

Modified:
    mina/all/deploy-all.sh

Modified: mina/all/deploy-all.sh
URL: http://svn.apache.org/viewvc/mina/all/deploy-all.sh?view=diff&rev=562354&r1=562353&r2=562354
==============================================================================
--- mina/all/deploy-all.sh (original)
+++ mina/all/deploy-all.sh Thu Aug  2 23:41:41 2007
@@ -9,7 +9,7 @@
 mvn clean deploy || exit 1
 mvn site site:deploy || exit 1
 
-cd ../branches/1.0 || exit 1
+cd ../1.0 || exit 1
 mvn clean deploy || exit 1
 mvn site site:deploy || exit 1