From a8874bf65f105b8273839fd1edf45b9bd46632c7 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Sun, 20 Sep 2026 21:27:12 +0200 Subject: [PATCH] ARIES-2240: Bump parent to 3.2.0 in all modules --- .../blueprint-maven-plugin-annotation/pom.xml | 2 +- blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml | 2 +- .../blueprint-maven-plugin-pax-cdi-handlers/pom.xml | 2 +- blueprint-maven-plugin/blueprint-maven-plugin-spi/pom.xml | 2 +- .../blueprint-maven-plugin-spring-handlers/pom.xml | 2 +- blueprint-maven-plugin/blueprint-maven-plugin/pom.xml | 2 +- blueprint-maven-plugin/pom.xml | 2 +- blueprint/blueprint-api/pom.xml | 2 +- blueprint/blueprint-authz/pom.xml | 2 +- blueprint/blueprint-bundle/pom.xml | 2 +- blueprint/blueprint-cm/pom.xml | 2 +- blueprint/blueprint-compatibility/pom.xml | 2 +- blueprint/blueprint-core-compatibility/pom.xml | 2 +- blueprint/blueprint-core/pom.xml | 2 +- blueprint/blueprint-jexl-evaluator/pom.xml | 2 +- blueprint/blueprint-noosgi/pom.xml | 2 +- blueprint/blueprint-parser/pom.xml | 2 +- blueprint/blueprint-repository/pom.xml | 2 +- blueprint/blueprint-spring-camel/pom.xml | 2 +- blueprint/blueprint-spring-extender/pom.xml | 2 +- blueprint/blueprint-spring/pom.xml | 2 +- blueprint/blueprint-web-osgi/pom.xml | 2 +- blueprint/blueprint-web/pom.xml | 2 +- blueprint/examples/blueprint-sample-war/pom.xml | 2 +- blueprint/examples/blueprint-sample/pom.xml | 2 +- blueprint/examples/pom.xml | 2 +- blueprint/itests/blueprint-itests/pom.xml | 2 +- blueprint/itests/blueprint-testbundlea/pom.xml | 2 +- blueprint/itests/blueprint-testbundleb/pom.xml | 2 +- blueprint/itests/blueprint-testbundlee/pom.xml | 2 +- blueprint/itests/blueprint-testbundles/pom.xml | 2 +- blueprint/itests/blueprint-testquiescebundle/pom.xml | 2 +- blueprint/itests/pom.xml | 2 +- blueprint/pom.xml | 2 +- esa-ant-task/pom.xml | 2 +- esa-maven-plugin/pom.xml | 2 +- jmx/jmx-api/pom.xml | 2 +- jmx/jmx-blueprint-api/pom.xml | 2 +- jmx/jmx-blueprint-bundle/pom.xml | 2 +- jmx/jmx-blueprint-core/pom.xml | 2 +- jmx/jmx-bundle/pom.xml | 2 +- jmx/jmx-core-whiteboard/pom.xml | 2 +- jmx/jmx-core/pom.xml | 2 +- jmx/jmx-itests/pom.xml | 2 +- jmx/jmx-mbeanserver-platform/pom.xml | 2 +- jmx/jmx-whiteboard/pom.xml | 2 +- jmx/pom.xml | 2 +- jndi/jndi-api/pom.xml | 2 +- jndi/jndi-bundle/pom.xml | 2 +- jndi/jndi-core/pom.xml | 2 +- jndi/jndi-legacy-support/pom.xml | 2 +- jndi/jndi-rmi/pom.xml | 2 +- jndi/jndi-url-itest-biz/pom.xml | 2 +- jndi/jndi-url-itest-web/pom.xml | 2 +- jndi/jndi-url-itest/pom.xml | 2 +- jndi/jndi-url/pom.xml | 2 +- jndi/pom.xml | 2 +- proxy/pom.xml | 2 +- proxy/proxy-api/pom.xml | 2 +- proxy/proxy-impl/pom.xml | 2 +- proxy/proxy-itests/pom.xml | 2 +- quiesce/pom.xml | 2 +- quiesce/quiesce-api/pom.xml | 2 +- quiesce/quiesce-manager-itest/pom.xml | 2 +- quiesce/quiesce-manager/pom.xml | 2 +- subsystem/pom.xml | 2 +- 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 | 2 +- subsystem/subsystem-modeller/pom.xml | 2 +- subsystem/subsystem-obr/pom.xml | 2 +- testsupport/pom.xml | 2 +- testsupport/testsupport-unit/pom.xml | 2 +- transaction/pom.xml | 2 +- transaction/transaction-blueprint/pom.xml | 2 +- transaction/transaction-itests/pom.xml | 2 +- transaction/transaction-jdbc/pom.xml | 2 +- transaction/transaction-jms/pom.xml | 2 +- transaction/transaction-manager/pom.xml | 2 +- transaction/transaction-testbundle/pom.xml | 2 +- transaction/transaction-testds/pom.xml | 2 +- util/pom.xml | 2 +- versioning/pom.xml | 2 +- versioning/versioning-checker/pom.xml | 2 +- versioning/versioning-plugin/pom.xml | 2 +- web/pom.xml | 2 +- web/web-itests/pom.xml | 2 +- web/web-urlhandler/pom.xml | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-annotation/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-annotation/pom.xml index e136e38f44..ee5b087739 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin-annotation/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin-annotation/pom.xml @@ -25,7 +25,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml index 29668ad61d..442760355b 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml index b769e9a252..be13437f40 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-spi/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-spi/pom.xml index 86c3f5a9fc..1cd373b5e2 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin-spi/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin-spi/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-spring-handlers/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-spring-handlers/pom.xml index 74d97d8918..09740e5ca5 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin-spring-handlers/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin-spring-handlers/pom.xml @@ -23,7 +23,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml index 1c89b1c4ef..f1c6ee8336 100644 --- a/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml +++ b/blueprint-maven-plugin/blueprint-maven-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint-maven-plugin/pom.xml b/blueprint-maven-plugin/pom.xml index 9b2a489a72..21f464ecb6 100644 --- a/blueprint-maven-plugin/pom.xml +++ b/blueprint-maven-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/blueprint/blueprint-api/pom.xml b/blueprint/blueprint-api/pom.xml index 6fac4cd7bf..7140cc8531 100644 --- a/blueprint/blueprint-api/pom.xml +++ b/blueprint/blueprint-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-authz/pom.xml b/blueprint/blueprint-authz/pom.xml index f352788515..4694113951 100644 --- a/blueprint/blueprint-authz/pom.xml +++ b/blueprint/blueprint-authz/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-bundle/pom.xml b/blueprint/blueprint-bundle/pom.xml index fdb01527a4..d4fe8b202c 100644 --- a/blueprint/blueprint-bundle/pom.xml +++ b/blueprint/blueprint-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-cm/pom.xml b/blueprint/blueprint-cm/pom.xml index c0774226e2..77858fcdce 100644 --- a/blueprint/blueprint-cm/pom.xml +++ b/blueprint/blueprint-cm/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-compatibility/pom.xml b/blueprint/blueprint-compatibility/pom.xml index 02d9c63603..8cfae3e2a6 100644 --- a/blueprint/blueprint-compatibility/pom.xml +++ b/blueprint/blueprint-compatibility/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-core-compatibility/pom.xml b/blueprint/blueprint-core-compatibility/pom.xml index 1fe38c1f92..51db757d72 100644 --- a/blueprint/blueprint-core-compatibility/pom.xml +++ b/blueprint/blueprint-core-compatibility/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-core/pom.xml b/blueprint/blueprint-core/pom.xml index 6f5364fac7..fbb993a2a5 100644 --- a/blueprint/blueprint-core/pom.xml +++ b/blueprint/blueprint-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-jexl-evaluator/pom.xml b/blueprint/blueprint-jexl-evaluator/pom.xml index 03f782fb71..65969abad2 100644 --- a/blueprint/blueprint-jexl-evaluator/pom.xml +++ b/blueprint/blueprint-jexl-evaluator/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-noosgi/pom.xml b/blueprint/blueprint-noosgi/pom.xml index 999f53d6e9..0da47ea002 100644 --- a/blueprint/blueprint-noosgi/pom.xml +++ b/blueprint/blueprint-noosgi/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-parser/pom.xml b/blueprint/blueprint-parser/pom.xml index 2cc94227db..21ca932ca4 100644 --- a/blueprint/blueprint-parser/pom.xml +++ b/blueprint/blueprint-parser/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-repository/pom.xml b/blueprint/blueprint-repository/pom.xml index 6378f0079f..412ffda396 100644 --- a/blueprint/blueprint-repository/pom.xml +++ b/blueprint/blueprint-repository/pom.xml @@ -22,7 +22,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-spring-camel/pom.xml b/blueprint/blueprint-spring-camel/pom.xml index 6d7c125f29..70e6167932 100644 --- a/blueprint/blueprint-spring-camel/pom.xml +++ b/blueprint/blueprint-spring-camel/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-spring-extender/pom.xml b/blueprint/blueprint-spring-extender/pom.xml index 5fb8f52fff..4a2bd54a1c 100644 --- a/blueprint/blueprint-spring-extender/pom.xml +++ b/blueprint/blueprint-spring-extender/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-spring/pom.xml b/blueprint/blueprint-spring/pom.xml index e73b7ffe65..1ce713b8cd 100644 --- a/blueprint/blueprint-spring/pom.xml +++ b/blueprint/blueprint-spring/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-web-osgi/pom.xml b/blueprint/blueprint-web-osgi/pom.xml index 30c08233d6..f31d8f9077 100644 --- a/blueprint/blueprint-web-osgi/pom.xml +++ b/blueprint/blueprint-web-osgi/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/blueprint-web/pom.xml b/blueprint/blueprint-web/pom.xml index 0fff9a7770..74416c4bc2 100644 --- a/blueprint/blueprint-web/pom.xml +++ b/blueprint/blueprint-web/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/examples/blueprint-sample-war/pom.xml b/blueprint/examples/blueprint-sample-war/pom.xml index 8e4d361d16..b32c7d72a8 100644 --- a/blueprint/examples/blueprint-sample-war/pom.xml +++ b/blueprint/examples/blueprint-sample-war/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/examples/blueprint-sample/pom.xml b/blueprint/examples/blueprint-sample/pom.xml index d834ec2420..ea0c65cf1a 100644 --- a/blueprint/examples/blueprint-sample/pom.xml +++ b/blueprint/examples/blueprint-sample/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/examples/pom.xml b/blueprint/examples/pom.xml index ab94cde012..839e56440f 100644 --- a/blueprint/examples/pom.xml +++ b/blueprint/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/itests/blueprint-itests/pom.xml b/blueprint/itests/blueprint-itests/pom.xml index 67530ef996..48013a16ec 100644 --- a/blueprint/itests/blueprint-itests/pom.xml +++ b/blueprint/itests/blueprint-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/blueprint-testbundlea/pom.xml b/blueprint/itests/blueprint-testbundlea/pom.xml index 10c17566cf..1ad986eae8 100644 --- a/blueprint/itests/blueprint-testbundlea/pom.xml +++ b/blueprint/itests/blueprint-testbundlea/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/blueprint-testbundleb/pom.xml b/blueprint/itests/blueprint-testbundleb/pom.xml index 32249068a1..9b1008b60d 100644 --- a/blueprint/itests/blueprint-testbundleb/pom.xml +++ b/blueprint/itests/blueprint-testbundleb/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/blueprint-testbundlee/pom.xml b/blueprint/itests/blueprint-testbundlee/pom.xml index 92412c0455..7e619ded26 100644 --- a/blueprint/itests/blueprint-testbundlee/pom.xml +++ b/blueprint/itests/blueprint-testbundlee/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/blueprint-testbundles/pom.xml b/blueprint/itests/blueprint-testbundles/pom.xml index 64432ffe63..74474d10a0 100644 --- a/blueprint/itests/blueprint-testbundles/pom.xml +++ b/blueprint/itests/blueprint-testbundles/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/blueprint-testquiescebundle/pom.xml b/blueprint/itests/blueprint-testquiescebundle/pom.xml index ec18add4c2..baff32c160 100644 --- a/blueprint/itests/blueprint-testquiescebundle/pom.xml +++ b/blueprint/itests/blueprint-testquiescebundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../../parent/pom.xml diff --git a/blueprint/itests/pom.xml b/blueprint/itests/pom.xml index 501d7cca0c..12cf8ea4e7 100644 --- a/blueprint/itests/pom.xml +++ b/blueprint/itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/blueprint/pom.xml b/blueprint/pom.xml index ed010b1fd5..a790906d40 100644 --- a/blueprint/pom.xml +++ b/blueprint/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/esa-ant-task/pom.xml b/esa-ant-task/pom.xml index d9bd17c037..4c667eb2cc 100644 --- a/esa-ant-task/pom.xml +++ b/esa-ant-task/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/esa-maven-plugin/pom.xml b/esa-maven-plugin/pom.xml index 955aa82f15..0bd14c5a15 100644 --- a/esa-maven-plugin/pom.xml +++ b/esa-maven-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/jmx/jmx-api/pom.xml b/jmx/jmx-api/pom.xml index c91f10fb15..528c0eeeb0 100644 --- a/jmx/jmx-api/pom.xml +++ b/jmx/jmx-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-blueprint-api/pom.xml b/jmx/jmx-blueprint-api/pom.xml index 0357ffb1cc..1d9ebd9559 100644 --- a/jmx/jmx-blueprint-api/pom.xml +++ b/jmx/jmx-blueprint-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-blueprint-bundle/pom.xml b/jmx/jmx-blueprint-bundle/pom.xml index 8419b715d1..400f11323c 100644 --- a/jmx/jmx-blueprint-bundle/pom.xml +++ b/jmx/jmx-blueprint-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-blueprint-core/pom.xml b/jmx/jmx-blueprint-core/pom.xml index 1a690429a1..de56475ea8 100644 --- a/jmx/jmx-blueprint-core/pom.xml +++ b/jmx/jmx-blueprint-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-bundle/pom.xml b/jmx/jmx-bundle/pom.xml index 11ffb4ddf9..ce475ab985 100644 --- a/jmx/jmx-bundle/pom.xml +++ b/jmx/jmx-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-core-whiteboard/pom.xml b/jmx/jmx-core-whiteboard/pom.xml index f878c72f2a..a49e46ba17 100644 --- a/jmx/jmx-core-whiteboard/pom.xml +++ b/jmx/jmx-core-whiteboard/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-core/pom.xml b/jmx/jmx-core/pom.xml index d0a741e98c..b0f3831159 100644 --- a/jmx/jmx-core/pom.xml +++ b/jmx/jmx-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml index 12f842dc8f..839b1eafb0 100644 --- a/jmx/jmx-itests/pom.xml +++ b/jmx/jmx-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-mbeanserver-platform/pom.xml b/jmx/jmx-mbeanserver-platform/pom.xml index f22c245e3f..99d704255a 100644 --- a/jmx/jmx-mbeanserver-platform/pom.xml +++ b/jmx/jmx-mbeanserver-platform/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/jmx-whiteboard/pom.xml b/jmx/jmx-whiteboard/pom.xml index 30eaffc839..6e3c421d24 100644 --- a/jmx/jmx-whiteboard/pom.xml +++ b/jmx/jmx-whiteboard/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jmx/pom.xml b/jmx/pom.xml index 65b3176a15..d00c4cfb57 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/jndi/jndi-api/pom.xml b/jndi/jndi-api/pom.xml index 9aa1b499a4..33e860252e 100644 --- a/jndi/jndi-api/pom.xml +++ b/jndi/jndi-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-bundle/pom.xml b/jndi/jndi-bundle/pom.xml index d6ca01d67a..034eca845d 100644 --- a/jndi/jndi-bundle/pom.xml +++ b/jndi/jndi-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-core/pom.xml b/jndi/jndi-core/pom.xml index 45f34ac8c1..c936369e8e 100644 --- a/jndi/jndi-core/pom.xml +++ b/jndi/jndi-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-legacy-support/pom.xml b/jndi/jndi-legacy-support/pom.xml index 9973ade470..40cb3b53e2 100644 --- a/jndi/jndi-legacy-support/pom.xml +++ b/jndi/jndi-legacy-support/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-rmi/pom.xml b/jndi/jndi-rmi/pom.xml index 15777c5c64..96367c4512 100644 --- a/jndi/jndi-rmi/pom.xml +++ b/jndi/jndi-rmi/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-url-itest-biz/pom.xml b/jndi/jndi-url-itest-biz/pom.xml index 6706de155d..0d72969fac 100644 --- a/jndi/jndi-url-itest-biz/pom.xml +++ b/jndi/jndi-url-itest-biz/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-url-itest-web/pom.xml b/jndi/jndi-url-itest-web/pom.xml index fd6862bf32..680415a450 100644 --- a/jndi/jndi-url-itest-web/pom.xml +++ b/jndi/jndi-url-itest-web/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml index aac62168dd..fb43145ac9 100644 --- a/jndi/jndi-url-itest/pom.xml +++ b/jndi/jndi-url-itest/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/jndi-url/pom.xml b/jndi/jndi-url/pom.xml index 4f4452a6b5..b6fb14d5b5 100644 --- a/jndi/jndi-url/pom.xml +++ b/jndi/jndi-url/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/jndi/pom.xml b/jndi/pom.xml index 4f7875581d..01e118308d 100644 --- a/jndi/pom.xml +++ b/jndi/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/proxy/pom.xml b/proxy/pom.xml index b2a5dc2094..6329a53926 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/proxy/proxy-api/pom.xml b/proxy/proxy-api/pom.xml index 7a316fb01c..cf21e32794 100644 --- a/proxy/proxy-api/pom.xml +++ b/proxy/proxy-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml index 7d8e8608c3..96331085d3 100644 --- a/proxy/proxy-impl/pom.xml +++ b/proxy/proxy-impl/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml index 8d23d7b3be..c70e9fe7c8 100644 --- a/proxy/proxy-itests/pom.xml +++ b/proxy/proxy-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/quiesce/pom.xml b/quiesce/pom.xml index 934c8cf163..4eec021877 100644 --- a/quiesce/pom.xml +++ b/quiesce/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/quiesce/quiesce-api/pom.xml b/quiesce/quiesce-api/pom.xml index a3d282afcd..18d90b4620 100644 --- a/quiesce/quiesce-api/pom.xml +++ b/quiesce/quiesce-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/quiesce/quiesce-manager-itest/pom.xml b/quiesce/quiesce-manager-itest/pom.xml index 02f5a97899..9cae665686 100644 --- a/quiesce/quiesce-manager-itest/pom.xml +++ b/quiesce/quiesce-manager-itest/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/quiesce/quiesce-manager/pom.xml b/quiesce/quiesce-manager/pom.xml index a8bba19779..560d8e4539 100644 --- a/quiesce/quiesce-manager/pom.xml +++ b/quiesce/quiesce-manager/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 7d6a42e800..c42efb7517 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/subsystem/subsystem-api/pom.xml b/subsystem/subsystem-api/pom.xml index ebf682b8a1..d457c0b780 100644 --- a/subsystem/subsystem-api/pom.xml +++ b/subsystem/subsystem-api/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-bundle/pom.xml b/subsystem/subsystem-bundle/pom.xml index 5d8e6d3c64..6e8b4cd196 100644 --- a/subsystem/subsystem-bundle/pom.xml +++ b/subsystem/subsystem-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-core/pom.xml b/subsystem/subsystem-core/pom.xml index e38e89297a..e561ab8486 100644 --- a/subsystem/subsystem-core/pom.xml +++ b/subsystem/subsystem-core/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-gogo-command/pom.xml b/subsystem/subsystem-gogo-command/pom.xml index 8731b8cedc..9272efe999 100644 --- a/subsystem/subsystem-gogo-command/pom.xml +++ b/subsystem/subsystem-gogo-command/pom.xml @@ -22,7 +22,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-itests-api-bundle/pom.xml b/subsystem/subsystem-itests-api-bundle/pom.xml index 96750d76e2..d612870559 100644 --- a/subsystem/subsystem-itests-api-bundle/pom.xml +++ b/subsystem/subsystem-itests-api-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-itests/pom.xml b/subsystem/subsystem-itests/pom.xml index 17731a7685..9c353c6abf 100644 --- a/subsystem/subsystem-itests/pom.xml +++ b/subsystem/subsystem-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-modeller/pom.xml b/subsystem/subsystem-modeller/pom.xml index 41fd6e1052..8cb79b6fee 100644 --- a/subsystem/subsystem-modeller/pom.xml +++ b/subsystem/subsystem-modeller/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/subsystem/subsystem-obr/pom.xml b/subsystem/subsystem-obr/pom.xml index 23f53b0386..87f972333b 100644 --- a/subsystem/subsystem-obr/pom.xml +++ b/subsystem/subsystem-obr/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/testsupport/pom.xml b/testsupport/pom.xml index e5f1f2e993..ac9b0f9443 100644 --- a/testsupport/pom.xml +++ b/testsupport/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/testsupport/testsupport-unit/pom.xml b/testsupport/testsupport-unit/pom.xml index 3891868681..e8d2edb4da 100644 --- a/testsupport/testsupport-unit/pom.xml +++ b/testsupport/testsupport-unit/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/pom.xml b/transaction/pom.xml index 8fe7017456..a0e3945d33 100644 --- a/transaction/pom.xml +++ b/transaction/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/transaction/transaction-blueprint/pom.xml b/transaction/transaction-blueprint/pom.xml index 1062bfe81a..9cdc4b0c06 100644 --- a/transaction/transaction-blueprint/pom.xml +++ b/transaction/transaction-blueprint/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml index d6223213ef..e048223c11 100644 --- a/transaction/transaction-itests/pom.xml +++ b/transaction/transaction-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-jdbc/pom.xml b/transaction/transaction-jdbc/pom.xml index 4a599e0777..43fae3d9fc 100644 --- a/transaction/transaction-jdbc/pom.xml +++ b/transaction/transaction-jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-jms/pom.xml b/transaction/transaction-jms/pom.xml index 69e55909a8..4c6b88d04f 100644 --- a/transaction/transaction-jms/pom.xml +++ b/transaction/transaction-jms/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-manager/pom.xml b/transaction/transaction-manager/pom.xml index 1c1eb95082..eed0d7a145 100644 --- a/transaction/transaction-manager/pom.xml +++ b/transaction/transaction-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-testbundle/pom.xml b/transaction/transaction-testbundle/pom.xml index d2c74ef074..bfb6fbe140 100644 --- a/transaction/transaction-testbundle/pom.xml +++ b/transaction/transaction-testbundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/transaction/transaction-testds/pom.xml b/transaction/transaction-testds/pom.xml index ca372a78cd..d826bf3eec 100644 --- a/transaction/transaction-testds/pom.xml +++ b/transaction/transaction-testds/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/util/pom.xml b/util/pom.xml index 51809e568b..9ec709c245 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/versioning/pom.xml b/versioning/pom.xml index 89c1451c3b..bc99dd661c 100644 --- a/versioning/pom.xml +++ b/versioning/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/versioning/versioning-checker/pom.xml b/versioning/versioning-checker/pom.xml index 1ff8a1c8d1..ea756c23a5 100644 --- a/versioning/versioning-checker/pom.xml +++ b/versioning/versioning-checker/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/versioning/versioning-plugin/pom.xml b/versioning/versioning-plugin/pom.xml index 3ca050edf8..c7f0354fec 100644 --- a/versioning/versioning-plugin/pom.xml +++ b/versioning/versioning-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index 200ba4fedf..abb0697a5b 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../parent/pom.xml diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml index f44190f6fe..c6c449ee00 100644 --- a/web/web-itests/pom.xml +++ b/web/web-itests/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml diff --git a/web/web-urlhandler/pom.xml b/web/web-urlhandler/pom.xml index f339f48d45..24787ba038 100644 --- a/web/web-urlhandler/pom.xml +++ b/web/web-urlhandler/pom.xml @@ -24,7 +24,7 @@ org.apache.aries parent - 3.2.1-SNAPSHOT + 3.2.0 ../../parent/pom.xml