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 93e0b99 SLING-10585 - Use latest dependencies to support invalidation
requests (#106)
93e0b99 is described below
commit 93e0b99ca27366bc51c5b1ad1704b0c2dd7f79b1
Author: Timothee Maret <[email protected]>
AuthorDate: Wed May 4 09:31:44 2022 +0200
SLING-10585 - Use latest dependencies to support invalidation requests
(#106)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c68a665..4a17646 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.distribution.api</artifactId>
- <version>0.6.1-SNAPSHOT</version>
+ <version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.distribution.journal.messages</artifactId>
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>