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

alien11689 pushed a commit to branch 
update-parent-pom-and-eclipse-osgi-in-subsystem
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 436cce04d6187f0fec6ddbcd564304f3778d2399
Author: Dominik Przybysz <[email protected]>
AuthorDate: Thu May 15 09:22:16 2025 +0200

    [MAINTENANCE] Use the newest parent pom in subsystem
---
 subsystem/subsystem-api/pom.xml               |  2 +-
 subsystem/subsystem-bundle/pom.xml            |  2 +-
 subsystem/subsystem-core/pom.xml              |  2 +-
 subsystem/subsystem-gogo-command/pom.xml      |  2 +-
 subsystem/subsystem-itests-api-bundle/pom.xml |  2 +-
 subsystem/subsystem-itests/pom.xml            | 15 ++-------------
 subsystem/subsystem-obr/pom.xml               |  2 +-
 7 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/subsystem/subsystem-api/pom.xml b/subsystem/subsystem-api/pom.xml
index 73e3e3116..df8199991 100644
--- a/subsystem/subsystem-api/pom.xml
+++ b/subsystem/subsystem-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/subsystem/subsystem-bundle/pom.xml 
b/subsystem/subsystem-bundle/pom.xml
index 000c11a06..b2c4977ad 100644
--- a/subsystem/subsystem-bundle/pom.xml
+++ b/subsystem/subsystem-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/subsystem/subsystem-core/pom.xml b/subsystem/subsystem-core/pom.xml
index 3a1ef17e9..47f0c998d 100644
--- a/subsystem/subsystem-core/pom.xml
+++ b/subsystem/subsystem-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.1.1</version>
+        <version>3.0.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/subsystem/subsystem-gogo-command/pom.xml 
b/subsystem/subsystem-gogo-command/pom.xml
index 7e220dcf0..e1fddbab0 100644
--- a/subsystem/subsystem-gogo-command/pom.xml
+++ b/subsystem/subsystem-gogo-command/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/subsystem/subsystem-itests-api-bundle/pom.xml 
b/subsystem/subsystem-itests-api-bundle/pom.xml
index b2475870a..7d3d460e4 100644
--- a/subsystem/subsystem-itests-api-bundle/pom.xml
+++ b/subsystem/subsystem-itests-api-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/subsystem/subsystem-itests/pom.xml 
b/subsystem/subsystem-itests/pom.xml
index a4f948469..6613d12b8 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -39,14 +39,13 @@
 
     <properties>
         
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
-        <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
         <easymock.version>5.5.0</easymock.version>
         <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
         <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
         
<org.apache.aries.subsystem.modeller.version>1.0.0-SNAPSHOT</org.apache.aries.subsystem.modeller.version>
         
<org.apache.aries.blueprint.version>1.10.4-SNAPSHOT</org.apache.aries.blueprint.version>
-        <org.apache.aries.proxy.version>1.1.9</org.apache.aries.proxy.version>
+        
<org.apache.aries.proxy.version>1.1.15-SNAPSHOT</org.apache.aries.proxy.version>
         
<org.apache.aries.subsystem.api.version>2.0.11-SNAPSHOT</org.apache.aries.subsystem.api.version>
         
<org.apache.aries.subsystem.core.version>2.0.11-SNAPSHOT</org.apache.aries.subsystem.core.version>
         
<org.apache.aries.subsystem.itest.interfaces.version>1.0.0-SNAPSHOT</org.apache.aries.subsystem.itest.interfaces.version>
@@ -905,16 +904,6 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <!-- TODO ARIES-2165: remove configuration when the newest 
parent pom is used -->
-                <version>${depends-maven-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>generate-depends-file</id>
-                        <goals>
-                            <goal>generate-depends-file</goal>
-                        </goals>
-                    </execution>
-                </executions>
             </plugin>
 
             <plugin>
diff --git a/subsystem/subsystem-obr/pom.xml b/subsystem/subsystem-obr/pom.xml
index e5a18de10..54444fea0 100644
--- a/subsystem/subsystem-obr/pom.xml
+++ b/subsystem/subsystem-obr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Reply via email to