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/07 17:02:10 UTC

[sling-org-apache-sling-scripting-freemarker] 01/02: SLING-7892 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-scripting-freemarker.git

commit cc6d78dc39508399dc380289626e9ce5c05ad8a5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 7 18:51:13 2018 +0200

    SLING-7892 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 669351e..5ad716a 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
-
 ScriptEngine-Name: ${project.name}
 
 ScriptEngine-Version: ${project.version}
diff --git a/pom.xml b/pom.xml
index 35a78d7..4cb144d 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>