diff --git a/.github/workflows/jndi.yml b/.github/workflows/jndi.yml
index ea93f2d66a..c0b3d59a8e 100644
--- a/.github/workflows/jndi.yml
+++ b/.github/workflows/jndi.yml
@@ -17,6 +17,7 @@ on:
paths:
- parent/**
- testsupport/**
+ - versioning/**
- util/**
- jndi/**
- .github/workflows/jndi.yml
@@ -51,6 +52,9 @@ jobs:
- name: Build testsupport
shell: bash
run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport
+ - name: Build versioning
+ shell: bash
+ run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning
- name: Build util
shell: bash
run: mvn -U -e -B -ntp -Dmaven.test.skip=true clean install -f util
diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml
index 216db4fa0d..7f09736fbd 100644
--- a/jmx/jmx-itests/pom.xml
+++ b/jmx/jmx-itests/pom.xml
@@ -55,7 +55,7 @@
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
1.9.26
- 3.23.0
+ 3.23.100
4.3.1
4.13.5
2.1.1
diff --git a/jmx/jmx-whiteboard/pom.xml b/jmx/jmx-whiteboard/pom.xml
index a708507cfb..d4666c11f5 100644
--- a/jmx/jmx-whiteboard/pom.xml
+++ b/jmx/jmx-whiteboard/pom.xml
@@ -85,7 +85,7 @@
4.11.0
1.1.9-SNAPSHOT
1.9.26
- 3.23.0
+ 3.23.100
4.3.1
4.3.1
4.13.5
diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml
index 5bbef0701b..a5bf21759d 100644
--- a/jndi/jndi-url-itest/pom.xml
+++ b/jndi/jndi-url-itest/pom.xml
@@ -60,7 +60,7 @@
2.0.0-SNAPSHOT
3.7.4
3.3.0_1
- 3.23.0
+ 3.23.100
8.0.0
7.0.0
4.13.5
diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index 2fc6d53445..16a88842fd 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -50,7 +50,7 @@
1.1.2-SNAPSHOT
1.1.15-SNAPSHOT
2.0.0-SNAPSHOT
- 3.23.0
+ 3.23.100
4.3.1
4.13.5
2.2.9
diff --git a/quiesce/quiesce-manager-itest/pom.xml b/quiesce/quiesce-manager-itest/pom.xml
index b701ff239d..e1895b1475 100644
--- a/quiesce/quiesce-manager-itest/pom.xml
+++ b/quiesce/quiesce-manager-itest/pom.xml
@@ -46,7 +46,7 @@
1.0.1-SNAPSHOT
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
- 3.23.0
+ 3.23.100
4.13.5
2.6.16
diff --git a/samples/ariestrader/assemblies/equinox-test-harness/pom.xml b/samples/ariestrader/assemblies/equinox-test-harness/pom.xml
index bc5d740345..dcf3c1962c 100644
--- a/samples/ariestrader/assemblies/equinox-test-harness/pom.xml
+++ b/samples/ariestrader/assemblies/equinox-test-harness/pom.xml
@@ -31,7 +31,6 @@
3.2.100.v20100503
- 3.23.0
@@ -42,7 +41,6 @@
org.eclipse.platform
org.eclipse.osgi
- ${org.eclipse.osgi.version}
org.eclipse.equinox
diff --git a/samples/blog/blog-itests/pom.xml b/samples/blog/blog-itests/pom.xml
index 2ed8504f57..bff464af68 100644
--- a/samples/blog/blog-itests/pom.xml
+++ b/samples/blog/blog-itests/pom.xml
@@ -34,7 +34,6 @@
8
1.4
- 3.23.0
4.13.5
1.7.0
2.0.0
@@ -47,7 +46,6 @@
org.eclipse.platform
org.eclipse.osgi
- ${org.eclipse.osgi.version}
org.osgi
diff --git a/samples/blueprint/helloworld/helloworld-assembly/pom.xml b/samples/blueprint/helloworld/helloworld-assembly/pom.xml
index 25fd7e8c6d..1ff3207530 100644
--- a/samples/blueprint/helloworld/helloworld-assembly/pom.xml
+++ b/samples/blueprint/helloworld/helloworld-assembly/pom.xml
@@ -31,14 +31,12 @@
3.2.0-v20070116
3.2.100.v20100503
- 3.23.0
org.eclipse.platform
org.eclipse.osgi
- ${org.eclipse.osgi.version}
diff --git a/samples/blueprint/helloworld/helloworld-itests/pom.xml b/samples/blueprint/helloworld/helloworld-itests/pom.xml
index 37ed57c02f..cef79bc551 100644
--- a/samples/blueprint/helloworld/helloworld-itests/pom.xml
+++ b/samples/blueprint/helloworld/helloworld-itests/pom.xml
@@ -36,7 +36,6 @@
1.5.0
1.0.0
3.2.100.v20100503
- 3.23.0
4.13.5
1.12.12
2.6.16
@@ -46,7 +45,6 @@
org.eclipse.platform
org.eclipse.osgi
- ${org.eclipse.osgi.version}
provided
diff --git a/samples/pom.xml b/samples/pom.xml
index 0351ae66b3..e1c1e264f1 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -78,6 +78,7 @@
2.6
1.6
1.15.1_1
+ 3.23.100
2.2.2
1.1
@@ -419,6 +420,12 @@
${javax.annotation-api.version}
provided
+
+
+ org.eclipse.platform
+ org.eclipse.osgi
+ ${org.eclipse.osgi.version}
+
diff --git a/transaction/transaction-itests/pom.xml b/transaction/transaction-itests/pom.xml
index 33c54c0ad1..6b367de827 100644
--- a/transaction/transaction-itests/pom.xml
+++ b/transaction/transaction-itests/pom.xml
@@ -61,7 +61,7 @@
1.9.26
1.0.2
1_3
- 3.23.0
+ 3.23.100
6.0.0
1.8.3
4.13.5
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 0129ee159f..54efadf9e5 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -59,7 +59,7 @@
1.1.8
1.1.6
1.4.1000
- 3.23.0
+ 3.23.100
3.0.0
2.2.9
diff --git a/util/pom.xml b/util/pom.xml
index 52d641e0a6..bde245c974 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -66,7 +66,7 @@
3.11.2
1.0.0
- 3.23.0
+ 3.23.100
diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml
index c7e139613a..95d0a468c2 100644
--- a/web/web-itests/pom.xml
+++ b/web/web-itests/pom.xml
@@ -49,7 +49,7 @@
2.0.0-SNAPSHOT
1.0.1-SNAPSHOT
1.9.26
- 3.23.0
+ 3.23.100
4.13.5
2.1.1
2.6.16