You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2008/05/11 19:55:10 UTC

svn commit: r655346 - in /directory/installers/trunk/apacheds-noarch: apacheds.sh pom.xml

Author: djencks
Date: Sun May 11 10:55:10 2008
New Revision: 655346

URL: http://svn.apache.org/viewvc?rev=655346&view=rev
Log:
update a couple versions so apacheds-noarch works

Modified:
    directory/installers/trunk/apacheds-noarch/apacheds.sh
    directory/installers/trunk/apacheds-noarch/pom.xml

Modified: directory/installers/trunk/apacheds-noarch/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds-noarch/apacheds.sh?rev=655346&r1=655345&r2=655346&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/apacheds.sh (original)
+++ directory/installers/trunk/apacheds-noarch/apacheds.sh Sun May 11 10:55:10 2008
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-noarch-installer-1.5.2-SNAPSHOT-app.jar ] ; then
+if [ -e target/apacheds-noarch-installer-1.5.3-SNAPSHOT-app.jar ] ; then
   echo uber jar exists
 else
   echo uber jar not found need to build it
   mvn clean install
 fi
 
-java -Dlog4j.debug -Dlog4j.configuration=file:./log4j.properties -jar target/apacheds-noarch-installer-1.5.2-SNAPSHOT-app.jar target/plan/server.xml 
+java -Dlog4j.debug -Dlog4j.configuration=file:./log4j.properties -jar target/apacheds-noarch-installer-1.5.3-SNAPSHOT-app.jar target/plan/server.xml 

Modified: directory/installers/trunk/apacheds-noarch/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds-noarch/pom.xml?rev=655346&r1=655345&r2=655346&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/pom.xml (original)
+++ directory/installers/trunk/apacheds-noarch/pom.xml Sun May 11 10:55:10 2008
@@ -140,7 +140,7 @@
                 <artifactItem>
                   <groupId>org.apache.directory.server</groupId>
                   <artifactId>apacheds-server-xml</artifactId>
-                  <version>1.5.2</version>
+                  <version>${version}</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${basedir}/target/plan</outputDirectory>