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/08/08 11:57:17 UTC

[sling-org-apache-sling-distribution-journal-it] branch master updated: Update to latest snapshot dependencies

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-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a68d70  Update to latest snapshot dependencies
3a68d70 is described below

commit 3a68d7038bccd127151c1f064977e2af6ce71b18
Author: tmaret <tm...@adobe.com>
AuthorDate: Thu Aug 8 13:57:05 2019 +0200

    Update to latest snapshot dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3ae1e2..5bd50dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,18 +160,18 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
+            <version>0.1.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal</artifactId>
-            <version>0.1.3-SNAPSHOT</version>
+            <version>0.1.5-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal.kafka</artifactId>
-            <version>0.1.3-SNAPSHOT</version>
+            <version>0.1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
@@ -278,4 +278,4 @@
             <scope>test</scope>
         </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>