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 2021/05/23 13:39:52 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: SLING-10413 : Add OSGi metadata

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-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b885ce  SLING-10413 : Add OSGi metadata
3b885ce is described below

commit 3b885cef8e03a8932c0f57ea78b895a42730add8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun May 23 15:37:42 2021 +0200

    SLING-10413 : Add OSGi metadata
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 245083f..47ef760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
-        <artifactId>sling</artifactId>
+        <artifactId>sling-bundle-parent</artifactId>
         <version>41</version>
         <relativePath />
     </parent>