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:05:30 UTC

[sling-org-apache-sling-launchpad-integration-tests] branch master updated: Switch back to version reference for the test-services

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-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new d7400c3  Switch back to version reference for the test-services
d7400c3 is described below

commit d7400c383ff79204ca3d1185294b2b1b11e8b7ce
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 25 17:05:06 2022 +0100

    Switch back to version reference for the test-services
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 77df61b..d9da5b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-      <version>12</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>