You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/05 13:58:09 UTC

svn commit: r1442570 - /stanbol/trunk/commons/security/authentication.basic/pom.xml

Author: rwesten
Date: Tue Feb  5 12:58:09 2013
New Revision: 1442570

URL: http://svn.apache.org/viewvc?rev=1442570&view=rev
Log:
fix for STANBOL-909

Modified:
    stanbol/trunk/commons/security/authentication.basic/pom.xml

Modified: stanbol/trunk/commons/security/authentication.basic/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/authentication.basic/pom.xml?rev=1442570&r1=1442569&r2=1442570&view=diff
==============================================================================
--- stanbol/trunk/commons/security/authentication.basic/pom.xml (original)
+++ stanbol/trunk/commons/security/authentication.basic/pom.xml Tue Feb  5 12:58:09 2013
@@ -66,9 +66,10 @@
       <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package><!-- export packages of implemented Interfaces -->
-              org.apache.stanbol.commons.security.auth; provide:=true
-            </Export-Package>
+            <Import-Package><!-- increase default version range to support current SNAPSHOT -->
+              org.apache.stanbol.commons.security.auth; provide:=true; version="[0.11,0.13)",
+              *
+            </Import-Package>
           </instructions>
         </configuration>
       </plugin>