You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2007/12/23 20:33:57 UTC

svn commit: r606600 - /maven/continuum/trunk/ci_continuum.sh

Author: wsmoak
Date: Sun Dec 23 11:33:56 2007
New Revision: 606600

URL: http://svn.apache.org/viewvc?rev=606600&view=rev
Log:
Adjust ci script after changing the finalName of the distribution in r606579.

Modified:
    maven/continuum/trunk/ci_continuum.sh

Modified: maven/continuum/trunk/ci_continuum.sh
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/ci_continuum.sh?rev=606600&r1=606599&r2=606600&view=diff
==============================================================================
--- maven/continuum/trunk/ci_continuum.sh (original)
+++ maven/continuum/trunk/ci_continuum.sh Sun Dec 23 11:33:56 2007
@@ -161,7 +161,7 @@
     (
       cd $DIR/continuum/continuum-plexus-runtime
 
-      mv target/continuum*.tar.gz $DEPLOY_DIR/$DIST_APP
+      mv target/apache-continuum*.tar.gz $DEPLOY_DIR/$DIST_APP
     )
     ret=$?; if [ $ret != 0 ]; then exit $ret; fi