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/10/27 14:50:50 UTC

[sling-org-apache-sling-discovery-oak] 01/01: @no-jira : put discovery.base dependency to released 2.0.14 instead of 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

commit 089d77f55b0464a6ac76ef791a80ce1fc767db0f
Author: Stefan Egli <st...@apache.org>
AuthorDate: Thu Oct 27 16:48:54 2022 +0200

    @no-jira : put discovery.base dependency to released 2.0.14 instead of SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c80f5a4..f51af56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.base</artifactId>
-			<version>2.0.15-SNAPSHOT</version>
+			<version>2.0.14</version>
             <scope>provided</scope>
 		</dependency>
         <!-- besides including discovery.base' normal jar above, 
@@ -241,7 +241,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.discovery.base</artifactId>
-            <version>2.0.15-SNAPSHOT</version>
+            <version>2.0.14</version>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>