You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2022/03/10 17:47:48 UTC

[sling-org-apache-sling-discovery-oak] branch master updated: @no-jira : temporarily update discovery.commons dependency to 1.0.26 to unblock release

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-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new 3654e54  @no-jira : temporarily update discovery.commons dependency to 1.0.26 to unblock release
3654e54 is described below

commit 3654e548ba9b91756cc70a6d379a398b55b71381
Author: Stefan Egli <st...@apache.org>
AuthorDate: Thu Mar 10 18:37:30 2022 +0100

    @no-jira : temporarily update discovery.commons dependency to 1.0.26 to unblock release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5dc5364..e0ccf18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.25-SNAPSHOT</version>
+			<version>1.0.26</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
@@ -254,7 +254,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.commons</artifactId>
-            <version>1.0.25-SNAPSHOT</version>
+            <version>1.0.26</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>