You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/09/08 09:26:17 UTC

[sling-org-apache-sling-commons-metrics] 01/02: SLING-7898 Update to Sling Parent 34

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git

commit 3065daf6511850930bb5b9d7d49619aca9245701
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 8 10:08:09 2018 +0200

    SLING-7898 Update to Sling Parent 34
---
 bnd.bnd | 10 ----------
 pom.xml |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8381621..84d7e0e 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,13 +1,5 @@
-Bundle-Category: sling
-
-Bundle-Description: ${project.description}
-
 Bundle-DocURL: https://sling.apache.org/documentation/bundles/metrics.html
 
-Bundle-License: Apache License, Version 2.0
-
-Bundle-Vendor: The Apache Software Foundation
-
 DynamicImport-Package:\
   javax.servlet,\
   javax.servlet.http,\
@@ -25,8 +17,6 @@ Provide-Capability:\
   osgi.service;objectClass=com.codahale.metrics.MetricRegistry,\
   osgi.service;objectClass=org.apache.sling.commons.metrics.MetricsService
 
--exportcontents: ${packages;VERSIONED}
-
 -includeresource:\
   @org.apache.felix.utils-*.jar!/org/apache/felix/utils/json/JSONWriter**
 
diff --git a/pom.xml b/pom.xml
index 614adee..f583d8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33</version>
+        <version>34</version>
         <relativePath/>
     </parent>