This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit 1c8b6abf8c641680dc933ce24e4528e456fb85c8 Author: Felix Meschberger <[email protected]> AuthorDate: Thu May 17 21:02:03 2012 +0000 SLING-2483 Use provide:=true instead of version macros to define the proper import version range. Also fix a small glitch in the parent pom relativePath of the framework-extension-ws bundle git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@1339861 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d61ce7d..f69454b 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ org.apache.sling.fsprovider.internal </Private-Package> <Import-Package> - org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))", + org.apache.sling.api.resource;provide:=true, * </Import-Package> </instructions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
