diff --git a/bpdm-cleaning-service-dummy/pom.xml b/bpdm-cleaning-service-dummy/pom.xml
index 26b2e2b80..adb117f28 100644
--- a/bpdm-cleaning-service-dummy/pom.xml
+++ b/bpdm-cleaning-service-dummy/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-common-test/pom.xml b/bpdm-common-test/pom.xml
index ff1087a9a..cb8c7f824 100644
--- a/bpdm-common-test/pom.xml
+++ b/bpdm-common-test/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml
index 02da55873..53a0dc4ee 100644
--- a/bpdm-common/pom.xml
+++ b/bpdm-common/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-gate-api/pom.xml b/bpdm-gate-api/pom.xml
index 7786e1ce7..e511f3c6e 100644
--- a/bpdm-gate-api/pom.xml
+++ b/bpdm-gate-api/pom.xml
@@ -31,7 +31,7 @@
bpdm-parent
org.eclipse.tractusx
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml
index db45040ec..ce9e675ac 100644
--- a/bpdm-gate/pom.xml
+++ b/bpdm-gate/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-orchestrator-api/pom.xml b/bpdm-orchestrator-api/pom.xml
index 90c928365..163111044 100644
--- a/bpdm-orchestrator-api/pom.xml
+++ b/bpdm-orchestrator-api/pom.xml
@@ -30,7 +30,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-orchestrator/pom.xml b/bpdm-orchestrator/pom.xml
index 670deb905..aca68eab0 100644
--- a/bpdm-orchestrator/pom.xml
+++ b/bpdm-orchestrator/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-pool-api/pom.xml b/bpdm-pool-api/pom.xml
index e1427e6b0..8bdaf492c 100644
--- a/bpdm-pool-api/pom.xml
+++ b/bpdm-pool-api/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml
index 9ef9660e1..eac2c6883 100644
--- a/bpdm-pool/pom.xml
+++ b/bpdm-pool/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 6.0.1
+ 6.0.2-SNAPSHOT
diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml
index 66ead71e4..82738453b 100644
--- a/charts/bpdm/Chart.yaml
+++ b/charts/bpdm/Chart.yaml
@@ -22,8 +22,8 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the BPDM applications
-version: 5.0.1
-appVersion: "6.0.1"
+version: 5.0.2-SNAPSHOT
+appVersion: "6.0.2-SNAPSHOT"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
@@ -33,22 +33,22 @@ maintainers:
dependencies:
- name: bpdm-gate
- version: 6.0.1
+ version: 6.0.2-SNAPSHOT
alias: bpdm-gate
condition: bpdm-gate.enabled
repository: "file://./charts/bpdm-gate"
- name: bpdm-pool
- version: 7.0.1
+ version: 7.0.2-SNAPSHOT
alias: bpdm-pool
condition: bpdm-pool.enabled
repository: "file://./charts/bpdm-pool"
- name: bpdm-cleaning-service-dummy
- version: 3.0.1
+ version: 3.0.2-SNAPSHOT
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
repository: "file://./charts/bpdm-cleaning-service-dummy"
- name: bpdm-orchestrator
- version: 3.0.1
+ version: 3.0.2-SNAPSHOT
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
repository: "file://./charts/bpdm-orchestrator"
diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
index 20e7df74b..a2bded065 100644
--- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
@@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
-appVersion: "6.0.1"
-version: 3.0.1
+appVersion: "6.0.2-SNAPSHOT"
+version: 3.0.2-SNAPSHOT
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml
index cbb1086ab..d424e75f2 100644
--- a/charts/bpdm/charts/bpdm-gate/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml
@@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-gate
-appVersion: "6.0.1"
-version: 6.0.1
+appVersion: "6.0.2-SNAPSHOT"
+version: 6.0.2-SNAPSHOT
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
index ef8cb2fb2..241fac29e 100644
--- a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
@@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
-appVersion: "6.0.1"
-version: 3.0.1
+appVersion: "6.0.2-SNAPSHOT"
+version: 3.0.2-SNAPSHOT
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml
index f48845797..db641fef0 100644
--- a/charts/bpdm/charts/bpdm-pool/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml
@@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-pool
-appVersion: "6.0.1"
-version: 7.0.1
+appVersion: "6.0.2-SNAPSHOT"
+version: 7.0.2-SNAPSHOT
description: A Helm chart for deploying the BPDM pool service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
diff --git a/pom.xml b/pom.xml
index 095a1bb6c..05a3cca92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
bpdm-parent
Business Partner Data Management Parent
Parent pom of Business Partner Data Management
- 6.0.1
+ 6.0.2-SNAPSHOT
pom
@@ -66,7 +66,7 @@
3.11.0.3922
0.8.12
1.19.8
- 1.1.18
+ 1.1.20