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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 07149597c6c96f2768a2c06e8e235638fd53482f
Author: Dominik Przybysz <[email protected]>
AuthorDate: Fri Mar 21 19:05:50 2025 +0100

    ARIES-2173: Remove versions plugin from parent - dependabot is used instead
---
 parent/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2343713a2..034992056 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -193,7 +193,6 @@
         <maven-paxexam-plugin.version>1.2.4</maven-paxexam-plugin.version>
         <maven-pmd-plugin.version>3.26.0</maven-pmd-plugin.version>
         
<org.apache.aries.versioning.plugin.version>0.3.1</org.apache.aries.versioning.plugin.version>
-        <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
 
         <!--Other-->
         <java.source.version>8</java.source.version>
@@ -362,24 +361,6 @@
                         </includes>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>versions-maven-plugin</artifactId>
-                    <version>${versions-maven-plugin.version}</version>
-                    <configuration>
-                        <excludes>
-                            <!--  3.5.0.v20090520 < 3.3.0-v20070530 -->
-                            <exclude>org.eclipse:osgi</exclude>
-                            <!-- 2.0.0-SNAPSHOT < 2.0.0-beta -->
-                            <exclude>org.apache.openjpa:openjpa</exclude>
-                            <!-- maven 3.0 components don't work with 2.0 -->
-                            
<exclude>org.apache.maven:maven-plugin-api</exclude>
-                            <exclude>org.apache.maven:maven-project</exclude>
-                            <exclude>org.apache.maven:maven-artifact</exclude>
-                            <exclude>org.apache.maven:maven-archiver</exclude>
-                        </excludes>
-                    </configuration>
-                </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>

Reply via email to