You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2021/07/02 02:34:20 UTC

[sling-org-apache-sling-distribution-journal] branch master updated (c9332df -> 7a46ab0)

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

tmaret pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git.


    from c9332df  SLING-10563 - DistributionPublisher closes the PubQueueProvider service (#78)
     new 6bd1ea7  Update org.apache.sling.distribution.journal.messages dependency to latest release
     new 7a46ab0  Update org.apache.sling.distribution.core dependency to latest release

The 2 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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[sling-org-apache-sling-distribution-journal] 01/02: Update org.apache.sling.distribution.journal.messages dependency to latest release

Posted by tm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit 6bd1ea7babef35e9d0b7697ae366c345f5934d91
Author: tmaret <tm...@adobe.com>
AuthorDate: Fri Jul 2 00:40:19 2021 +0200

    Update org.apache.sling.distribution.journal.messages dependency to latest release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b2b330..8f983af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

[sling-org-apache-sling-distribution-journal] 02/02: Update org.apache.sling.distribution.core dependency to latest release

Posted by tm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit 7a46ab04d9148d1a39f007417b547be2a86c3054
Author: tmaret <tm...@adobe.com>
AuthorDate: Fri Jul 2 00:40:49 2021 +0200

    Update org.apache.sling.distribution.core dependency to latest release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f983af..a757fff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.core</artifactId>
-            <version>0.4.5-SNAPSHOT</version>
+            <version>0.4.6</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>