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:11:45 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Use fixed dependency versions during 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 61f9bc5  Use fixed dependency versions during the release.
61f9bc5 is described below

commit 61f9bc5ad5f244e82d3505d611e7ee02eaf4f163
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 25 17:07:57 2022 +0100

    Use fixed dependency versions during the release.
---
 pom.xml                      | 4 ++--
 src/main/features/model.json | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18675cf..90639d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 <artifactId>org.apache.sling.starter</artifactId>
-                                <version>${project.version}</version>
+                                <version>12</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>${project.version}</version>
+             <version>12</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
diff --git a/src/main/features/model.json b/src/main/features/model.json
index c1fe767..2eab42a 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-SNAPSHOT",
-    "org.apache.sling/org.apache.sling.launchpad.test-services/12-SNAPSHOT"
+    "org.apache.sling/org.apache.sling.launchpad.test-fragment/12",
+    "org.apache.sling/org.apache.sling.launchpad.test-services/12"
   ],
   "configurations": {
     "integrationTestsConfig": {
@@ -29,4 +29,4 @@
     "  allow jcr:read on /ANON_CAN_READ",
     "end"
   ]
-}
\ No newline at end of file
+}