You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/06/13 14:16:56 UTC

[sling-org-apache-sling-resourceresolver] 01/01: [POC] Run the Sling Starter ITs with the ResourceResolver bundle

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

rombert pushed a commit to branch issue/run-starter-its-poc
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git

commit ea8a32683c4a22a6450dbc7f4c7096ca986e9bce
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Jun 13 16:16:22 2022 +0200

    [POC] Run the Sling Starter ITs with the ResourceResolver bundle
---
 .sling-module.json | 5 +++++
 pom.xml            | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..162fae3
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+  "jenkins": {
+    "additionalMavenParams": "-Dit.starter.version=13-SNAPSHOT"
+  }
+}
diff --git a/pom.xml b/pom.xml
index fc8aa50..630acef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>46</version>
+        <version>49-SNAPSHOT</version>
         <relativePath />
     </parent>