You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:45:27 UTC

[sling-org-apache-sling-jcr-classloader] 14/44: Add version attribute to package exports

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.classloader-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-classloader.git

commit c4dadf9b62783142128b0225fde056e6f9528758
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Wed Nov 7 21:43:56 2007 +0000

    Add version attribute to package exports
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/classloader@592914 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc3f571..85b987e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
                             sling,jcr,jackrabbit
                         </Bundle-Category>
                         <Export-Package>
-                            org.apache.sling.jcr.classloader,
+                            org.apache.sling.jcr.classloader;version=${pom.version},
                             org.apache.jackrabbit.classloader;
                             org.apache.jackrabbit.net;version=1.3
                         </Export-Package>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.