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

alien11689 pushed a commit to branch cleanup-parent-pom-plugin-versions-and-urls
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 6510b534b4973e5c6ff6ce86aa8ce0f22d522a45
Author: Dominik Przybysz <alien11...@gmail.com>
AuthorDate: Mon Jan 27 19:29:50 2025 +0100

    [MAINTENANCE] Do not override release plugin version in parent pom
---
 parent/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b00795669..0274b5b74 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -220,7 +220,6 @@
         <slf4j.version>1.7.5</slf4j.version>
 
         <!--Plugin versions-->
-        <maven-release-plugin.version>2.5.2</maven-release-plugin.version>
         <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
         <maven-shade-plugin.version>1.2.2</maven-shade-plugin.version>
         <versions-maven-plugin.version>1.1</versions-maven-plugin.version>
@@ -284,14 +283,6 @@
 
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>${maven-release-plugin.version}</version>
-                    <configuration>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                    </configuration>
-                </plugin>
                 <!--TODO TEXT. This plugin's configuration is used in m2e 
only.-->
                 <plugin>
                     <groupId>org.eclipse.m2e</groupId>

Reply via email to