You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/02/19 14:13:03 UTC

[sling-org-apache-sling-datasource] branch master updated: SLING-8282 - DataSource: metatype.properties must not be in OSGI-INF/metatype

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

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


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

commit cc105d51c6838eeab99ab29a95d3b802da9b7b25
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Feb 19 15:09:51 2019 +0100

    SLING-8282 - DataSource: metatype.properties 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 cb04e71..9d38e46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
+        <version>1.25.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
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