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/10/23 14:33:22 UTC

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

Author: pamarcelot
Date: Tue Oct 23 12:33:21 2012
New Revision: 1401273

URL: http://svn.apache.org/viewvc?rev=1401273&view=rev
Log:
Updated to '${project.version}' (instead of '${pom.version}').

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=1401273&r1=1401272&r2=1401273&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml Tue Oct 23 12:33:21 2012
@@ -68,7 +68,7 @@
          	     <!-- TODO: Should be removed before a release -->
                  <objectState
          	        name="vendorVersion"
-         	        value="${pom.version}">
+         	        value="${project.version}">
          	     </objectState>
          	   </or>
          	</and>