Author: jvanzyl
Date: Fri Apr 7 11:24:01 2006
New Revision: 392355
URL: http://svn.apache.org/viewcvs?rev=392355&view=rev
Log:
fix the distribution directory
Modified:
maven/components/trunk/ci.sh
Modified: maven/components/trunk/ci.sh
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=392355&r1=392354&r2=392355&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Fri Apr 7 11:24:01 2006
@@ -179,7 +179,7 @@
mkdir -p $DEPLOY_DIR > /dev/null 2>&1
- cp $DIR/maven-components/maven-core/target/*.tar.gz $DEPLOY_DIR/$DIST
+ cp $DIR/maven-components/maven-cli/target/*.tar.gz $DEPLOY_DIR/$DIST
else