Hi Stefan, Actually I removed the "-SNASHOT" on purpose... I should have included a small explanation comment here.
Let me explain. The Apache Launcher project version needs to be set to a non "-SNAPSHOT" version because it is used in the Apache DS plugin and it is referenced as a string with its version hard-coded in a class as a jar dependency for launching Apache DS. If we set the value to a "-SNAPSHOT" value, then when we release the 1.5.0 version, the Apache DS plugn won't be able to start Apache DS, because it would reference the "-SNAPSHOT" version in the class. It's a little bit tricky and dirty, but it's the only solution I have for now. Regards, Pierre-Arnaud On Sun, Oct 4, 2009 at 6:04 PM, <[email protected]> wrote: > Author: seelmann > Date: Sun Oct 4 16:04:31 2009 > New Revision: 821553 > > URL: http://svn.apache.org/viewvc?rev=821553&view=rev > Log: > snapshot > > Modified: > directory/studio/trunk/pom.xml > > Modified: directory/studio/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=821553&r1=821552&r2=821553&view=diff > > ============================================================================== > --- directory/studio/trunk/pom.xml (original) > +++ directory/studio/trunk/pom.xml Sun Oct 4 16:04:31 2009 > @@ -66,7 +66,7 @@ > <distMgmtSiteUrl>scpexe:// > vm094.oxylos.org/var/www/html/projects/studio/</distMgmtSiteUrl> > <!-- Set versions for subprojects --> > <aciitemeditor.version>1.5.0-SNAPSHOT</aciitemeditor.version> > - <apacheds.launcher.version>1.5.0</apacheds.launcher.version> > + <apacheds.launcher.version>1.5.0-SNAPSHOT</apacheds.launcher.version> > <apacheds.version>1.5.0-SNAPSHOT</apacheds.version> > <apacheds.feature.version>1.5.0-SNAPSHOT</apacheds.feature.version> > <apacheds.help.version>1.5.0-SNAPSHOT</apacheds.help.version> > > >
