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
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>