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:49 UTC

[sling-org-apache-sling-discovery-oak] branch master updated (d6f0b8d -> 089d77f)

This is an automated email from the ASF dual-hosted git repository.

stefanegli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git


 discard d6f0b8d  @no-jira : put discovery.base dependency to released 2.0.14 instead of SNAPSHOT
     new 089d77f  @no-jira : put discovery.base dependency to released 2.0.14 instead of SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d6f0b8d)
            \
             N -- N -- N   refs/heads/master (089d77f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[sling-org-apache-sling-discovery-oak] 01/01: @no-jira : put discovery.base dependency to released 2.0.14 instead of SNAPSHOT

Posted by st...@apache.org.
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>