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/25 19:01:50 UTC

[sling-org-apache-sling-repoinit-filevault-validator] branch master updated: Use repoinit.parser 1.9.0

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 fe60b04  Use repoinit.parser 1.9.0
fe60b04 is described below

commit fe60b048ea60ef9cdbca72ca8c228d74fbf62f3f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jan 25 20:01:42 2023 +0100

    Use repoinit.parser 1.9.0
    
    Add name and description to pom
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58f7db0..86f8089 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,9 @@
     <artifactId>org.apache.sling.repoinit.filevault.validator</artifactId>
     <version>0.0.1-SNAPSHOT</version>
 
+    <name>Apache Sling Repoinit FileVault Validator</name>
+    <description>FileVault validator which validates RepoInit OSGi configurations</description>
+
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
@@ -61,7 +64,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.8.0</version>
+            <version>1.9.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>