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/09/02 20:57:14 UTC

[sling-org-apache-sling-testing-sling-mock] 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-sling-mock.git


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

commit aeeadcf87cbd9d4137163665fbcd8519a02a0bf1
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Sep 2 22:18:22 2021 +0200

    switch back to released versions
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 98fe95d..cd0447c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -35,8 +35,8 @@
     <description>Mock implementation of selected Sling APIs.</description>
 
     <properties>
-        <osgi-mock.version>3.1.5-SNAPSHOT</osgi-mock.version>
-        <jcr-mock.version>1.5.5-SNAPSHOT</jcr-mock.version>
+        <osgi-mock.version>3.1.4</osgi-mock.version>
+        <jcr-mock.version>1.5.4</jcr-mock.version>
         <resourceresolver-mock.version>1.2.2</resourceresolver-mock.version>
         <logging-mock.version>2.0.0</logging-mock.version>
         <servlet-helpers.version>1.4.2</servlet-helpers.version>
@@ -237,7 +237,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.fsresource</artifactId>
-            <version>2.2.1-SNAPSHOT</version>
+            <version>2.2.0</version>
         </dependency>
         <dependency>
             <groupId>commons-beanutils</groupId>