You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/08/16 14:28:56 UTC

svn commit: r1805204 - /directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml

Author: elecharny
Date: Wed Aug 16 14:28:56 2017
New Revision: 1805204

URL: http://svn.apache.org/viewvc?rev=1805204&view=rev
Log:
Uses 'version' instead of 'bundleversion' for the API and ApacheDS dependencies, as the versions are now OSGi compliant

Modified:
    directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml

Modified: directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml?rev=1805204&r1=1805203&r2=1805204&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml (original)
+++ directory/studio/branches/studio-value/plugins/connection.ui/pom-first.xml Wed Aug 16 14:28:56 2017
@@ -66,8 +66,8 @@
             </Import-Package>
             
             <Require-Bundle>
- org.apache.directory.api.ldap.model;bundle-version="${org.apache.directory.api.bundleversion}",
- org.apache.directory.api.util;bundle-version="${org.apache.directory.api.bundleversion}",
+ org.apache.directory.api.ldap.model;bundle-version="${org.apache.directory.api.version}",
+ org.apache.directory.api.util;bundle-version="${org.apache.directory.api.version}",
  org.apache.directory.studio.common.core,
  org.apache.directory.studio.common.ui,
  org.apache.directory.studio.connection.core,