diff --git a/build.pipeline b/build.pipeline
index 4894ecd..6d6a08e 100644
--- a/build.pipeline
+++ b/build.pipeline
@@ -1,8 +1,9 @@
javaBuildPipeline(
'kc-cloudtrust-parent',
[
- [name: 'cloudtrust-common', path: './cloudtrust-common'],
+ [name: 'cloudtrust-parent', path: '.'],
[name: 'cloudtrust-test-tools', path: './cloudtrust-test-tools'],
+ [name: 'cloudtrust-common', path: './cloudtrust-common'],
[name: 'kc-cloudtrust-common', path: './kc-cloudtrust-module/kc-cloudtrust-common', pom: './kc-cloudtrust-module/pom.xml'],
[name: 'kc-cloudtrust-db-access', path: './kc-cloudtrust-testsuite/kc-cloudtrust-db-access', pom: './kc-cloudtrust-testsuite/pom.xml'],
[name: 'kc-cloudtrust-test-tools', path: './kc-cloudtrust-testsuite/kc-cloudtrust-test-tools', pom: './kc-cloudtrust-testsuite/pom.xml']
diff --git a/cloudtrust-common/pom.xml b/cloudtrust-common/pom.xml
index 741f393..8d955d7 100644
--- a/cloudtrust-common/pom.xml
+++ b/cloudtrust-common/pom.xml
@@ -4,7 +4,7 @@
io.cloudtrust
cloudtrust-parent
- 5.0.7-SNAPSHOT
+ 26.0.7-SNAPSHOT
cloudtrust-common
diff --git a/cloudtrust-test-tools/pom.xml b/cloudtrust-test-tools/pom.xml
index 0ed767c..dd7fe12 100644
--- a/cloudtrust-test-tools/pom.xml
+++ b/cloudtrust-test-tools/pom.xml
@@ -4,7 +4,7 @@
io.cloudtrust
cloudtrust-parent
- 5.0.7-SNAPSHOT
+ 26.0.7-SNAPSHOT
cloudtrust-test-tools
diff --git a/kc-cloudtrust-module/kc-cloudtrust-common/pom.xml b/kc-cloudtrust-module/kc-cloudtrust-common/pom.xml
index 3d82ff6..5e5251e 100644
--- a/kc-cloudtrust-module/kc-cloudtrust-common/pom.xml
+++ b/kc-cloudtrust-module/kc-cloudtrust-common/pom.xml
@@ -35,7 +35,7 @@
io.cloudtrust
cloudtrust-test-tools
- 5.0.7-SNAPSHOT
+ ${project.version}
test
diff --git a/kc-cloudtrust-module/pom.xml b/kc-cloudtrust-module/pom.xml
index 01b0f22..fbfe131 100644
--- a/kc-cloudtrust-module/pom.xml
+++ b/kc-cloudtrust-module/pom.xml
@@ -72,12 +72,12 @@
io.cloudtrust
cloudtrust-common
- 5.0.7-SNAPSHOT
+ ${project.version}
io.cloudtrust
kc-cloudtrust-common
- 26.0.7-SNAPSHOT
+ ${project.version}
org.keycloak
diff --git a/kc-cloudtrust-testsuite/pom.xml b/kc-cloudtrust-testsuite/pom.xml
index 4834d11..9fa5823 100644
--- a/kc-cloudtrust-testsuite/pom.xml
+++ b/kc-cloudtrust-testsuite/pom.xml
@@ -141,17 +141,17 @@
io.cloudtrust
cloudtrust-test-tools
- 5.0.7-SNAPSHOT
+ ${project.version}
io.cloudtrust
kc-cloudtrust-db-access
- 26.0.7-SNAPSHOT
+ ${project.version}
io.cloudtrust
kc-cloudtrust-test-tools
- 26.0.7-SNAPSHOT
+ ${project.version}
diff --git a/pom.xml b/pom.xml
index 8feda1f..f2aaffa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
io.cloudtrust
cloudtrust-parent
- 5.0.7-SNAPSHOT
+ 26.0.7-SNAPSHOT
pom
@@ -61,7 +61,7 @@
io.cloudtrust
cloudtrust-common
- 5.0.7-SNAPSHOT
+ ${project.version}