From 870f10cc77506f237479f0b280a0f0a33c475981 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 17 Sep 2007 22:48:56 +0000 Subject: [PATCH] updated version number and added ntlm jar --- releasebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasebuild.sh b/releasebuild.sh index 8bdca5ae7f..a84ec253fd 100644 --- a/releasebuild.sh +++ b/releasebuild.sh @@ -33,7 +33,7 @@ # ######################################################################################################################## -RELEASE_VERSION=1.0.6-SNAPSHOT +RELEASE_VERSION=2.0-SNAPSHOT # Project Name. Used for creating the archives. PROJECT_NAME=acegi-security @@ -139,7 +139,7 @@ popd find . -name "*${RELEASE_VERSION}.jar" | grep -v WEB-INF | xargs -I % -n 1 cp % $RELEASE_DIR find . -name "*${RELEASE_VERSION}.war" | xargs -I % -n 1 cp % $RELEASE_DIR -# Should be 9 archives - core, core-tiger, the adapters (cas, jboss, resin, jetty, catalina), tutorial and contacts wars. +# Should be 10 archives - core, core-tiger, the adapters (cas, jboss, resin, jetty, catalina), ntlm, tutorial and contacts wars. pushd $RELEASE_DIR