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 2009/10/06 12:01:36 UTC

svn commit: r822183 - in /directory/studio/trunk: apacheds-launcher/pom.xml pom.xml

Author: pamarcelot
Date: Tue Oct  6 10:01:35 2009
New Revision: 822183

URL: http://svn.apache.org/viewvc?rev=822183&view=rev
Log:
Revert of commit 821553. Added comments. Excluded the Apache Launcher project from deployment.

Modified:
    directory/studio/trunk/apacheds-launcher/pom.xml
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/apacheds-launcher/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds-launcher/pom.xml?rev=822183&r1=822182&r2=822183&view=diff
==============================================================================
--- directory/studio/trunk/apacheds-launcher/pom.xml (original)
+++ directory/studio/trunk/apacheds-launcher/pom.xml Tue Oct  6 10:01:35 2009
@@ -55,6 +55,16 @@
 					</projectnatures>
 				</configuration>
 			</plugin>
+			<!-- <!> <!> <!> WARNING <!> <!> <!> -->
+			<!-- The following plugin configuration needs to be removed before the next release. -->
+			<!-- It has only been added to please the continuum deployment. -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+				    <skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=822183&r1=822182&r2=822183&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Tue Oct  6 10:01:35 2009
@@ -66,7 +66,10 @@
     <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-SNAPSHOT</apacheds.launcher.version>
+    <!-- <!> <!> <!> WARNING <!> <!> <!> -->
+    <!-- The version for the Apache DS launcher needs to be set to a final version. -->
+    <!-- Make sure to add the "-SNAPSHOT" string to the version before releasing. -->
+    <apacheds.launcher.version>1.5.0</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>