This is an automated email from the ASF dual-hosted git repository. cschneider pushed a commit to branch SLING-9504 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
commit c95a868760604f41a125f26bf2927f480618d74a Author: Christian Schneider <[email protected]> AuthorDate: Tue Jun 16 13:15:45 2020 +0200 SLING-9504 - Use correct messages version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e537f9..6b767da 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.distribution.journal.messages</artifactId> - <version>0.1.7-SNAPSHOT</version> + <version>0.1.7-JSON-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.felix</groupId>
