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 18:17:35 UTC

[sling-org-apache-sling-discovery-oak] branch master updated: @no-jira : update discovery.commons dependency to 1.0.27-SNAPSHOT

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 8b34547  @no-jira : update discovery.commons dependency to 1.0.27-SNAPSHOT
8b34547 is described below

commit 8b345471fac32dc294436572635939095c48fa4f
Author: Stefan Egli <st...@apache.org>
AuthorDate: Thu Mar 10 19:17:27 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index dda2ff9..18f698b 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.26</version>
+			<version>1.0.27-SNAPSHOT</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.26</version>
+            <version>1.0.27-SNAPSHOT</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>