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 2022/01/07 08:46:14 UTC

[sling-org-apache-sling-models-caconfig] 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-models-caconfig.git


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

commit aba652f0af070f7a44411700c9a939ec0b8c6204
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Fri Jan 7 09:45:50 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 96f3082..e6b7b3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,13 +83,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.spi</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.impl</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>