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-compiler.git
The following commit(s) were added to refs/heads/master by this push:
new 98844b8 SLING-9343 - Versions of o.a.s.scripting.sightly bundles
different from artifact versions
98844b8 is described below
commit 98844b80d97d898732e7d3b002064717f25e2d25
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Apr 9 22:14:03 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
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 73cf21d..7a76493 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>