You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/09/22 18:30:18 UTC

[sling-org-apache-sling-testing-serversetup] branch master updated: switch to released version of dependency

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-serversetup.git


The following commit(s) were added to refs/heads/master by this push:
     new 27a2842  switch to released version of dependency
27a2842 is described below

commit 27a2842973b426189b63eec1d1534adb4188b276
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Sep 22 11:30:08 2020 -0700

    switch to released version of dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f774dd8..9a23630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.clients</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
     </dependencies>
 </project>