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:03:08 UTC

[sling-org-apache-sling-launchpad-integration-tests] branch master updated: Sling to fixed version for the test-services dependency

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 9e8cbb2  Sling to fixed version for the test-services dependency
9e8cbb2 is described below

commit 9e8cbb29ec2c117c1d2311766e42cb798ab8d2a9
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 25 17:02:38 2022 +0100

    Sling to fixed version for the test-services dependency
    
    The maven-release-plugin does not appreciate this kind of depdendency.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cc6ca4e..63f9926 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>${project.version}</version>
+      <version>12</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>