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 2011/10/07 18:27:40 UTC

svn commit: r1180090 - /directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml

Author: pamarcelot
Date: Fri Oct  7 16:27:39 2011
New Revision: 1180090

URL: http://svn.apache.org/viewvc?rev=1180090&view=rev
Log:
No need for '-M2' at the end (the evaluator verifies if the version starts by the given expression, so '2.0.0' is enough).

Modified:
    directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml

Modified: directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml?rev=1180090&r1=1180089&r2=1180090&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml Fri Oct  7 16:27:39 2011
@@ -61,7 +61,7 @@
          	   <or>
                  <objectState
          	        name="vendorVersion"
-         	        value="2.0.0-M2">
+         	        value="2.0.0">
          	     </objectState>
          	     <!-- Special case to handle ApacheDS servers launched via Eclipse -->
          	     <!-- TODO: Should be removed before a release -->