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 bd11c41  SLING-11700 Update to ASF parent v30
bd11c41 is described below

commit bd11c41a682955ecfc881ef5bea9188ef535c01b
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 15 11:21:14 2023 +0200

    SLING-11700 Update to ASF parent v30
---
 pom.xml              |  2 +-
 sling-parent/pom.xml | 28 +++-------------------------
 2 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7912839..c79f7fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>30</version>
         <relativePath />
     </parent>
     
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index a8bc4b8..b80d18f 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>30</version>
         <relativePath />
     </parent>
 
@@ -143,7 +143,7 @@
                         </goals>
                         <configuration>
                             <rules>
-                                <requireExplicitDependencyScope 
implementation="org.apache.sling.maven.enforcer.RequireExplicitDependencyScope" 
/>
+                                <requireExplicitDependencyScope />
                             </rules>
                         </configuration>
                     </execution>
@@ -225,7 +225,7 @@
                     <dependency>
                         <groupId>org.apache.maven.release</groupId>
                         <artifactId>maven-release-oddeven-policy</artifactId>
-                        <version>3.0.0-M7</version>
+                        <version>${version.maven-release-plugin}</version>
                     </dependency>
                 </dependencies>
                 <configuration>
@@ -279,10 +279,6 @@
 
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>3.3.0</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/) -->
@@ -300,19 +296,6 @@
                         
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
                     </configuration>
                 </plugin>
-                <!-- only overwrite config for surefire/failsafe -->
-                <plugin>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <configuration>
-                        <trimStackTrace>false</trimStackTrace>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-failsafe-plugin</artifactId>
-                    <configuration>
-                        <trimStackTrace>false</trimStackTrace>
-                    </configuration>
-                </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
                     <configuration>
@@ -348,11 +331,6 @@
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>3.3.0</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-shade-plugin</artifactId>
-                    <version>3.3.0</version>
-                </plugin>
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>

Reply via email to