You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/11/23 10:58:01 UTC

[sling-parent] branch master updated: SLING-11700 Update to ASF parent 28

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 05c9967  SLING-11700 Update to ASF parent 28
05c9967 is described below

commit 05c99677614633f688fda2a0bd71f05c5331ae14
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Nov 23 11:57:03 2022 +0100

    SLING-11700 Update to ASF parent 28
---
 sling-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index f24d16b..362f3b3 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>27</version>
+        <version>28</version>
         <relativePath />
     </parent>
 
@@ -62,7 +62,6 @@
         <surefire.version>3.0.0-M5</surefire.version>
         <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion>
         <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
-        <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version><!-- version used for modules of https://maven.apache.org/plugin-tools/index.html -->
         <!-- the github id used for the ribbon for Maven sites: https://maven.apache.org/skins/maven-fluido-skin/#GitHub_ribbons -->
         <github.project.id>apache/sling-dummyproject</github.project.id>
         <javadoc.excludePackageNames>*.impl:*.internal:${site.javadoc.exclude}</javadoc.excludePackageNames>