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-extensions-slf4j-mdc.git


The following commit(s) were added to refs/heads/master by this push:
     new e1eeb6e  SLING-7157 : metatype.properties file must not be in 
OSGI-INF/metatype
e1eeb6e is described below

commit e1eeb6ef8f9016700a980f25bda35bfec3ec3d57
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Apr 23 11:54:06 2020 +0200

    SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype
---
 pom.xml                                                            | 1 +
 src/main/resources/OSGI-INF/{metatype => l10n}/metatype.properties | 0
 2 files changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5df5b54..dc2bdbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
+        <version>1.26.4</version>    
       </plugin>
 
       <!-- Required for pax exam-->
diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties 
b/src/main/resources/OSGI-INF/l10n/metatype.properties
similarity index 100%
rename from src/main/resources/OSGI-INF/metatype/metatype.properties
rename to src/main/resources/OSGI-INF/l10n/metatype.properties

Reply via email to