diff --git a/api/api-all/pom.xml b/api/api-all/pom.xml
index 2cac1102b94..b8e522d23e7 100644
--- a/api/api-all/pom.xml
+++ b/api/api-all/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -36,14 +36,14 @@
org.eclipse.dirigible
dirigible-api-facade-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-all
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-all/pom.xml b/api/api-facade/api-all/pom.xml
index 19a6dfb53ca..f67f40c8514 100644
--- a/api/api-facade/api-all/pom.xml
+++ b/api/api-facade/api-all/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -36,67 +36,67 @@
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http-async
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-io
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-log
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-mail
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-platform
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-net
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-core/pom.xml b/api/api-facade/api-core/pom.xml
index dc7b9f2683d..68a0f1a484a 100644
--- a/api/api-facade/api-core/pom.xml
+++ b/api/api-facade/api-core/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,36 +35,36 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-command
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-database/pom.xml b/api/api-facade/api-database/pom.xml
index 32dd9aab5c9..3df030a8fc5 100644
--- a/api/api-facade/api-database/pom.xml
+++ b/api/api-facade/api-database/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,22 +35,22 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-dynamic
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-http-async/pom.xml b/api/api-facade/api-http-async/pom.xml
index a6e343a37ce..c7e9e8bb10c 100644
--- a/api/api-facade/api-http-async/pom.xml
+++ b/api/api-facade/api-http-async/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -40,17 +40,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-http/pom.xml b/api/api-facade/api-http/pom.xml
index d2c7d2f6226..bb246188ca6 100644
--- a/api/api-facade/api-http/pom.xml
+++ b/api/api-facade/api-http/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,12 +35,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-indexing/pom.xml b/api/api-facade/api-indexing/pom.xml
index 639755d7440..6e0ab109ac9 100644
--- a/api/api-facade/api-indexing/pom.xml
+++ b/api/api-facade/api-indexing/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,17 +35,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
diff --git a/api/api-facade/api-io/pom.xml b/api/api-facade/api-io/pom.xml
index 90cb685b23f..766d772ffab 100644
--- a/api/api-facade/api-io/pom.xml
+++ b/api/api-facade/api-io/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,12 +35,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
commons-net
diff --git a/api/api-facade/api-log/pom.xml b/api/api-facade/api-log/pom.xml
index e8353c36355..e2c5f7f7f97 100644
--- a/api/api-facade/api-log/pom.xml
+++ b/api/api-facade/api-log/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@
${project.groupId}
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -65,7 +65,7 @@
org.eclipse.dirigible
dirigible-core-problems
- 5.12.21
+ 6.0.0-SNAPSHOT
compile
diff --git a/api/api-facade/api-mail/pom.xml b/api/api-facade/api-mail/pom.xml
index a0933e972b3..b8cccf6dd2e 100644
--- a/api/api-facade/api-mail/pom.xml
+++ b/api/api-facade/api-mail/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,12 +35,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-messaging/pom.xml b/api/api-facade/api-messaging/pom.xml
index 6dc4dc25841..bb384fcd719 100644
--- a/api/api-facade/api-messaging/pom.xml
+++ b/api/api-facade/api-messaging/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,17 +35,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
diff --git a/api/api-facade/api-net/pom.xml b/api/api-facade/api-net/pom.xml
index ce91d9f2e35..9a8993ad7e8 100644
--- a/api/api-facade/api-net/pom.xml
+++ b/api/api-facade/api-net/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,12 +35,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
javax.websocket
@@ -51,12 +51,12 @@
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-platform/pom.xml b/api/api-facade/api-platform/pom.xml
index 17128459657..736c630c101 100644
--- a/api/api-facade/api-platform/pom.xml
+++ b/api/api-facade/api-platform/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,32 +34,32 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-security/pom.xml b/api/api-facade/api-security/pom.xml
index 4e8c55eb360..4a6994b4694 100644
--- a/api/api-facade/api-security/pom.xml
+++ b/api/api-facade/api-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/api/api-facade/api-tests/pom.xml b/api/api-facade/api-tests/pom.xml
index 671b59cd581..48ab4f608f4 100644
--- a/api/api-facade/api-tests/pom.xml
+++ b/api/api-facade/api-tests/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,173 +34,173 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-io
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-spark
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-spark
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-internal
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-platform
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-rabbitmq
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-elasticsearch
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-redis
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-etcd
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-io
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-log
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-platform
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-redis
- 5.12.21
+ 6.0.0-SNAPSHOT
org.testcontainers
@@ -211,23 +211,23 @@
org.eclipse.dirigible
dirigible-ext-etcd
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-rabbitmq
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-elasticsearch
- 5.12.21
+ 6.0.0-SNAPSHOT
junit
diff --git a/api/api-facade/api-utils/pom.xml b/api/api-facade/api-utils/pom.xml
index 04364efb6b7..aad7dacb15f 100644
--- a/api/api-facade/api-utils/pom.xml
+++ b/api/api-facade/api-utils/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-facade-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -33,12 +33,12 @@
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-xml2json
- 5.12.21
+ 6.0.0-SNAPSHOT
commons-codec
diff --git a/api/api-facade/pom.xml b/api/api-facade/pom.xml
index caa01deeb8a..6942837909b 100644
--- a/api/api-facade/pom.xml
+++ b/api/api-facade/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-all/pom.xml b/api/api-javascript/api-all/pom.xml
index 7f146856416..e1b93a4a7d2 100644
--- a/api/api-javascript/api-all/pom.xml
+++ b/api/api-javascript/api-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -23,77 +23,77 @@
org.eclipse.dirigible
dirigible-api-javascript-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-documents
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-io
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-log
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-mail
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-test
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-net
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-platform
- 5.12.21
+ 6.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/api/api-javascript/api-core/pom.xml b/api/api-javascript/api-core/pom.xml
index f614148a20e..212d3444e51 100644
--- a/api/api-javascript/api-core/pom.xml
+++ b/api/api-javascript/api-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-database/pom.xml b/api/api-javascript/api-database/pom.xml
index d76b8793b7f..a33733248e5 100644
--- a/api/api-javascript/api-database/pom.xml
+++ b/api/api-javascript/api-database/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-http/pom.xml b/api/api-javascript/api-http/pom.xml
index 4a3483a7714..eed624315a1 100644
--- a/api/api-javascript/api-http/pom.xml
+++ b/api/api-javascript/api-http/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-indexing/pom.xml b/api/api-javascript/api-indexing/pom.xml
index 7a776cf3af8..73069903883 100644
--- a/api/api-javascript/api-indexing/pom.xml
+++ b/api/api-javascript/api-indexing/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-io/pom.xml b/api/api-javascript/api-io/pom.xml
index 5260144c8b1..839e4a62c2d 100644
--- a/api/api-javascript/api-io/pom.xml
+++ b/api/api-javascript/api-io/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-log/pom.xml b/api/api-javascript/api-log/pom.xml
index eea4e222a76..111959f7260 100644
--- a/api/api-javascript/api-log/pom.xml
+++ b/api/api-javascript/api-log/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-mail/pom.xml b/api/api-javascript/api-mail/pom.xml
index 3385eeb1b3b..99faf3c103b 100644
--- a/api/api-javascript/api-mail/pom.xml
+++ b/api/api-javascript/api-mail/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-messaging/pom.xml b/api/api-javascript/api-messaging/pom.xml
index 201c0b7aa6d..2cd4cea6a5c 100644
--- a/api/api-javascript/api-messaging/pom.xml
+++ b/api/api-javascript/api-messaging/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-net/pom.xml b/api/api-javascript/api-net/pom.xml
index 9f7565cdc26..1c67bdee543 100644
--- a/api/api-javascript/api-net/pom.xml
+++ b/api/api-javascript/api-net/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-platform/pom.xml b/api/api-javascript/api-platform/pom.xml
index 70182f1507f..00de7313ad7 100644
--- a/api/api-javascript/api-platform/pom.xml
+++ b/api/api-javascript/api-platform/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-security/pom.xml b/api/api-javascript/api-security/pom.xml
index 9eff75687d6..1e9e0bdfbce 100644
--- a/api/api-javascript/api-security/pom.xml
+++ b/api/api-javascript/api-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-test/pom.xml b/api/api-javascript/api-test/pom.xml
index c177b611ac1..4f88fe9525c 100644
--- a/api/api-javascript/api-test/pom.xml
+++ b/api/api-javascript/api-test/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/api-utils/pom.xml b/api/api-javascript/api-utils/pom.xml
index dc6c9e653f3..eb6e9b58f91 100644
--- a/api/api-javascript/api-utils/pom.xml
+++ b/api/api-javascript/api-utils/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-api-javascript-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/api-javascript/pom.xml b/api/api-javascript/pom.xml
index 8f26348e2a0..c529c6a6cbe 100644
--- a/api/api-javascript/pom.xml
+++ b/api/api-javascript/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/api/pom.xml b/api/pom.xml
index 9e977dbaf5b..5fe968deb9b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-all/pom.xml b/ext/ext-all/pom.xml
index 84d7eb9fd17..87a70c364b8 100644
--- a/ext/ext-all/pom.xml
+++ b/ext/ext-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -17,97 +17,97 @@
org.eclipse.dirigible
dirigible-ext-acorn
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-jasmine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-qunit
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-kafka
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-mongodb
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-cassandra
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-elasticsearch
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-etcd
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-rabbitmq
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-redis
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext-spark
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-kafka
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-mongodb
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-cassandra
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-elasticsearch
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-etcd
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-rabbitmq
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-redis
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-spark
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ext/ext-api/api-cassandra/pom.xml b/ext/ext-api/api-cassandra/pom.xml
index 0d4ce33b0c5..830987597a0 100644
--- a/ext/ext-api/api-cassandra/pom.xml
+++ b/ext/ext-api/api-cassandra/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -92,7 +92,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -102,27 +102,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -135,20 +135,20 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-elasticsearch/pom.xml b/ext/ext-api/api-elasticsearch/pom.xml
index e0d1f7fa380..dfb0f421064 100644
--- a/ext/ext-api/api-elasticsearch/pom.xml
+++ b/ext/ext-api/api-elasticsearch/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -86,7 +86,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -96,27 +96,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -145,19 +145,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-etcd/pom.xml b/ext/ext-api/api-etcd/pom.xml
index 5a0cd1b0cf0..9d9cadaecdd 100644
--- a/ext/ext-api/api-etcd/pom.xml
+++ b/ext/ext-api/api-etcd/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -86,7 +86,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -96,22 +96,22 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -136,19 +136,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-kafka/pom.xml b/ext/ext-api/api-kafka/pom.xml
index 97d271f37a3..e430367edff 100644
--- a/ext/ext-api/api-kafka/pom.xml
+++ b/ext/ext-api/api-kafka/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -45,27 +45,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -82,25 +82,25 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-mongodb/pom.xml b/ext/ext-api/api-mongodb/pom.xml
index 71ce98d5ec0..b5c3dd151ff 100644
--- a/ext/ext-api/api-mongodb/pom.xml
+++ b/ext/ext-api/api-mongodb/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -45,27 +45,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -77,25 +77,25 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-rabbitmq/pom.xml b/ext/ext-api/api-rabbitmq/pom.xml
index 656d89ef078..03ab4f4e0e0 100644
--- a/ext/ext-api/api-rabbitmq/pom.xml
+++ b/ext/ext-api/api-rabbitmq/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -86,7 +86,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -96,27 +96,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
com.rabbitmq
@@ -126,19 +126,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-redis/pom.xml b/ext/ext-api/api-redis/pom.xml
index 5484f10ff8e..bdabe605a9d 100644
--- a/ext/ext-api/api-redis/pom.xml
+++ b/ext/ext-api/api-redis/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -86,7 +86,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -96,27 +96,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -132,19 +132,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/api-spark/pom.xml b/ext/ext-api/api-spark/pom.xml
index 47dd41c506e..466c39a5966 100644
--- a/ext/ext-api/api-spark/pom.xml
+++ b/ext/ext-api/api-spark/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-api-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -86,7 +86,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -96,27 +96,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -173,7 +173,7 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
@@ -186,13 +186,13 @@
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/ext/ext-api/pom.xml b/ext/ext-api/pom.xml
index 292f8e7c124..65a4a38a16f 100644
--- a/ext/ext-api/pom.xml
+++ b/ext/ext-api/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-acorn/pom.xml b/ext/ext-modules/ext-acorn/pom.xml
index 18f921e3313..f9f88f2c272 100644
--- a/ext/ext-modules/ext-acorn/pom.xml
+++ b/ext/ext-modules/ext-acorn/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-cassandra/pom.xml b/ext/ext-modules/ext-cassandra/pom.xml
index df0f8d05750..10fc931e84e 100644
--- a/ext/ext-modules/ext-cassandra/pom.xml
+++ b/ext/ext-modules/ext-cassandra/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-elasticsearch/pom.xml b/ext/ext-modules/ext-elasticsearch/pom.xml
index 4c9355b49f2..09b867efcb8 100644
--- a/ext/ext-modules/ext-elasticsearch/pom.xml
+++ b/ext/ext-modules/ext-elasticsearch/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-etcd/pom.xml b/ext/ext-modules/ext-etcd/pom.xml
index 2386025d920..fa58a3745b6 100644
--- a/ext/ext-modules/ext-etcd/pom.xml
+++ b/ext/ext-modules/ext-etcd/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-jasmine/pom.xml b/ext/ext-modules/ext-jasmine/pom.xml
index a1b88c34652..782971e0e74 100644
--- a/ext/ext-modules/ext-jasmine/pom.xml
+++ b/ext/ext-modules/ext-jasmine/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-kafka/pom.xml b/ext/ext-modules/ext-kafka/pom.xml
index 232cba4ab8b..df72709b794 100644
--- a/ext/ext-modules/ext-kafka/pom.xml
+++ b/ext/ext-modules/ext-kafka/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-mongodb/pom.xml b/ext/ext-modules/ext-mongodb/pom.xml
index d838aff8001..cf9e0df4b61 100644
--- a/ext/ext-modules/ext-mongodb/pom.xml
+++ b/ext/ext-modules/ext-mongodb/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-qunit/pom.xml b/ext/ext-modules/ext-qunit/pom.xml
index fd5a60d28e6..515a27d17c1 100644
--- a/ext/ext-modules/ext-qunit/pom.xml
+++ b/ext/ext-modules/ext-qunit/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-rabbitmq/pom.xml b/ext/ext-modules/ext-rabbitmq/pom.xml
index 4c895e7caae..aa77878b198 100644
--- a/ext/ext-modules/ext-rabbitmq/pom.xml
+++ b/ext/ext-modules/ext-rabbitmq/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-redis/pom.xml b/ext/ext-modules/ext-redis/pom.xml
index e7d23a62810..8026c419a2a 100644
--- a/ext/ext-modules/ext-redis/pom.xml
+++ b/ext/ext-modules/ext-redis/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/ext-spark/pom.xml b/ext/ext-modules/ext-spark/pom.xml
index 3936b403a5c..5705b45ba78 100644
--- a/ext/ext-modules/ext-spark/pom.xml
+++ b/ext/ext-modules/ext-spark/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ext-modules-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/ext-modules/pom.xml b/ext/ext-modules/pom.xml
index 33a24e2121d..049ca397aa2 100644
--- a/ext/ext-modules/pom.xml
+++ b/ext/ext-modules/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-ext-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ext/pom.xml b/ext/pom.xml
index 7f45a586689..6932ba600d5 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ide-all/pom.xml b/ide/ide-all/pom.xml
index ffe0560adc2..d1940588649 100644
--- a/ide/ide-all/pom.xml
+++ b/ide/ide-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -17,12 +17,12 @@
org.eclipse.dirigible
dirigible-ide-ui-group-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-services-group-all
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/pom.xml b/ide/pom.xml
index e49a13cb05d..d4c987e666a 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/services/ide-console/pom.xml b/ide/services/ide-console/pom.xml
index 0d439366261..424db4e9d08 100644
--- a/ide/services/ide-console/pom.xml
+++ b/ide/services/ide-console/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-core/pom.xml b/ide/services/ide-core/pom.xml
index 433b745940d..a22aaf67937 100644
--- a/ide/services/ide-core/pom.xml
+++ b/ide/services/ide-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-health
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-databases/pom.xml b/ide/services/ide-databases/pom.xml
index 34921e1ce11..30df630f625 100644
--- a/ide/services/ide-databases/pom.xml
+++ b/ide/services/ide-databases/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-sql
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-git/pom.xml b/ide/services/ide-git/pom.xml
index 3ae1d927ecc..99da0765a44 100644
--- a/ide/services/ide-git/pom.xml
+++ b/ide/services/ide-git/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-git
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-group-all/pom.xml b/ide/services/ide-group-all/pom.xml
index 80b21a6e9a4..b56df05eae7 100644
--- a/ide/services/ide-group-all/pom.xml
+++ b/ide/services/ide-group-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,37 +34,37 @@
org.eclipse.dirigible
dirigible-ide-service-console
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-databases
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-git
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-terminal
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-workspaces
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-publisher/pom.xml b/ide/services/ide-publisher/pom.xml
index c0f538ef00f..651feb5ea9d 100644
--- a/ide/services/ide-publisher/pom.xml
+++ b/ide/services/ide-publisher/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/ide-terminal/pom.xml b/ide/services/ide-terminal/pom.xml
index 10616307c31..239e0650882 100644
--- a/ide/services/ide-terminal/pom.xml
+++ b/ide/services/ide-terminal/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-process
- 5.12.21
+ 6.0.0-SNAPSHOT
javax.websocket
diff --git a/ide/services/ide-workspaces/pom.xml b/ide/services/ide-workspaces/pom.xml
index 7c82e390a16..0cc2c82d058 100644
--- a/ide/services/ide-workspaces/pom.xml
+++ b/ide/services/ide-workspaces/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,32 +34,32 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/ide/services/pom.xml b/ide/services/pom.xml
index 987e5a2047a..b9f2e3a5710 100644
--- a/ide/services/pom.xml
+++ b/ide/services/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-branding/pom.xml b/ide/ui/ide-branding/pom.xml
index 7d3735fdbc1..2f8d36d7393 100644
--- a/ide/ui/ide-branding/pom.xml
+++ b/ide/ui/ide-branding/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-console/pom.xml b/ide/ui/ide-console/pom.xml
index fd8b27b3977..13a9ac13f31 100644
--- a/ide/ui/ide-console/pom.xml
+++ b/ide/ui/ide-console/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-core/pom.xml b/ide/ui/ide-core/pom.xml
index 375c8a2eb0a..673711b6c2f 100644
--- a/ide/ui/ide-core/pom.xml
+++ b/ide/ui/ide-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-data-structures/pom.xml b/ide/ui/ide-data-structures/pom.xml
index 1f1c9579ca1..eb7359d048a 100644
--- a/ide/ui/ide-data-structures/pom.xml
+++ b/ide/ui/ide-data-structures/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-database/pom.xml b/ide/ui/ide-database/pom.xml
index 30f2b2fa07c..262893b98b5 100644
--- a/ide/ui/ide-database/pom.xml
+++ b/ide/ui/ide-database/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-debugger/pom.xml b/ide/ui/ide-debugger/pom.xml
index 96c3ba53f58..402011c43a5 100644
--- a/ide/ui/ide-debugger/pom.xml
+++ b/ide/ui/ide-debugger/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-deploy-manager/pom.xml b/ide/ui/ide-deploy-manager/pom.xml
index 47cd05719a5..59192fc4b06 100644
--- a/ide/ui/ide-deploy-manager/pom.xml
+++ b/ide/ui/ide-deploy-manager/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-entity/pom.xml b/ide/ui/ide-entity/pom.xml
index eda3c067211..184e548a7d2 100644
--- a/ide/ui/ide-entity/pom.xml
+++ b/ide/ui/ide-entity/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-extensions/pom.xml b/ide/ui/ide-extensions/pom.xml
index 916bb4ab5ca..27800bbefb1 100644
--- a/ide/ui/ide-extensions/pom.xml
+++ b/ide/ui/ide-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-form-builder/pom.xml b/ide/ui/ide-form-builder/pom.xml
index 203143d9538..28b3ebab243 100644
--- a/ide/ui/ide-form-builder/pom.xml
+++ b/ide/ui/ide-form-builder/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-git/pom.xml b/ide/ui/ide-git/pom.xml
index 013c234d0e2..b2adf9ba196 100644
--- a/ide/ui/ide-git/pom.xml
+++ b/ide/ui/ide-git/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-group-all/pom.xml b/ide/ui/ide-group-all/pom.xml
index 82613398822..27221e72ab9 100644
--- a/ide/ui/ide-group-all/pom.xml
+++ b/ide/ui/ide-group-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -21,152 +21,152 @@
org.eclipse.dirigible
dirigible-ide-ui-branding
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-workbench
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-terminal
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-console
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-swagger
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-preview
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-problems
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-git
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-schema
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-entity
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-monaco
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-monaco-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-debugger
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-logs
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-jobs
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-operations
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-listeners
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-data-structures
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-registry
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-plugins
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-deploy-manager
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-websockets
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-form-builder
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-image
- 5.12.21
+ 6.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/ide/ui/ide-image/pom.xml b/ide/ui/ide-image/pom.xml
index af8f1da9ad8..cc3975ba9b8 100644
--- a/ide/ui/ide-image/pom.xml
+++ b/ide/ui/ide-image/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-jobs/pom.xml b/ide/ui/ide-jobs/pom.xml
index af7963678b5..64f52c902f5 100644
--- a/ide/ui/ide-jobs/pom.xml
+++ b/ide/ui/ide-jobs/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-listeners/pom.xml b/ide/ui/ide-listeners/pom.xml
index e3403b2ed4c..77555ae8b20 100644
--- a/ide/ui/ide-listeners/pom.xml
+++ b/ide/ui/ide-listeners/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-logs/pom.xml b/ide/ui/ide-logs/pom.xml
index 7f11e5f23b5..33f9d84046b 100644
--- a/ide/ui/ide-logs/pom.xml
+++ b/ide/ui/ide-logs/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-monaco-extensions/pom.xml b/ide/ui/ide-monaco-extensions/pom.xml
index 88feddab42c..8fd785fb996 100644
--- a/ide/ui/ide-monaco-extensions/pom.xml
+++ b/ide/ui/ide-monaco-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-monaco/pom.xml b/ide/ui/ide-monaco/pom.xml
index 03800e100c6..4ba59d7699e 100644
--- a/ide/ui/ide-monaco/pom.xml
+++ b/ide/ui/ide-monaco/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-operations/pom.xml b/ide/ui/ide-operations/pom.xml
index 669b32ab30b..f8d86f3fdcd 100644
--- a/ide/ui/ide-operations/pom.xml
+++ b/ide/ui/ide-operations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-plugins/pom.xml b/ide/ui/ide-plugins/pom.xml
index afbe2b65bbb..8839be0a5be 100644
--- a/ide/ui/ide-plugins/pom.xml
+++ b/ide/ui/ide-plugins/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-preview/pom.xml b/ide/ui/ide-preview/pom.xml
index 1c78ff345bf..bd02668c317 100644
--- a/ide/ui/ide-preview/pom.xml
+++ b/ide/ui/ide-preview/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-problems/pom.xml b/ide/ui/ide-problems/pom.xml
index ed504c42bc3..1707ac16e26 100644
--- a/ide/ui/ide-problems/pom.xml
+++ b/ide/ui/ide-problems/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-registry/pom.xml b/ide/ui/ide-registry/pom.xml
index ca59b009aa7..2888503d7db 100644
--- a/ide/ui/ide-registry/pom.xml
+++ b/ide/ui/ide-registry/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-repository/pom.xml b/ide/ui/ide-repository/pom.xml
index 9dacf8fd0b2..4490e57d49a 100644
--- a/ide/ui/ide-repository/pom.xml
+++ b/ide/ui/ide-repository/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-schema/pom.xml b/ide/ui/ide-schema/pom.xml
index 1100f86e711..1c0ff4b44a0 100644
--- a/ide/ui/ide-schema/pom.xml
+++ b/ide/ui/ide-schema/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-security/pom.xml b/ide/ui/ide-security/pom.xml
index cfc0411f164..6a586f10458 100644
--- a/ide/ui/ide-security/pom.xml
+++ b/ide/ui/ide-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-swagger/pom.xml b/ide/ui/ide-swagger/pom.xml
index cbba597e90a..3ba18ac4c94 100644
--- a/ide/ui/ide-swagger/pom.xml
+++ b/ide/ui/ide-swagger/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-terminal/pom.xml b/ide/ui/ide-terminal/pom.xml
index b9a838fa439..0a225375895 100644
--- a/ide/ui/ide-terminal/pom.xml
+++ b/ide/ui/ide-terminal/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-websockets/pom.xml b/ide/ui/ide-websockets/pom.xml
index be4a4e5c665..02393dbbf76 100644
--- a/ide/ui/ide-websockets/pom.xml
+++ b/ide/ui/ide-websockets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-workbench/pom.xml b/ide/ui/ide-workbench/pom.xml
index bcad5ca67e1..26ed67bdb46 100644
--- a/ide/ui/ide-workbench/pom.xml
+++ b/ide/ui/ide-workbench/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/ide-workspace/pom.xml b/ide/ui/ide-workspace/pom.xml
index 31ca26db16c..c558a54e4fd 100644
--- a/ide/ui/ide-workspace/pom.xml
+++ b/ide/ui/ide-workspace/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-ui-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/ide/ui/pom.xml b/ide/ui/pom.xml
index 4fc09a7d2df..ad5ecc66cdb 100644
--- a/ide/ui/pom.xml
+++ b/ide/ui/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-ide-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/bpm/api-facade-bpm/pom.xml b/modules/bpm/api-facade-bpm/pom.xml
index fdff68903a0..b493ace781e 100644
--- a/modules/bpm/api-facade-bpm/pom.xml
+++ b/modules/bpm/api-facade-bpm/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,12 +35,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-bpm-api
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
diff --git a/modules/bpm/bpm-all/pom.xml b/modules/bpm/bpm-all/pom.xml
index 30d92b6ae8e..4fed430a429 100644
--- a/modules/bpm/bpm-all/pom.xml
+++ b/modules/bpm/bpm-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,37 +34,37 @@
org.eclipse.dirigible
dirigible-bpm-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-bpm-flowable
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-flowable-libs
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/bpm/bpm-api/pom.xml b/modules/bpm/bpm-api/pom.xml
index 5fd26d35018..d7db0769196 100644
--- a/modules/bpm/bpm-api/pom.xml
+++ b/modules/bpm/bpm-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/bpm/bpm-flowable/pom.xml b/modules/bpm/bpm-flowable/pom.xml
index 1e316b8a073..6c31a498273 100644
--- a/modules/bpm/bpm-flowable/pom.xml
+++ b/modules/bpm/bpm-flowable/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,42 +34,42 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-bpm-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -87,38 +87,38 @@
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-api-javascript-core
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/bpm/bpm-resources/api-bpm/pom.xml b/modules/bpm/bpm-resources/api-bpm/pom.xml
index 7cc4bd10f14..cfa0ce0e414 100644
--- a/modules/bpm/bpm-resources/api-bpm/pom.xml
+++ b/modules/bpm/bpm-resources/api-bpm/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/bpm/bpm-resources/ide-bpm/pom.xml b/modules/bpm/bpm-resources/ide-bpm/pom.xml
index 362cdcaa067..766a584c410 100644
--- a/modules/bpm/bpm-resources/ide-bpm/pom.xml
+++ b/modules/bpm/bpm-resources/ide-bpm/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/bpm/bpm-resources/pom.xml b/modules/bpm/bpm-resources/pom.xml
index 6c7784be78d..31303dda9a7 100644
--- a/modules/bpm/bpm-resources/pom.xml
+++ b/modules/bpm/bpm-resources/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/bpm/bpm-resources/resources-flowable-libs/pom.xml b/modules/bpm/bpm-resources/resources-flowable-libs/pom.xml
index 19093cbe248..875b441042b 100644
--- a/modules/bpm/bpm-resources/resources-flowable-libs/pom.xml
+++ b/modules/bpm/bpm-resources/resources-flowable-libs/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/bpm/ide-service-bpm/pom.xml b/modules/bpm/ide-service-bpm/pom.xml
index 641bd5f4a25..c0095fe541f 100644
--- a/modules/bpm/ide-service-bpm/pom.xml
+++ b/modules/bpm/ide-service-bpm/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-bpm-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,27 +34,27 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-workspaces
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -71,25 +71,25 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/bpm/pom.xml b/modules/bpm/pom.xml
index 3c15fb373b9..899d6bf5353 100644
--- a/modules/bpm/pom.xml
+++ b/modules/bpm/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/cms/api-cms/pom.xml b/modules/cms/api-cms/pom.xml
index 17e372feef9..69460d4e28e 100644
--- a/modules/cms/api-cms/pom.xml
+++ b/modules/cms/api-cms/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,18 +35,18 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-api
- 5.12.21
+ 6.0.0-SNAPSHOT
provided
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/cms/api-documents/pom.xml b/modules/cms/api-documents/pom.xml
index d46024fbd0d..3085d5a1bd3 100644
--- a/modules/cms/api-documents/pom.xml
+++ b/modules/cms/api-documents/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.xmlgraphics
diff --git a/modules/cms/cms-all/pom.xml b/modules/cms/cms-all/pom.xml
index 7a138172e53..d4c9623c1fe 100644
--- a/modules/cms/cms-all/pom.xml
+++ b/modules/cms/cms-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,63 +34,63 @@
org.eclipse.dirigible
dirigible-cms-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-internal
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-managed
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-documents
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-javascript-documents
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-documents
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-documents-ext-content-type-ms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-csv
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-ui-csvim
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/cms/cms-api/pom.xml b/modules/cms/cms-api/pom.xml
index e3719265588..0e6441aa62b 100644
--- a/modules/cms/cms-api/pom.xml
+++ b/modules/cms/cms-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/cms/cms-database/pom.xml b/modules/cms/cms-database/pom.xml
index e5c8669340a..452d14644ed 100644
--- a/modules/cms/cms-database/pom.xml
+++ b/modules/cms/cms-database/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.chemistry.opencmis
@@ -55,38 +55,38 @@
org.eclipse.dirigible
dirigible-repository-api-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-zip
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-sql
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-search
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/cms/cms-internal/pom.xml b/modules/cms/cms-internal/pom.xml
index 875573923ae..7bcc4cb393d 100644
--- a/modules/cms/cms-internal/pom.xml
+++ b/modules/cms/cms-internal/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,27 +34,27 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.chemistry.opencmis
diff --git a/modules/cms/cms-managed/pom.xml b/modules/cms/cms-managed/pom.xml
index 19896464f10..aa9e19f9da3 100644
--- a/modules/cms/cms-managed/pom.xml
+++ b/modules/cms/cms-managed/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/cms/cms-resources/api-cms/pom.xml b/modules/cms/cms-resources/api-cms/pom.xml
index e3a8fae48f8..57ef25a3909 100644
--- a/modules/cms/cms-resources/api-cms/pom.xml
+++ b/modules/cms/cms-resources/api-cms/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/api-documents/pom.xml b/modules/cms/cms-resources/api-documents/pom.xml
index 22232dbb5ea..2fa8eaa7a14 100644
--- a/modules/cms/cms-resources/api-documents/pom.xml
+++ b/modules/cms/cms-resources/api-documents/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/ide-csv/pom.xml b/modules/cms/cms-resources/ide-csv/pom.xml
index f474a524aef..ca04c71bbd0 100644
--- a/modules/cms/cms-resources/ide-csv/pom.xml
+++ b/modules/cms/cms-resources/ide-csv/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/ide-csvim/pom.xml b/modules/cms/cms-resources/ide-csvim/pom.xml
index c856505f287..ca51df6dfde 100644
--- a/modules/cms/cms-resources/ide-csvim/pom.xml
+++ b/modules/cms/cms-resources/ide-csvim/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/ide-documents-ext-content-type-ms/pom.xml b/modules/cms/cms-resources/ide-documents-ext-content-type-ms/pom.xml
index 753f1ce0146..1142bbceae2 100644
--- a/modules/cms/cms-resources/ide-documents-ext-content-type-ms/pom.xml
+++ b/modules/cms/cms-resources/ide-documents-ext-content-type-ms/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/ide-documents/pom.xml b/modules/cms/cms-resources/ide-documents/pom.xml
index 16d9cd27768..5f0318aba1f 100644
--- a/modules/cms/cms-resources/ide-documents/pom.xml
+++ b/modules/cms/cms-resources/ide-documents/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-cms-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/cms-resources/pom.xml b/modules/cms/cms-resources/pom.xml
index fa7c80b6d40..fc59b9f9885 100644
--- a/modules/cms/cms-resources/pom.xml
+++ b/modules/cms/cms-resources/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-cms-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/cms/pom.xml b/modules/cms/pom.xml
index 14ba64f151e..2762eb00abc 100644
--- a/modules/cms/pom.xml
+++ b/modules/cms/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/commons/commons-all/pom.xml b/modules/commons/commons-all/pom.xml
index fafaaa8dc64..49c68097572 100644
--- a/modules/commons/commons-all/pom.xml
+++ b/modules/commons/commons-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,32 +34,32 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-process
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-xml2json
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-health
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-timeout
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/commons/commons-api/pom.xml b/modules/commons/commons-api/pom.xml
index 88b27d82899..d6f44a2aed5 100644
--- a/modules/commons/commons-api/pom.xml
+++ b/modules/commons/commons-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/commons/commons-config/pom.xml b/modules/commons/commons-config/pom.xml
index c62381dba34..4bf7d80867c 100644
--- a/modules/commons/commons-config/pom.xml
+++ b/modules/commons/commons-config/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/commons/commons-health/pom.xml b/modules/commons/commons-health/pom.xml
index f8eb546a501..2f3d73cf561 100644
--- a/modules/commons/commons-health/pom.xml
+++ b/modules/commons/commons-health/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-timeout
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/commons/commons-process/pom.xml b/modules/commons/commons-process/pom.xml
index 55ace4c0b22..e968942f40b 100644
--- a/modules/commons/commons-process/pom.xml
+++ b/modules/commons/commons-process/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/commons/commons-test/pom.xml b/modules/commons/commons-test/pom.xml
index e8a5f22c51c..3dd2fd44e54 100644
--- a/modules/commons/commons-test/pom.xml
+++ b/modules/commons/commons-test/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
com.squareup.okhttp
diff --git a/modules/commons/commons-timeout/pom.xml b/modules/commons/commons-timeout/pom.xml
index 5d02ebcefb1..045254dd01c 100644
--- a/modules/commons/commons-timeout/pom.xml
+++ b/modules/commons/commons-timeout/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/commons/commons-xml2json/pom.xml b/modules/commons/commons-xml2json/pom.xml
index bcf061a9fc7..55b11ec8e16 100644
--- a/modules/commons/commons-xml2json/pom.xml
+++ b/modules/commons/commons-xml2json/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-commons-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index 66615f14e8c..a6d74a9033c 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/core/core-all/pom.xml b/modules/core/core-all/pom.xml
index ab26114fbea..2e19df8570c 100644
--- a/modules/core/core-all/pom.xml
+++ b/modules/core/core-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,62 +34,62 @@
org.eclipse.dirigible
dirigible-core-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-git
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-indexing
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-problems
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-registry
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-migrations
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-websockets
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/core/core-extensions/pom.xml b/modules/core/core-extensions/pom.xml
index eaa7afc4315..a23797a710d 100644
--- a/modules/core/core-extensions/pom.xml
+++ b/modules/core/core-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,40 +44,40 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-git/pom.xml b/modules/core/core-git/pom.xml
index 7d5dcfb2e5e..e0043603fdc 100644
--- a/modules/core/core-git/pom.xml
+++ b/modules/core/core-git/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.jgit
@@ -60,13 +60,13 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-indexing/pom.xml b/modules/core/core-indexing/pom.xml
index ce69abd5281..2a7bae2d46d 100644
--- a/modules/core/core-indexing/pom.xml
+++ b/modules/core/core-indexing/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.lucene
@@ -50,7 +50,7 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/core/core-messaging/pom.xml b/modules/core/core-messaging/pom.xml
index 816458c75d8..0652da1d32d 100644
--- a/modules/core/core-messaging/pom.xml
+++ b/modules/core/core-messaging/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,27 +44,27 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -107,25 +107,25 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-migrations/pom.xml b/modules/core/core-migrations/pom.xml
index 8aa67613713..d0798ac854f 100644
--- a/modules/core/core-migrations/pom.xml
+++ b/modules/core/core-migrations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,51 +44,51 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-problems/pom.xml b/modules/core/core-problems/pom.xml
index 36820d45d5c..db84416ce0d 100644
--- a/modules/core/core-problems/pom.xml
+++ b/modules/core/core-problems/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,25 +34,25 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
compile
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
compile
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-publisher/pom.xml b/modules/core/core-publisher/pom.xml
index 455115fe719..f98897f77ca 100644
--- a/modules/core/core-publisher/pom.xml
+++ b/modules/core/core-publisher/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,40 +44,40 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-registry/pom.xml b/modules/core/core-registry/pom.xml
index ad9129fa02a..83b830a1c32 100644
--- a/modules/core/core-registry/pom.xml
+++ b/modules/core/core-registry/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,30 +34,30 @@
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-scheduler/pom.xml b/modules/core/core-scheduler/pom.xml
index 10466e38ba9..46dbb761fe8 100644
--- a/modules/core/core-scheduler/pom.xml
+++ b/modules/core/core-scheduler/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-health
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-timeout
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -54,32 +54,32 @@
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-models
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -91,25 +91,25 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-security/pom.xml b/modules/core/core-security/pom.xml
index 5bf998cf039..7a64784edba 100644
--- a/modules/core/core-security/pom.xml
+++ b/modules/core/core-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,35 +44,35 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-websockets/pom.xml b/modules/core/core-websockets/pom.xml
index 76da20b6ade..a0ee8e840bc 100644
--- a/modules/core/core-websockets/pom.xml
+++ b/modules/core/core-websockets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,40 +44,40 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/core-workspace/pom.xml b/modules/core/core-workspace/pom.xml
index 734fb4fc344..93be0bb14f8 100644
--- a/modules/core/core-workspace/pom.xml
+++ b/modules/core/core-workspace/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-core-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,34 +34,34 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index f5e484b6a5c..67f95126766 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/database/database-all/pom.xml b/modules/database/database-all/pom.xml
index b42a1a82e15..3f678d8be89 100644
--- a/modules/database/database-all/pom.xml
+++ b/modules/database/database-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,37 +34,37 @@
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-models
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-structures
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-sql
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-dynamic
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-changelog
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/database/database-api/pom.xml b/modules/database/database-api/pom.xml
index 13242dec509..b70e975d428 100644
--- a/modules/database/database-api/pom.xml
+++ b/modules/database/database-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-sql
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/database/database-changelog/pom.xml b/modules/database/database-changelog/pom.xml
index 6b97bef7003..4d9f64ecea3 100644
--- a/modules/database/database-changelog/pom.xml
+++ b/modules/database/database-changelog/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -49,37 +49,37 @@
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-models
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-structures
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -91,19 +91,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/database/database-custom/pom.xml b/modules/database/database-custom/pom.xml
index 28a92788185..3768832b7df 100644
--- a/modules/database/database-custom/pom.xml
+++ b/modules/database/database-custom/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.commons
diff --git a/modules/database/database-data-models/pom.xml b/modules/database/database-data-models/pom.xml
index 746ac69c845..56605796d08 100644
--- a/modules/database/database-data-models/pom.xml
+++ b/modules/database/database-data-models/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -54,17 +54,17 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
commons-codec
@@ -74,7 +74,7 @@
org.eclipse.dirigible
dirigible-commons-xml2json
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -111,19 +111,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/database/database-data-structures/pom.xml b/modules/database/database-data-structures/pom.xml
index d5fa89bfb19..3a0b44fde23 100644
--- a/modules/database/database-data-structures/pom.xml
+++ b/modules/database/database-data-structures/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -49,50 +49,50 @@
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-models
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/database/database-derby/pom.xml b/modules/database/database-derby/pom.xml
index 3feb995c8bb..ba1b623996a 100644
--- a/modules/database/database-derby/pom.xml
+++ b/modules/database/database-derby/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.derby
diff --git a/modules/database/database-dynamic/pom.xml b/modules/database/database-dynamic/pom.xml
index 5cf71946eee..4d4cc8616f6 100644
--- a/modules/database/database-dynamic/pom.xml
+++ b/modules/database/database-dynamic/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.apache.commons
diff --git a/modules/database/database-h2/pom.xml b/modules/database/database-h2/pom.xml
index 544abf20d59..1996866ef45 100644
--- a/modules/database/database-h2/pom.xml
+++ b/modules/database/database-h2/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
com.h2database
diff --git a/modules/database/database-managed/pom.xml b/modules/database/database-managed/pom.xml
index 7222a65b416..1152ee79f42 100644
--- a/modules/database/database-managed/pom.xml
+++ b/modules/database/database-managed/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/database/database-persistence/pom.xml b/modules/database/database-persistence/pom.xml
index a2b53e9173c..d5216358e0b 100644
--- a/modules/database/database-persistence/pom.xml
+++ b/modules/database/database-persistence/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -27,7 +27,7 @@
org.eclipse.dirigible
dirigible-database-sql
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
diff --git a/modules/database/database-sql/pom.xml b/modules/database/database-sql/pom.xml
index dc18fcbb9f7..dfca137c116 100644
--- a/modules/database/database-sql/pom.xml
+++ b/modules/database/database-sql/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-database-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/database/pom.xml b/modules/database/pom.xml
index f594c41c737..779f7c985bc 100644
--- a/modules/database/pom.xml
+++ b/modules/database/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/engines/engine-all/pom.xml b/modules/engines/engine-all/pom.xml
index 23f9cac5261..46c1e7cabff 100644
--- a/modules/engines/engine-all/pom.xml
+++ b/modules/engines/engine-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/engines/engine-javascript/pom.xml b/modules/engines/engine-javascript/pom.xml
index 627d7308416..cc9d6ed7683 100644
--- a/modules/engines/engine-javascript/pom.xml
+++ b/modules/engines/engine-javascript/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,27 +34,27 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/engines/engine-job/pom.xml b/modules/engines/engine-job/pom.xml
index 066a68f6375..b71e145ea17 100644
--- a/modules/engines/engine-job/pom.xml
+++ b/modules/engines/engine-job/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,57 +44,57 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/engines/engine-listener/pom.xml b/modules/engines/engine-listener/pom.xml
index e7cffde66aa..aa8bc1d8e67 100644
--- a/modules/engines/engine-listener/pom.xml
+++ b/modules/engines/engine-listener/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.persistence
@@ -44,56 +44,56 @@
org.eclipse.dirigible
dirigible-database-persistence
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/engines/engine-odata/pom.xml b/modules/engines/engine-odata/pom.xml
index 262b34720cc..a824c865225 100644
--- a/modules/engines/engine-odata/pom.xml
+++ b/modules/engines/engine-odata/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -35,42 +35,42 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-odata-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-odata-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -81,29 +81,29 @@
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/engines/engine-web/pom.xml b/modules/engines/engine-web/pom.xml
index 98b12e821ce..49530f5b054 100644
--- a/modules/engines/engine-web/pom.xml
+++ b/modules/engines/engine-web/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,27 +34,27 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/engines/engine-wiki/pom.xml b/modules/engines/engine-wiki/pom.xml
index fe8bb942942..846475b968c 100644
--- a/modules/engines/engine-wiki/pom.xml
+++ b/modules/engines/engine-wiki/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-engine-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,27 +34,27 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/engines/pom.xml b/modules/engines/pom.xml
index 1dfa4bca65d..9fb05fbcba9 100644
--- a/modules/engines/pom.xml
+++ b/modules/engines/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/odata/odata-all/pom.xml b/modules/odata/odata-all/pom.xml
index 2667125c1bd..0c20354aa20 100644
--- a/modules/odata/odata-all/pom.xml
+++ b/modules/odata/odata-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-odata-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-odata-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-odata-core
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/odata/odata-api/pom.xml b/modules/odata/odata-api/pom.xml
index 7d199cbd6d1..d8a4307a246 100644
--- a/modules/odata/odata-api/pom.xml
+++ b/modules/odata/odata-api/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-odata-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/odata/odata-core/pom.xml b/modules/odata/odata-core/pom.xml
index 0105b35fc01..eb23b1c4011 100644
--- a/modules/odata/odata-core/pom.xml
+++ b/modules/odata/odata-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-odata-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -44,22 +44,22 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-odata-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/odata/pom.xml b/modules/odata/pom.xml
index d9b1c837623..dccc1389fc9 100644
--- a/modules/odata/pom.xml
+++ b/modules/odata/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/pom.xml b/modules/pom.xml
index 23b2b730f62..c67c624f73f 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/modules/repository/pom.xml b/modules/repository/pom.xml
index c1435a28409..a2df30d7910 100644
--- a/modules/repository/pom.xml
+++ b/modules/repository/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/repository/repository-all/pom.xml b/modules/repository/repository-all/pom.xml
index f3ce8af4851..f9d7f79addc 100644
--- a/modules/repository/repository-all/pom.xml
+++ b/modules/repository/repository-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-repository-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-cache
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-search
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-zip
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/pom.xml b/modules/services/pom.xml
index a6e42ef270d..ecd5c1baba3 100644
--- a/modules/services/pom.xml
+++ b/modules/services/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/services/service-all/pom.xml b/modules/services/service-all/pom.xml
index f164c51ecda..c8d4f8d2e76 100644
--- a/modules/services/service-all/pom.xml
+++ b/modules/services/service-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,47 +34,47 @@
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-registry
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-theme
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-transport
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-operations
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-websockets
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-anonymous/pom.xml b/modules/services/service-anonymous/pom.xml
index c1da30ada0d..630a1bc2005 100644
--- a/modules/services/service-anonymous/pom.xml
+++ b/modules/services/service-anonymous/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-api-facade-security
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-core/pom.xml b/modules/services/service-core/pom.xml
index 6cbd1daed41..e90e3665a7e 100644
--- a/modules/services/service-core/pom.xml
+++ b/modules/services/service-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,32 +34,32 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-health
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -72,19 +72,19 @@
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/services/service-extensions/pom.xml b/modules/services/service-extensions/pom.xml
index b94accb70df..95e06b699f5 100644
--- a/modules/services/service-extensions/pom.xml
+++ b/modules/services/service-extensions/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-extensions
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-operations/pom.xml b/modules/services/service-operations/pom.xml
index 2ac9375b716..f9f59739f1d 100644
--- a/modules/services/service-operations/pom.xml
+++ b/modules/services/service-operations/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -42,47 +42,47 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-scheduler
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-messaging
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-data-structures
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-websockets
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-problems
- 5.12.21
+ 6.0.0-SNAPSHOT
compile
diff --git a/modules/services/service-registry/pom.xml b/modules/services/service-registry/pom.xml
index 0cb116d4b9c..f2bcf75b49e 100644
--- a/modules/services/service-registry/pom.xml
+++ b/modules/services/service-registry/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-repository/pom.xml b/modules/services/service-repository/pom.xml
index 30da8751f5d..e9ab1de7e86 100644
--- a/modules/services/service-repository/pom.xml
+++ b/modules/services/service-repository/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,17 +34,17 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-security/pom.xml b/modules/services/service-security/pom.xml
index 4905c9af3fb..68a16998c2b 100644
--- a/modules/services/service-security/pom.xml
+++ b/modules/services/service-security/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,40 +34,40 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-http
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-test
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-database-derby
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/services/service-theme/pom.xml b/modules/services/service-theme/pom.xml
index 9d1a9ba3d2d..0d36c4d57da 100644
--- a/modules/services/service-theme/pom.xml
+++ b/modules/services/service-theme/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-transport/pom.xml b/modules/services/service-transport/pom.xml
index 08b9b157004..daa5f145eed 100644
--- a/modules/services/service-transport/pom.xml
+++ b/modules/services/service-transport/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,12 +34,12 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-git
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/services/service-websockets/pom.xml b/modules/services/service-websockets/pom.xml
index 88da22e094c..3a4dc8ff31a 100644
--- a/modules/services/service-websockets/pom.xml
+++ b/modules/services/service-websockets/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-service-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,22 +34,22 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-websockets
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-net
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/api-facade-templating/pom.xml b/modules/templating/api-facade-templating/pom.xml
index cce230b850f..2ec9c6cad88 100644
--- a/modules/templating/api-facade-templating/pom.xml
+++ b/modules/templating/api-facade-templating/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,37 +34,37 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-publisher
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/ide-templating/pom.xml b/modules/templating/ide-templating/pom.xml
index a2dcb815c65..bb8f81c92dd 100644
--- a/modules/templating/ide-templating/pom.xml
+++ b/modules/templating/ide-templating/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,52 +34,52 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-workspace
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-service-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api-facade-utils
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-workspaces
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/pom.xml b/modules/templating/pom.xml
index e7d31c10fb0..2d765c5fe83 100644
--- a/modules/templating/pom.xml
+++ b/modules/templating/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../../pom.xml
diff --git a/modules/templating/templating-all/pom.xml b/modules/templating/templating-all/pom.xml
index 5f5800eb5db..31f40a9d007 100644
--- a/modules/templating/templating-all/pom.xml
+++ b/modules/templating/templating-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,32 +34,32 @@
org.eclipse.dirigible
dirigible-api-facade-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating-mustache
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating-velocity
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core-templating-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide-service-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/templating-core/pom.xml b/modules/templating/templating-core/pom.xml
index f494842dbb8..8aaa8260f71 100644
--- a/modules/templating/templating-core/pom.xml
+++ b/modules/templating/templating-core/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-commons-api
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/templating-javascript/pom.xml b/modules/templating/templating-javascript/pom.xml
index 5c3c2cffd32..8ee10e43eca 100644
--- a/modules/templating/templating-javascript/pom.xml
+++ b/modules/templating/templating-javascript/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,36 +34,36 @@
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine-javascript-graalvm
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-api-facade-core
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-api-javascript-core
- 5.12.21
+ 6.0.0-SNAPSHOT
test
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
test
diff --git a/modules/templating/templating-mustache/pom.xml b/modules/templating/templating-mustache/pom.xml
index ee6d80087d2..140c5f14fd0 100644
--- a/modules/templating/templating-mustache/pom.xml
+++ b/modules/templating/templating-mustache/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/modules/templating/templating-velocity/pom.xml b/modules/templating/templating-velocity/pom.xml
index e83eb674bce..a0fcedf9f13 100644
--- a/modules/templating/templating-velocity/pom.xml
+++ b/modules/templating/templating-velocity/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-templating-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -34,7 +34,7 @@
org.eclipse.dirigible
dirigible-core-templating
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 1729eb51bc7..76b71238060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
Dirigible Parent
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
pom
2010
diff --git a/releng/anonymous-all/pom.xml b/releng/anonymous-all/pom.xml
index 957eaa02c06..77edf529a87 100644
--- a/releng/anonymous-all/pom.xml
+++ b/releng/anonymous-all/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -98,62 +98,62 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -165,14 +165,14 @@
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -189,42 +189,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/anonymous-runtime/pom.xml b/releng/anonymous-runtime/pom.xml
index 401c1084430..9f9e1e6b745 100644
--- a/releng/anonymous-runtime/pom.xml
+++ b/releng/anonymous-runtime/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -98,62 +98,62 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -165,14 +165,14 @@
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -189,35 +189,35 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/desktop-all/pom.xml b/releng/desktop-all/pom.xml
index 0f8beeef9bd..1a5a5b93be9 100644
--- a/releng/desktop-all/pom.xml
+++ b/releng/desktop-all/pom.xml
@@ -4,7 +4,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -144,57 +144,57 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -205,20 +205,20 @@
org.eclipse.dirigible
dirigible-service-anonymous
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -235,14 +235,14 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -259,28 +259,28 @@
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/openshift-all/pom.xml b/releng/openshift-all/pom.xml
index f9ba8ec977a..f75ec5dc27c 100644
--- a/releng/openshift-all/pom.xml
+++ b/releng/openshift-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,62 +97,62 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -164,14 +164,14 @@
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -188,42 +188,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/pom.xml b/releng/pom.xml
index 566e5da6790..3bcff5dd95e 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/releng/sap-all-ephemeral/pom.xml b/releng/sap-all-ephemeral/pom.xml
index 73b5e7a9cda..d354570af6a 100644
--- a/releng/sap-all-ephemeral/pom.xml
+++ b/releng/sap-all-ephemeral/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -76,68 +76,68 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -150,7 +150,7 @@
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -167,14 +167,14 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
dirigible-ide-ui-git
@@ -205,28 +205,28 @@
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-all/pom.xml b/releng/sap-all/pom.xml
index 2ec7afd1eca..cae7620ec32 100644
--- a/releng/sap-all/pom.xml
+++ b/releng/sap-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -76,50 +76,50 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-managed
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -132,13 +132,13 @@
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -151,7 +151,7 @@
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -168,14 +168,14 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
dirigible-ide-ui-git
@@ -206,28 +206,28 @@
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-cf-all/pom.xml b/releng/sap-cf-all/pom.xml
index 4d316653cfc..94a844e4ab2 100644
--- a/releng/sap-cf-all/pom.xml
+++ b/releng/sap-cf-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,7 +97,7 @@
org.eclipse.dirigible
dirigible-sap-cf-base
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-cf-base/pom.xml b/releng/sap-cf-base/pom.xml
index 91a8833bd47..58bdf337375 100644
--- a/releng/sap-cf-base/pom.xml
+++ b/releng/sap-cf-base/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -62,82 +62,82 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -150,42 +150,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-cf-runtime/pom.xml b/releng/sap-cf-runtime/pom.xml
index a6a2199a199..102d6254197 100644
--- a/releng/sap-cf-runtime/pom.xml
+++ b/releng/sap-cf-runtime/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,7 +97,7 @@
org.eclipse.dirigible
dirigible-sap-cf-base
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
diff --git a/releng/sap-cms/pom.xml b/releng/sap-cms/pom.xml
index d259163856c..71f90d48d1c 100644
--- a/releng/sap-cms/pom.xml
+++ b/releng/sap-cms/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -76,43 +76,43 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -150,7 +150,7 @@
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -167,7 +167,7 @@
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-kyma-all/pom.xml b/releng/sap-kyma-all/pom.xml
index 89601d9076f..f8b65c4bb3a 100644
--- a/releng/sap-kyma-all/pom.xml
+++ b/releng/sap-kyma-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,7 +97,7 @@
org.eclipse.dirigible
dirigible-sap-kyma-base
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-kyma-base/pom.xml b/releng/sap-kyma-base/pom.xml
index cd1fe6cfdbd..5be1c91d6e5 100644
--- a/releng/sap-kyma-base/pom.xml
+++ b/releng/sap-kyma-base/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -39,82 +39,82 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -127,42 +127,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/sap-kyma-runtime/pom.xml b/releng/sap-kyma-runtime/pom.xml
index 3d1c214207b..12a43816872 100644
--- a/releng/sap-kyma-runtime/pom.xml
+++ b/releng/sap-kyma-runtime/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,7 +97,7 @@
org.eclipse.dirigible
dirigible-sap-kyma-base
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
diff --git a/releng/sap-runtime-ephemeral/pom.xml b/releng/sap-runtime-ephemeral/pom.xml
index fed10520698..427c6e67e1b 100644
--- a/releng/sap-runtime-ephemeral/pom.xml
+++ b/releng/sap-runtime-ephemeral/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -76,75 +76,75 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -161,21 +161,21 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-all/pom.xml b/releng/server-all/pom.xml
index 4fe979b609b..2e50f87a20a 100644
--- a/releng/server-all/pom.xml
+++ b/releng/server-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,75 +97,75 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -182,42 +182,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-keycloak-all/pom.xml b/releng/server-keycloak-all/pom.xml
index c3dd36ca7fb..bbbb65a9d12 100644
--- a/releng/server-keycloak-all/pom.xml
+++ b/releng/server-keycloak-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,75 +97,75 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -182,42 +182,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-minimal/pom.xml b/releng/server-minimal/pom.xml
index 2f69f934feb..2888a5eda4e 100644
--- a/releng/server-minimal/pom.xml
+++ b/releng/server-minimal/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,26 +97,26 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -189,28 +189,28 @@
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-oauth/pom.xml b/releng/server-oauth/pom.xml
index 87f53e609f7..0eef1e09bc0 100644
--- a/releng/server-oauth/pom.xml
+++ b/releng/server-oauth/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,82 +97,82 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-security
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -189,42 +189,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-runtime-keycloak/pom.xml b/releng/server-runtime-keycloak/pom.xml
index 0e6c33c9bcb..bf6c9ea45d3 100644
--- a/releng/server-runtime-keycloak/pom.xml
+++ b/releng/server-runtime-keycloak/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,75 +97,75 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -182,21 +182,21 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/server-runtime/pom.xml b/releng/server-runtime/pom.xml
index 26d9e57a523..a45e9fa8c19 100644
--- a/releng/server-runtime/pom.xml
+++ b/releng/server-runtime/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,75 +97,75 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -182,14 +182,14 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/spring-boot/pom.xml b/releng/spring-boot/pom.xml
index 2bee1b473c2..db81f013b1d 100644
--- a/releng/spring-boot/pom.xml
+++ b/releng/spring-boot/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -40,14 +40,14 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -60,12 +60,12 @@
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -74,7 +74,7 @@
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -85,26 +85,26 @@
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -115,13 +115,13 @@
org.eclipse.dirigible
dirigible-service-anonymous
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
@@ -139,28 +139,28 @@
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/releng/trial-all/pom.xml b/releng/trial-all/pom.xml
index 14907eccc62..173f17207fb 100644
--- a/releng/trial-all/pom.xml
+++ b/releng/trial-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-releng-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -97,62 +97,62 @@
org.eclipse.dirigible
dirigible-commons-config
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-api
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-local
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-repository-master
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-h2
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-database-custom
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-core
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-services
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -163,20 +163,20 @@
org.eclipse.dirigible
dirigible-service-anonymous
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-engine
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-cms
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
@@ -193,42 +193,42 @@
org.eclipse.dirigible
dirigible-bpm
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ide
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-templates
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-ext
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/resources/pom.xml b/resources/pom.xml
index d215711b70e..8926268248d 100644
--- a/resources/pom.xml
+++ b/resources/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-all/pom.xml b/resources/resources-all/pom.xml
index 5520ae716dc..05152016314 100644
--- a/resources/resources-all/pom.xml
+++ b/resources/resources-all/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -21,37 +21,37 @@
org.eclipse.dirigible
dirigible-resources-fonts
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-goldenlayout
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-dev-tools
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-resources
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-themes
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-theme-default
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-resources-theme-fiori
- 5.12.21
+ 6.0.0-SNAPSHOT
diff --git a/resources/resources-dev-tools/pom.xml b/resources/resources-dev-tools/pom.xml
index 5d59612a8d0..8756917d15d 100644
--- a/resources/resources-dev-tools/pom.xml
+++ b/resources/resources-dev-tools/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-fonts/pom.xml b/resources/resources-fonts/pom.xml
index c83971c1dd9..ede4aa5493d 100644
--- a/resources/resources-fonts/pom.xml
+++ b/resources/resources-fonts/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-goldenlayout/pom.xml b/resources/resources-goldenlayout/pom.xml
index ecda7b8b91c..38edb63ada5 100644
--- a/resources/resources-goldenlayout/pom.xml
+++ b/resources/resources-goldenlayout/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-resources/pom.xml b/resources/resources-resources/pom.xml
index 6456f73011b..cdd30aa2f5a 100644
--- a/resources/resources-resources/pom.xml
+++ b/resources/resources-resources/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-theme-default/pom.xml b/resources/resources-theme-default/pom.xml
index b04bf19eadc..8aa8905155d 100644
--- a/resources/resources-theme-default/pom.xml
+++ b/resources/resources-theme-default/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-theme-fiori/pom.xml b/resources/resources-theme-fiori/pom.xml
index d378299e44a..2739d6586c4 100644
--- a/resources/resources-theme-fiori/pom.xml
+++ b/resources/resources-theme-fiori/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/resources/resources-themes/pom.xml b/resources/resources-themes/pom.xml
index 6755d886a14..1e05800a40e 100644
--- a/resources/resources-themes/pom.xml
+++ b/resources/resources-themes/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-resources-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/pom.xml b/templates/pom.xml
index 12a267bb6b3..6658c6e297d 100644
--- a/templates/pom.xml
+++ b/templates/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-all/pom.xml b/templates/template-all/pom.xml
index d0b664863a9..44c42120554 100644
--- a/templates/template-all/pom.xml
+++ b/templates/template-all/pom.xml
@@ -6,7 +6,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
@@ -24,176 +24,176 @@
org.eclipse.dirigible
dirigible-templating-all
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-hello-world
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-http-client
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-database-access
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-database-table
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-database-view
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-html
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-bookstore
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-job
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-listener
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-extension-view
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-extension-perspective
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-launchpad
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-schema
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-dao
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-data
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-rest
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-feed
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-ui-angular
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-angular
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-mobile-hello-world
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-form-builder-angularjs
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-odata
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-wizard
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-simple-form
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-tiles
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-planning-calendar
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-list
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-master-detail
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-openui5-table
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-websocket
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-dao-mongodb
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-rest-mongodb
- 5.12.21
+ 6.0.0-SNAPSHOT
org.eclipse.dirigible
dirigible-template-application-ui-angular-mongodb
- 5.12.21
+ 6.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/templates/template-application-angular/pom.xml b/templates/template-application-angular/pom.xml
index 17ed1ce792a..aee8b8e8f48 100644
--- a/templates/template-application-angular/pom.xml
+++ b/templates/template-application-angular/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-dao-mongodb/pom.xml b/templates/template-application-dao-mongodb/pom.xml
index 8df1fa8e4a1..2ed9cef87be 100644
--- a/templates/template-application-dao-mongodb/pom.xml
+++ b/templates/template-application-dao-mongodb/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-dao/pom.xml b/templates/template-application-dao/pom.xml
index 872246ab8d3..2f35512ce7a 100644
--- a/templates/template-application-dao/pom.xml
+++ b/templates/template-application-dao/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-data/pom.xml b/templates/template-application-data/pom.xml
index ce986f41c1f..1ae5a71a79c 100644
--- a/templates/template-application-data/pom.xml
+++ b/templates/template-application-data/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-feed/pom.xml b/templates/template-application-feed/pom.xml
index 70788b1e677..fe02a8c4042 100644
--- a/templates/template-application-feed/pom.xml
+++ b/templates/template-application-feed/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-launchpad/pom.xml b/templates/template-application-launchpad/pom.xml
index 8cb8597a05b..8320191b807 100644
--- a/templates/template-application-launchpad/pom.xml
+++ b/templates/template-application-launchpad/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-odata/pom.xml b/templates/template-application-odata/pom.xml
index 004968767bc..5b104285e31 100644
--- a/templates/template-application-odata/pom.xml
+++ b/templates/template-application-odata/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-openui5/pom.xml b/templates/template-application-openui5/pom.xml
index b63cbc96918..b436cc6acda 100644
--- a/templates/template-application-openui5/pom.xml
+++ b/templates/template-application-openui5/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-rest-mongodb/pom.xml b/templates/template-application-rest-mongodb/pom.xml
index 4d9155217db..bc71936c928 100644
--- a/templates/template-application-rest-mongodb/pom.xml
+++ b/templates/template-application-rest-mongodb/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-rest/pom.xml b/templates/template-application-rest/pom.xml
index 139e67218dd..609ae2cac2f 100644
--- a/templates/template-application-rest/pom.xml
+++ b/templates/template-application-rest/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-schema/pom.xml b/templates/template-application-schema/pom.xml
index 20edf438bf9..995ff63c2b7 100644
--- a/templates/template-application-schema/pom.xml
+++ b/templates/template-application-schema/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-ui-angular-mongodb/pom.xml b/templates/template-application-ui-angular-mongodb/pom.xml
index 1e862483123..a19c97410ae 100644
--- a/templates/template-application-ui-angular-mongodb/pom.xml
+++ b/templates/template-application-ui-angular-mongodb/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-application-ui-angular/pom.xml b/templates/template-application-ui-angular/pom.xml
index f964b05a691..38a52a3ade1 100644
--- a/templates/template-application-ui-angular/pom.xml
+++ b/templates/template-application-ui-angular/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-bookstore/pom.xml b/templates/template-bookstore/pom.xml
index 01e0ddec280..ff068b674de 100644
--- a/templates/template-bookstore/pom.xml
+++ b/templates/template-bookstore/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-database-access/pom.xml b/templates/template-database-access/pom.xml
index f003b2dc083..5a9b9c9a578 100644
--- a/templates/template-database-access/pom.xml
+++ b/templates/template-database-access/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-database-table/pom.xml b/templates/template-database-table/pom.xml
index 5f6592f840a..b83700e79b6 100644
--- a/templates/template-database-table/pom.xml
+++ b/templates/template-database-table/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-database-view/pom.xml b/templates/template-database-view/pom.xml
index 043309dc1e4..99423f8b014 100644
--- a/templates/template-database-view/pom.xml
+++ b/templates/template-database-view/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-extension-perspective/pom.xml b/templates/template-extension-perspective/pom.xml
index 7e0727288f6..f9ecc390335 100644
--- a/templates/template-extension-perspective/pom.xml
+++ b/templates/template-extension-perspective/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-extension-view/pom.xml b/templates/template-extension-view/pom.xml
index 384e76a2b67..d28ea2eb881 100644
--- a/templates/template-extension-view/pom.xml
+++ b/templates/template-extension-view/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-form-builder-angularjs/pom.xml b/templates/template-form-builder-angularjs/pom.xml
index 8eb259f1fd1..0b7db944a09 100644
--- a/templates/template-form-builder-angularjs/pom.xml
+++ b/templates/template-form-builder-angularjs/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-hello-world/pom.xml b/templates/template-hello-world/pom.xml
index 68686eccd3c..340d73bca6c 100644
--- a/templates/template-hello-world/pom.xml
+++ b/templates/template-hello-world/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-html/pom.xml b/templates/template-html/pom.xml
index b103b82c6cd..65d0640cde9 100644
--- a/templates/template-html/pom.xml
+++ b/templates/template-html/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-http-client/pom.xml b/templates/template-http-client/pom.xml
index f0fbd387355..95f6949edab 100644
--- a/templates/template-http-client/pom.xml
+++ b/templates/template-http-client/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-job/pom.xml b/templates/template-job/pom.xml
index 72d07d75a7e..8ead8288108 100644
--- a/templates/template-job/pom.xml
+++ b/templates/template-job/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-listener/pom.xml b/templates/template-listener/pom.xml
index c10e860179d..55f32e96dd6 100644
--- a/templates/template-listener/pom.xml
+++ b/templates/template-listener/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-mobile-hello-world/pom.xml b/templates/template-mobile-hello-world/pom.xml
index d454f8b380f..609b33413e4 100644
--- a/templates/template-mobile-hello-world/pom.xml
+++ b/templates/template-mobile-hello-world/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-list/pom.xml b/templates/template-openui5-list/pom.xml
index 20644229fda..d5aff41c8bf 100644
--- a/templates/template-openui5-list/pom.xml
+++ b/templates/template-openui5-list/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-master-detail/pom.xml b/templates/template-openui5-master-detail/pom.xml
index 532e255fe47..c362d16168e 100644
--- a/templates/template-openui5-master-detail/pom.xml
+++ b/templates/template-openui5-master-detail/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-planning-calendar/pom.xml b/templates/template-openui5-planning-calendar/pom.xml
index dce4e3e4d49..f5bbf43b11f 100644
--- a/templates/template-openui5-planning-calendar/pom.xml
+++ b/templates/template-openui5-planning-calendar/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-simple-form/pom.xml b/templates/template-openui5-simple-form/pom.xml
index ece771c9297..35d14eab25a 100644
--- a/templates/template-openui5-simple-form/pom.xml
+++ b/templates/template-openui5-simple-form/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-table/pom.xml b/templates/template-openui5-table/pom.xml
index 726441b46a4..ac630a3c502 100644
--- a/templates/template-openui5-table/pom.xml
+++ b/templates/template-openui5-table/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-tiles/pom.xml b/templates/template-openui5-tiles/pom.xml
index e812371d1ac..4fdec56bd35 100644
--- a/templates/template-openui5-tiles/pom.xml
+++ b/templates/template-openui5-tiles/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-openui5-wizard/pom.xml b/templates/template-openui5-wizard/pom.xml
index c08fd5feb50..56974d99ff5 100644
--- a/templates/template-openui5-wizard/pom.xml
+++ b/templates/template-openui5-wizard/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml
diff --git a/templates/template-websocket/pom.xml b/templates/template-websocket/pom.xml
index 7f1882c9142..928d1e17846 100644
--- a/templates/template-websocket/pom.xml
+++ b/templates/template-websocket/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.dirigible
dirigible-template-parent
- 5.12.21
+ 6.0.0-SNAPSHOT
../pom.xml