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

cziegeler pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new c492cf2  Update to latest feature model and repoinit parser
c492cf2 is described below

commit c492cf2228da558f6f8301e64b38a72ce36958a3
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 3 16:50:42 2021 +0100

    Update to latest feature model and repoinit parser
---
 pom.xml                                                               | 4 ++--
 .../apache/sling/feature/scanner/impl/ContentPackageScannerTest.java  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf8b809..cbe00da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.18</version>
+            <version>1.2.19-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.2</version>
+            <version>1.6.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git 
a/src/test/java/org/apache/sling/feature/scanner/impl/ContentPackageScannerTest.java
 
b/src/test/java/org/apache/sling/feature/scanner/impl/ContentPackageScannerTest.java
index b061e79..8e321ed 100644
--- 
a/src/test/java/org/apache/sling/feature/scanner/impl/ContentPackageScannerTest.java
+++ 
b/src/test/java/org/apache/sling/feature/scanner/impl/ContentPackageScannerTest.java
@@ -96,7 +96,7 @@ public class ContentPackageScannerTest {
 
     private void assertConfiguration(Configuration c) {
         Dictionary<String, Object> props = c.getProperties();
-        String contentPath = (String) 
props.get(":configurator:feature:content-path");
-        assertEquals(contentPath, 
"/libs/config/com.example.some.Component.xml");
+        String contentPath = (String) 
props.get(":configurator:feature-content-path");
+        assertEquals("/libs/config/com.example.some.Component.xml", 
contentPath);
     }
 }

Reply via email to