diff --git a/.github/workflows/subsystem.yml b/.github/workflows/subsystem.yml
index 04eea741a6..66791e86e4 100644
--- a/.github/workflows/subsystem.yml
+++ b/.github/workflows/subsystem.yml
@@ -55,15 +55,15 @@ jobs:
- name: Build testsupport
shell: bash
run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport
- - name: Build proxy
- shell: bash
- run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f proxy
- - name: Build versioning
+ - name: Build util
shell: bash
run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f util
- - name: Build util
+ - name: Build versioning
shell: bash
run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning
+ - name: Build proxy
+ shell: bash
+ run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f proxy
- name: Build quiesce
shell: bash
run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f quiesce
diff --git a/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml b/blueprint-maven-plugin/blueprint-maven-plugin-itest/pom.xml
index 05e2f7ac06..454b01bf14 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.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
diff --git a/blueprint-maven-plugin/pom.xml b/blueprint-maven-plugin/pom.xml
index 273c25ac3d..eed2884105 100644
--- a/blueprint-maven-plugin/pom.xml
+++ b/blueprint-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/blueprint/blueprint-core/pom.xml b/blueprint/blueprint-core/pom.xml
index 10bea4b6ff..05a5522bcb 100644
--- a/blueprint/blueprint-core/pom.xml
+++ b/blueprint/blueprint-core/pom.xml
@@ -105,7 +105,7 @@
1.1.1
1.1.9
1.0.0
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
2.0.18
diff --git a/blueprint/blueprint-repository/pom.xml b/blueprint/blueprint-repository/pom.xml
index 39c9fc3b13..8bcfb6c6ba 100644
--- a/blueprint/blueprint-repository/pom.xml
+++ b/blueprint/blueprint-repository/pom.xml
@@ -42,7 +42,7 @@
6.4.0
1.0.1
1.0.6
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
diff --git a/blueprint/examples/blueprint-sample-war/pom.xml b/blueprint/examples/blueprint-sample-war/pom.xml
index 54b33ed6e0..a7944b786b 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.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/examples/blueprint-sample/pom.xml b/blueprint/examples/blueprint-sample/pom.xml
index bb8d75c50d..b9c819df3d 100644
--- a/blueprint/examples/blueprint-sample/pom.xml
+++ b/blueprint/examples/blueprint-sample/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/examples/pom.xml b/blueprint/examples/pom.xml
index 9d7bf529c4..f731e1e180 100644
--- a/blueprint/examples/pom.xml
+++ b/blueprint/examples/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
diff --git a/blueprint/itests/blueprint-itests/pom.xml b/blueprint/itests/blueprint-itests/pom.xml
index 75ca279a09..fc058c443d 100644
--- a/blueprint/itests/blueprint-itests/pom.xml
+++ b/blueprint/itests/blueprint-itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
@@ -60,7 +60,7 @@
3.5
1.1.15-SNAPSHOT
1.0.1-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.9.26
1.0_6
5.3.39_2
diff --git a/blueprint/itests/blueprint-testbundlea/pom.xml b/blueprint/itests/blueprint-testbundlea/pom.xml
index 80c5238228..2e6004ce65 100644
--- a/blueprint/itests/blueprint-testbundlea/pom.xml
+++ b/blueprint/itests/blueprint-testbundlea/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/itests/blueprint-testbundleb/pom.xml b/blueprint/itests/blueprint-testbundleb/pom.xml
index 775731c832..6d275837c1 100644
--- a/blueprint/itests/blueprint-testbundleb/pom.xml
+++ b/blueprint/itests/blueprint-testbundleb/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/itests/blueprint-testbundlee/pom.xml b/blueprint/itests/blueprint-testbundlee/pom.xml
index 2904e41fd9..69af00883f 100644
--- a/blueprint/itests/blueprint-testbundlee/pom.xml
+++ b/blueprint/itests/blueprint-testbundlee/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/itests/blueprint-testbundles/pom.xml b/blueprint/itests/blueprint-testbundles/pom.xml
index d1aa754ccc..492e2723df 100644
--- a/blueprint/itests/blueprint-testbundles/pom.xml
+++ b/blueprint/itests/blueprint-testbundles/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/itests/blueprint-testquiescebundle/pom.xml b/blueprint/itests/blueprint-testquiescebundle/pom.xml
index 56149549e1..0e01dd2ec2 100644
--- a/blueprint/itests/blueprint-testquiescebundle/pom.xml
+++ b/blueprint/itests/blueprint-testquiescebundle/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../../parent/pom.xml
diff --git a/blueprint/itests/pom.xml b/blueprint/itests/pom.xml
index 1f7a2ea882..904eff1eba 100644
--- a/blueprint/itests/pom.xml
+++ b/blueprint/itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
diff --git a/blueprint/pom.xml b/blueprint/pom.xml
index 2065c12907..0774c08935 100644
--- a/blueprint/pom.xml
+++ b/blueprint/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/jmx/jmx-blueprint-core/pom.xml b/jmx/jmx-blueprint-core/pom.xml
index 7b3da7ee4d..8534673bcc 100644
--- a/jmx/jmx-blueprint-core/pom.xml
+++ b/jmx/jmx-blueprint-core/pom.xml
@@ -55,7 +55,7 @@
2.13.1
1.2.1-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
4.3.1
4.3.1
diff --git a/jmx/jmx-core-whiteboard/pom.xml b/jmx/jmx-core-whiteboard/pom.xml
index 2f49c37a82..eabf16e184 100644
--- a/jmx/jmx-core-whiteboard/pom.xml
+++ b/jmx/jmx-core-whiteboard/pom.xml
@@ -71,7 +71,7 @@
4.11.0
1.1.6-SNAPSHOT
1.1.9-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
4.3.1
4.3.1
diff --git a/jmx/jmx-core/pom.xml b/jmx/jmx-core/pom.xml
index 18a70b5615..60d255dec8 100644
--- a/jmx/jmx-core/pom.xml
+++ b/jmx/jmx-core/pom.xml
@@ -80,7 +80,7 @@
3.14.0
4.11.0
1.1.6-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
4.3.1
4.3.1
diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml
index 058d56f554..b959e425a1 100644
--- a/jmx/jmx-itests/pom.xml
+++ b/jmx/jmx-itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -53,8 +53,8 @@
1.2.1-SNAPSHOT
1.1.6-SNAPSHOT
1.1.15-SNAPSHOT
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.9.26
3.23.100
4.3.1
diff --git a/jmx/pom.xml b/jmx/pom.xml
index ae1249057b..6d39600098 100644
--- a/jmx/pom.xml
+++ b/jmx/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/jndi/jndi-core/pom.xml b/jndi/jndi-core/pom.xml
index ecd116aac9..5db6133675 100644
--- a/jndi/jndi-core/pom.xml
+++ b/jndi/jndi-core/pom.xml
@@ -56,7 +56,7 @@
1.0.0
1.1.1-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
8.0.0
7.0.0
7.0.0
diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml
index c78516c75d..b7a903b05b 100644
--- a/jndi/jndi-url-itest/pom.xml
+++ b/jndi/jndi-url-itest/pom.xml
@@ -52,12 +52,12 @@
1.0.1-SNAPSHOT
1.0.1-SNAPSHOT
1.1.1-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.1.1
1.1.14
1.0.1
1.10.3
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
3.7.4
3.3.0_1
3.23.100
diff --git a/jndi/jndi-url/pom.xml b/jndi/jndi-url/pom.xml
index 1cf6673b23..0c1240415f 100644
--- a/jndi/jndi-url/pom.xml
+++ b/jndi/jndi-url/pom.xml
@@ -66,7 +66,7 @@
1.1.1-SNAPSHOT
1.1.0-SNAPSHOT
1.1.1
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
8.0.0
7.0.0
7.0.0
diff --git a/jndi/pom.xml b/jndi/pom.xml
index d18a1412a6..391db60104 100644
--- a/jndi/pom.xml
+++ b/jndi/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 4702264f13..9f91c9ccc2 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/proxy/proxy-api/pom.xml b/proxy/proxy-api/pom.xml
index 1723f7a0b2..88e84dcbdb 100644
--- a/proxy/proxy-api/pom.xml
+++ b/proxy/proxy-api/pom.xml
@@ -51,7 +51,7 @@
1.1.1
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index ab12bb8696..012d4208ad 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -64,7 +64,7 @@
org.apache.aries.proxy.impl*
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
1.1.14
9.10.1
diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index 3fe90930a9..64b76af1b4 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -50,7 +50,7 @@
3.5
1.1.2-SNAPSHOT
1.1.15-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
3.23.100
4.13.5
2.2.13
diff --git a/quiesce/pom.xml b/quiesce/pom.xml
index 715e1a6fe7..ab0e0b43e0 100644
--- a/quiesce/pom.xml
+++ b/quiesce/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/quiesce/quiesce-api/pom.xml b/quiesce/quiesce-api/pom.xml
index f7849558f1..dd369629ad 100644
--- a/quiesce/quiesce-api/pom.xml
+++ b/quiesce/quiesce-api/pom.xml
@@ -49,7 +49,7 @@
org.apache.aries.quiesce.manager;
org.apache.aries.quiesce.participant;
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
1.0.0
diff --git a/quiesce/quiesce-manager-itest/pom.xml b/quiesce/quiesce-manager-itest/pom.xml
index 562bff49c7..bcc36835f1 100644
--- a/quiesce/quiesce-manager-itest/pom.xml
+++ b/quiesce/quiesce-manager-itest/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -44,8 +44,8 @@
1.5.0
1.0.1-SNAPSHOT
1.0.1-SNAPSHOT
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
3.23.100
4.13.5
2.7.1
diff --git a/quiesce/quiesce-manager/pom.xml b/quiesce/quiesce-manager/pom.xml
index e5baddb01f..da7573362d 100644
--- a/quiesce/quiesce-manager/pom.xml
+++ b/quiesce/quiesce-manager/pom.xml
@@ -54,11 +54,11 @@
org.apache.aries.quiesce.manager.QuiesceManager
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
1.0.0
1.0.1-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
diff --git a/samples/pom.xml b/samples/pom.xml
index 4a8af75bdd..36fa3869fd 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
@@ -63,7 +63,7 @@
1.0.0
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.0.0
diff --git a/spi-fly/spi-fly-itests/test.bndrun b/spi-fly/spi-fly-itests/test.bndrun
index 14bd1f2485..209eca2df8 100644
--- a/spi-fly/spi-fly-itests/test.bndrun
+++ b/spi-fly/spi-fly-itests/test.bndrun
@@ -51,14 +51,14 @@
bnd.identity;id='junit-platform-launcher'
-runbundles: \
- assertj-core;version='[3.27.3,3.27.4)',\
- junit-jupiter-api;version='[5.12.2,5.12.3)',\
- junit-jupiter-engine;version='[5.12.2,5.12.3)',\
- junit-jupiter-params;version='[5.12.2,5.12.3)',\
- junit-platform-commons;version='[1.12.2,1.12.3)',\
- junit-platform-engine;version='[1.12.2,1.12.3)',\
- junit-platform-launcher;version='[1.12.2,1.12.3)',\
- net.bytebuddy.byte-buddy;version='[1.15.11,1.15.12)',\
+ assertj-core;version='[3.27.7,3.27.8)',\
+ junit-jupiter-api;version='[5.14.4,5.14.5)',\
+ junit-jupiter-engine;version='[5.14.4,5.14.5)',\
+ junit-jupiter-params;version='[5.14.4,5.14.5)',\
+ junit-platform-commons;version='[1.14.4,1.14.5)',\
+ junit-platform-engine;version='[1.14.4,1.14.5)',\
+ junit-platform-launcher;version='[1.14.4,1.14.5)',\
+ net.bytebuddy.byte-buddy;version='[1.18.3,1.18.4)',\
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.8,1.3.9)',\
org.apache.aries.spifly.examples.spi.bundle;version='[1.0.6,1.0.7)',\
org.apache.aries.spifly.itests;version='[1.3.8,1.3.9)',\
diff --git a/subsystem/pom.xml b/subsystem/pom.xml
index 98f81c1d1b..ac5e00c4c0 100644
--- a/subsystem/pom.xml
+++ b/subsystem/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/subsystem/subsystem-api/pom.xml b/subsystem/subsystem-api/pom.xml
index a7568542b8..2d2fc2e619 100644
--- a/subsystem/subsystem-api/pom.xml
+++ b/subsystem/subsystem-api/pom.xml
@@ -54,7 +54,7 @@
*
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
8.1.0
6.0.0
5.0.0
diff --git a/subsystem/subsystem-bundle/pom.xml b/subsystem/subsystem-bundle/pom.xml
index 05775e8a79..14c11743d1 100644
--- a/subsystem/subsystem-bundle/pom.xml
+++ b/subsystem/subsystem-bundle/pom.xml
@@ -66,7 +66,7 @@
1.1.15-SNAPSHOT
2.0.11-SNAPSHOT
2.0.11-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
2.0.4
1.1.0.v20120522-1841
1.2.101.v20150831-1342
diff --git a/subsystem/subsystem-core/pom.xml b/subsystem/subsystem-core/pom.xml
index a1b1390391..9d6cec8abb 100644
--- a/subsystem/subsystem-core/pom.xml
+++ b/subsystem/subsystem-core/pom.xml
@@ -68,7 +68,7 @@
4.13.2
2.0.10
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.0.0-SNAPSHOT
6.0.0
5.0.0
diff --git a/subsystem/subsystem-itests-api-bundle/pom.xml b/subsystem/subsystem-itests-api-bundle/pom.xml
index 7d3d460e4a..249011c4a0 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.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
diff --git a/subsystem/subsystem-itests/pom.xml b/subsystem/subsystem-itests/pom.xml
index 0fb601923c..68141ce071 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -51,8 +51,8 @@
2.0.11-SNAPSHOT
1.0.0-SNAPSHOT
1.0.5-SNAPSHOT
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
2.0.10
1.9.26
1.2.200.v20120522-2049
diff --git a/subsystem/subsystem-modeller/pom.xml b/subsystem/subsystem-modeller/pom.xml
index 35eab6386a..5220c99d5b 100644
--- a/subsystem/subsystem-modeller/pom.xml
+++ b/subsystem/subsystem-modeller/pom.xml
@@ -55,12 +55,12 @@
*
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
1.10.4-SNAPSHOT
1.0.0
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
4.3.1
4.3.1
diff --git a/testsupport/pom.xml b/testsupport/pom.xml
index c83dce0f6a..92c6bf4a76 100644
--- a/testsupport/pom.xml
+++ b/testsupport/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/testsupport/testsupport-unit/pom.xml b/testsupport/testsupport-unit/pom.xml
index dcd9e394e1..2bec6c2bf1 100644
--- a/testsupport/testsupport-unit/pom.xml
+++ b/testsupport/testsupport-unit/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.1.0
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
diff --git a/transaction/pom.xml b/transaction/pom.xml
index a10d470960..7cb5a1fd5e 100644
--- a/transaction/pom.xml
+++ b/transaction/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml
index 1abd4d8c0b..fd2c26034b 100644
--- a/transaction/transaction-itests/pom.xml
+++ b/transaction/transaction-itests/pom.xml
@@ -51,7 +51,7 @@
1.0.0
1.4.4
1.0.6
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
2.3.2-SNAPSHOT
2.1.4-SNAPSHOT
1.3.4-SNAPSHOT
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 66a2c0d130..8435a3fa1c 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/util/pom.xml b/util/pom.xml
index 22f43551b1..2a7c12f5de 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.1.0
+ 3.1.1-SNAPSHOT
../parent/pom.xml
@@ -67,7 +67,7 @@
0.3.1
3.12.0
- 2.0.0
+ 2.0.1-SNAPSHOT
3.23.100
diff --git a/versioning/pom.xml b/versioning/pom.xml
index 0486587919..eacb745ad3 100644
--- a/versioning/pom.xml
+++ b/versioning/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/versioning/versioning-checker/pom.xml b/versioning/versioning-checker/pom.xml
index bd22d554d0..ffa0fca925 100644
--- a/versioning/versioning-checker/pom.xml
+++ b/versioning/versioning-checker/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.1.0
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -62,8 +62,8 @@
9.10.1
3.3.1
- 2.0.0
- 2.0.0
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
diff --git a/versioning/versioning-plugin/pom.xml b/versioning/versioning-plugin/pom.xml
index 86e6e417c7..1c6b93c3ed 100644
--- a/versioning/versioning-plugin/pom.xml
+++ b/versioning/versioning-plugin/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.1.0
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -48,7 +48,7 @@
3.4.0
3.9.16
3.15.2
- 0.4.0
+ 0.4.1-SNAPSHOT
diff --git a/web/pom.xml b/web/pom.xml
index 1e931a9482..eb9950def6 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../parent/pom.xml
diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml
index 3a436b5296..1d36b1010c 100644
--- a/web/web-itests/pom.xml
+++ b/web/web-itests/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.1-SNAPSHOT
+ 3.1.1-SNAPSHOT
../../parent/pom.xml
@@ -45,8 +45,8 @@
9.10.1
1.5.0
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
+ 2.0.1-SNAPSHOT
1.0.1-SNAPSHOT
1.9.26
3.23.100
diff --git a/web/web-urlhandler/pom.xml b/web/web-urlhandler/pom.xml
index 1a9b3276a3..7c170685f1 100644
--- a/web/web-urlhandler/pom.xml
+++ b/web/web-urlhandler/pom.xml
@@ -55,7 +55,7 @@
org.apache.aries.web.converter.impl.Activator
1.0.0
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
9.10.1