This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch update-parent-pom-in-itests in repository https://gitbox.apache.org/repos/asf/aries.git
commit 41a6100baaf9ce2d9b14125f585e8e16b91001dc Author: Dominik Przybysz <[email protected]> AuthorDate: Wed Jan 15 22:28:55 2025 +0100 [MAINTENANCE] Update parent pom in itests --- blueprint/blueprint-parent/pom.xml | 2 +- subsystem/subsystem-itests/pom.xml | 2 +- transaction/transaction-itests/pom.xml | 2 +- web/web-itests/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprint/blueprint-parent/pom.xml b/blueprint/blueprint-parent/pom.xml index 9515f143e..89e7b0384 100644 --- a/blueprint/blueprint-parent/pom.xml +++ b/blueprint/blueprint-parent/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>parent</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> <relativePath>../../parent/pom.xml</relativePath> </parent> diff --git a/subsystem/subsystem-itests/pom.xml b/subsystem/subsystem-itests/pom.xml index df87acfe2..f975d68f3 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>2.1.1</version> <relativePath>../../parent/pom.xml</relativePath> </parent> diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml index 8b7345b8c..cfa850138 100644 --- a/transaction/transaction-itests/pom.xml +++ b/transaction/transaction-itests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>parent</artifactId> - <version>2.0.0</version> + <version>2.1.1</version> <relativePath>../../parent/pom.xml</relativePath> </parent> diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml index d6b515a5c..91d346e1a 100644 --- a/web/web-itests/pom.xml +++ b/web/web-itests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>parent</artifactId> - <version>2.0.0</version> + <version>2.1.1</version> <relativePath>../../parent/pom.xml</relativePath> </parent>
