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 546c663 Use latest released artifacts
546c663 is described below
commit 546c663ab44ba298677076d5d9f4189c24ecc520
Author: tmaret <[email protected]>
AuthorDate: Thu Jun 18 12:49:21 2020 +0200
Use latest released artifacts
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3708315..b637fdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,13 +165,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.distribution.journal</artifactId>
- <version>0.1.14</version>
+ <version>0.1.16</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.distribution.journal.kafka</artifactId>
- <version>0.1.5-SNAPSHOT</version>
+ <version>0.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>