You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/30 12:00:46 UTC

svn commit: r1237600 - in /directory/apacheds/trunk/service: apacheds.bat apacheds.sh

Author: pamarcelot
Date: Mon Jan 30 11:00:46 2012
New Revision: 1237600

URL: http://svn.apache.org/viewvc?rev=1237600&view=rev
Log:
Updated version.

Modified:
    directory/apacheds/trunk/service/apacheds.bat
    directory/apacheds/trunk/service/apacheds.sh

Modified: directory/apacheds/trunk/service/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.bat?rev=1237600&r1=1237599&r2=1237600&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.bat (original)
+++ directory/apacheds/trunk/service/apacheds.bat Mon Jan 30 11:00:46 2012
@@ -19,7 +19,7 @@ REM under the License. 
 
 REM this script starts ApacheDS (as non-windows-service)
 
-IF NOT exist target/apacheds-service-2.0.0-M5-SNAPSHOT.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M6-SNAPSHOT.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 

Modified: directory/apacheds/trunk/service/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.sh?rev=1237600&r1=1237599&r2=1237600&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.sh (original)
+++ directory/apacheds/trunk/service/apacheds.sh Mon Jan 30 11:00:46 2012
@@ -18,7 +18,7 @@
 # under the License.
 
 # The final jar
-JAR=target/apacheds-service-2.0.0-M5-SNAPSHOT.jar
+JAR=target/apacheds-service-2.0.0-M6-SNAPSHOT.jar
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then