You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2023/01/31 09:56:54 UTC

[sling-org-apache-sling-repoinit-filevault-validator] branch master updated: fix default version being used

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-filevault-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 0205073  fix default version being used
0205073 is described below

commit 0205073ad6b435a1e25c394852061685e187c920
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jan 31 10:56:50 2023 +0100

    fix default version being used
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5f0a420..8f1fe03 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ You can use this validator with the [FileVault Package Maven Plugin][2] in versi
       <artifactId>org.apache.sling.repoinit.filevault.validator</artifactId>
       <version><latestversion></version>
     </dependency>
-    <!-- use the following dependency to optionally overwrite the used repoinit parser version (default=1.8.0) -->
+    <!-- use the following dependency to optionally overwrite the used repoinit parser version (default=1.9.0) -->
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.repoinit.parser</artifactId>
@@ -43,4 +43,4 @@ You can use this validator with the [FileVault Package Maven Plugin][2] in versi
 [1]: https://jackrabbit.apache.org/filevault/validation.html
 [2]: https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html
 [3]: https://sling.apache.org/documentation/bundles/configuration-installer-factory.html#configuration-serialization-formats
-[4]: https://sling.apache.org/documentation/bundles/repository-initialization.html
\ No newline at end of file
+[4]: https://sling.apache.org/documentation/bundles/repository-initialization.html