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

stefanegli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git


The following commit(s) were added to refs/heads/master by this push:
     new 71c8f52  SLING-10441 related : updated discovery.commons to 
to-be-released version
71c8f52 is described below

commit 71c8f528c62b67affc93b7500281887c0d7b1539
Author: Stefan Egli <[email protected]>
AuthorDate: Thu Jun 3 17:10:36 2021 +0200

    SLING-10441 related : updated discovery.commons to to-be-released version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d188796..d898d7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
                <dependency>
                        <groupId>org.apache.sling</groupId>
                        
<artifactId>org.apache.sling.discovery.commons</artifactId>
-                       <version>1.0.23-SNAPSHOT</version>
+                       <version>1.0.24</version>
                </dependency>
         <!-- besides including discovery.commons' normal jar above, 
               for testing a few test helper classes are also reused.
@@ -190,7 +190,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.23-SNAPSHOT</version>
+            <version>1.0.24</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>

Reply via email to