wrong date format

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-09-20 05:13:19 +00:00
parent 530df30bec
commit b95cfd63d1
1 changed files with 1 additions and 1 deletions

2
ci.sh
View File

@ -15,7 +15,7 @@ FROM=jvanzyl@maven.org
#TO=maven2-user@lists.codehaus.org
TO=m2-dev@maven.apache.org
SCM_LOG=scm.log
TIMESTAMP=`date +%Y%M%d.%H%M%S`
TIMESTAMP=`date +%Y%m%d.%H%M%S`
DEPLOY_DIR=$HOME_DIR/public_html/m2
DEPLOY_SITE=http://www.codehaus.org/~maven/m2
DIST=m2-${TIMESTAMP}.tar.gz