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:22:52 UTC

[sling-org-apache-sling-commons-mime] 17/47: 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.commons.mime-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git

commit 9d9ebcb8c46bb11c4cb3b8f3e41b43139ae09247
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Wed Nov 7 21:39:50 2007 +0000

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

diff --git a/pom.xml b/pom.xml
index 0110c96..17709e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.sling.commons.mime
+                            org.apache.sling.commons.mime;version=${pom.version}
                         </Export-Package>
                         <Private-Package>
                             org.apache.sling.commons.mime.internal

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