You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/23 09:48:48 UTC

[sling-org-apache-sling-auth-xing-login] branch master updated: SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype

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-auth-xing-login.git


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

commit 8ee1cd3319d4978f54cb1d753fbb57624f770e07
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Apr 23 11:48:36 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 d97fe26..bf67206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
+        <version>1.26.4</version>        
         <executions>
           <execution>
             <goals>
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