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-karaf-launchpad-oak-tar-integration-tests.git
commit 00325021c9ec39776b51fda3890927f2b0b0d5dd Author: Oliver Lietz <[email protected]> AuthorDate: Thu Aug 30 22:29:07 2018 +0200 SLING-7873 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 f5933e9..e36a0d6 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -1,13 +1,3 @@ -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 - -removeheaders:\ Include-Resource,\ Private-Package diff --git a/pom.xml b/pom.xml index 9fcce35..a584130 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>33</version> + <version>34</version> <relativePath/> </parent>
