You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/02 19:51:01 UTC

[sling-org-apache-sling-testing-caconfig-mock-plugin] branch master updated: switch back to released versions

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 53ed57d  switch back to released versions
53ed57d is described below

commit 53ed57ddd63c60a05b53ac7ffa8ec6841dc69935
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Dec 2 20:50:49 2021 +0100

    switch back to released versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 999fc28..094f226 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,14 +95,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.0</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>