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 2019/04/18 11:59:43 UTC

[sling-org-apache-sling-distribution-journal] branch master updated: Fix org.apache.sling.distribution.journal.messages snapshot dependency

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


The following commit(s) were added to refs/heads/master by this push:
     new 82c8192  Fix org.apache.sling.distribution.journal.messages snapshot dependency
82c8192 is described below

commit 82c8192ea4d9d515474d7c429acf7b5cd7e1085d
Author: tmaret <tm...@adobe.com>
AuthorDate: Thu Apr 18 13:59:30 2019 +0200

    Fix org.apache.sling.distribution.journal.messages snapshot dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e961b80..b67b36c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-            <version>0.0.1-INCUBATOR-201903131149-a8dad9b</version>
+            <version>0.0.1-INCUBATOR-SNAPSHOT</version>
         </dependency>
 
         <!-- OSGi -->