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 2019/05/28 12:32:50 UTC

[sling-org-apache-sling-testing-paxexam] 02/04: SLING-8440 Use Sling Bundle Parent 35

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-testing-paxexam.git

commit b04d4b1e58b36125a1e785f337f7ad0e8ca0e7a8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 28 14:29:05 2019 +0200

    SLING-8440 Use Sling Bundle Parent 35
---
 bnd.bnd | 12 ------------
 pom.xml |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index e267f46..0fa4063 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,21 +1,9 @@
-Bundle-Category: sling
-
-Bundle-Description: ${project.description}
-
-Bundle-DocURL: https://sling.apache.org
-
-Bundle-License: Apache License, Version 2.0
-
-Bundle-Vendor: The Apache Software Foundation
-
 Import-Package:\
   org.osgi.service.cm.*;resolution:=optional,\
   org.ops4j.pax.exam.cm.*;resolution:=optional,\
   org.ops4j.pax.tinybundles.*;resolution:=optional,\
   *
 
--exportcontents: ${packages;VERSIONED}
-
 -removeheaders:\
   Include-Resource,\
   Private-Package
diff --git a/pom.xml b/pom.xml
index d57426b..3e710fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
 
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>34</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>35</version>
     <relativePath />
   </parent>