You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/04/09 20:04:46 UTC

[sling-org-apache-sling-scripting-sightly] 02/02: SLING-9343 - Versions of o.a.s.scripting.sightly bundles different from artifact versions

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git

commit a0f0e77a30ecf3091cfa69d21ff46e0994e4e19f
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Apr 9 22:04:25 2020 +0200

    SLING-9343 - Versions of o.a.s.scripting.sightly bundles different from artifact versions
    
    * updated to sling-bundle-parent 38 - includes fix for SLING-8980
---
 bnd.bnd | 2 ++
 pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 9b12b26..ce8c192 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,3 +1,5 @@
+ScriptEngine-Name: ${project.name}
+ScriptEngine-Version: ${project.version}
 Provide-Capability: io.sightly;version:Version="1.0", \\
                     io.sightly;version:Version="1.1", \\
                     io.sightly;version:Version="1.2", \\
diff --git a/pom.xml b/pom.xml
index e759385..953bdf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>35</version>
+        <version>38</version>
         <relativePath />
     </parent>