Explorar el Código

SEC-562: Changed project name in release script

Luke Taylor hace 18 años
padre
commit
f0bc3f0cd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      releasebuild.sh

+ 1 - 1
releasebuild.sh

@@ -36,7 +36,7 @@
 RELEASE_VERSION=2.0-SNAPSHOT
 
 # Project Name. Used for creating the archives.
-PROJECT_NAME=acegi-security
+PROJECT_NAME=spring-security
 
 PROJ_DIR=`pwd`;
 RELEASE_DIR=$PROJ_DIR/$PROJECT_NAME-$RELEASE_VERSION