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
The following commit(s) were added to refs/heads/trunk by this push:
new 168e7abdf [RELEASE] Update parent version references to 3.1.0 in
testsupport, util and versioning
168e7abdf is described below
commit 168e7abdf6bd246fde9a90a21181035a25f61743
Author: Dominik Przybysz <[email protected]>
AuthorDate: Sun Jul 19 19:27:18 2026 +0200
[RELEASE] Update parent version references to 3.1.0 in testsupport, util
and versioning
---
testsupport/testsupport-unit/pom.xml | 2 +-
util/pom.xml | 2 +-
versioning/versioning-checker/pom.xml | 2 +-
versioning/versioning-plugin/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/testsupport/testsupport-unit/pom.xml
b/testsupport/testsupport-unit/pom.xml
index 477c68e6f..b3734852b 100644
--- a/testsupport/testsupport-unit/pom.xml
+++ b/testsupport/testsupport-unit/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/util/pom.xml b/util/pom.xml
index 0e86a96ab..dcd50e9a0 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/versioning/versioning-checker/pom.xml
b/versioning/versioning-checker/pom.xml
index 9caf945ea..7a72429f8 100644
--- a/versioning/versioning-checker/pom.xml
+++ b/versioning/versioning-checker/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/versioning/versioning-plugin/pom.xml
b/versioning/versioning-plugin/pom.xml
index 29b786f44..f3256fb90 100644
--- a/versioning/versioning-plugin/pom.xml
+++ b/versioning/versioning-plugin/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>