SLING-10441 related : updated discovery.commons to to-be-released version
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>