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 2022/08/17 14:16:34 UTC

[sling-org-apache-sling-feature-cpconverter] 01/01: Update to parent pom 48

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

rombert pushed a commit to branch feature/parent-pom-48
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit 036cc672bac3b7ac25090c4e62fe02a11efc94ed
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Aug 17 16:13:00 2022 +0200

    Update to parent pom 48
    
    Updating to version 49 fails with
    
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-explicit-scope) on project org.apache.sling.feature.cpconverter: Unable to parse configuration of mojo org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce for parameter rules: Cannot load implementation hint 'org.apache.sling.maven.enforcer.RequireExplicitDependencyScope' -> [Help 1]
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8b1a0d7..b4b888d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>43</version>
+    <version>48</version>
     <relativePath />
   </parent>