Brutally change the ApacheDS version to 2.0.0-M3 in the tags... I know, it's bad, but otherwise the tag is bad


git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M3@1167253 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/service/apacheds.bat b/service/apacheds.bat
index 9e85f57..20fa860 100644
--- a/service/apacheds.bat
+++ b/service/apacheds.bat
@@ -19,7 +19,7 @@
 
 REM this script starts ApacheDS (as non-windows-service)
 
-IF NOT exist target/apacheds-service-2.0.0-M4-SNAPSHOT.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M3.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 
diff --git a/service/apacheds.sh b/service/apacheds.sh
index 3d139e4..37476a1 100755
--- a/service/apacheds.sh
+++ b/service/apacheds.sh
@@ -18,7 +18,7 @@
 # under the License.
 
 # The final jar
-JAR=target/apacheds-service-2.0.0-M4-SNAPSHOT.jar
+JAR=target/apacheds-service-2.0.0-M3.jar
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then