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/05/23 09:38:36 UTC

[sling-parent] branch feature/SLING-11366-asf-parent-26 created (now fe5994a)

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

kwin pushed a change to branch feature/SLING-11366-asf-parent-26
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


      at fe5994a  SLING-11366 Use ASF Parent 26

This branch includes the following new commits:

     new fe5994a  SLING-11366 Use ASF Parent 26

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-parent] 01/01: SLING-11366 Use ASF Parent 26

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fe5994ae785570f8fcc8d78955930c95019a9f9a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 23 11:38:27 2022 +0200

    SLING-11366 Use ASF Parent 26
---
 pom.xml              |  2 +-
 sling-parent/pom.xml | 15 ++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 872b45c..0979fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
         <relativePath />
     </parent>
     
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 15e1f57..d62bf2c 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
         <relativePath />
     </parent>
 
@@ -244,11 +244,7 @@
 
         <pluginManagement>
             <plugins>
-                <!-- upgrade from 3.10.0 in ASF parent -->
-                <plugin>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.10.1</version>
-                </plugin>
+                
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <!-- this affects both direct invocation and execution in the context of site building (https://maven.apache.org/shared/maven-reporting-exec/) -->
@@ -260,15 +256,8 @@
                     <artifactId>maven-changes-plugin</artifactId>
                     <version>2.12.1</version>
                 </plugin>
-                <!-- upgrade from 2.5.2 in ASF parent -->
-                <plugin>
-                    <artifactId>maven-install-plugin</artifactId>
-                    <version>3.0.0-M1</version>
-                </plugin>
-                <!-- upgrade from 2.8.2 in ASF parent -->
                 <plugin>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>3.0.0-M2</version>
                     <configuration>
                         <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
                     </configuration>