SLING-5464 : using in-release version of discovery.commons 1.0.10 for releasing discovery.oak 1.2.4

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1727332 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 52c904f..38077a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.9-SNAPSHOT</version>
+			<version>1.0.10</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -138,7 +138,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.9-SNAPSHOT</version>
+            <version>1.0.10</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>