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/02/25 16:38:45 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Back to SNAPSHOT versions after the release

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 3be1842  Back to SNAPSHOT versions after the release
3be1842 is described below

commit 3be18426f42a4d253b3743cfdf6137e129aa0199
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 25 17:17:23 2022 +0100

    Back to SNAPSHOT versions after the release
---
 pom.xml                      | 4 ++--
 src/main/features/model.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f30b68..54f102e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 <artifactId>org.apache.sling.starter</artifactId>
-                                <version>12</version>
+                                <version>${project.version}</version>
                                 <classifier>oak_tar</classifier>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
@@ -227,7 +227,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>12</version>
+             <version>${project.version}</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
diff --git a/src/main/features/model.json b/src/main/features/model.json
index 2eab42a..ed8195f 100644
--- a/src/main/features/model.json
+++ b/src/main/features/model.json
@@ -7,8 +7,8 @@
     "org.apache.sling/org.apache.sling.junit.core/1.0.26",
     "org.apache.sling/org.apache.sling.junit.remote/1.0.12",
     "org.apache.sling/org.apache.sling.junit.scriptable/1.0.12",
-    "org.apache.sling/org.apache.sling.launchpad.test-fragment/12",
-    "org.apache.sling/org.apache.sling.launchpad.test-services/12"
+    "org.apache.sling/org.apache.sling.launchpad.test-fragment/13-SNAPSHOT",
+    "org.apache.sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT"
   ],
   "configurations": {
     "integrationTestsConfig": {