diff --git a/bpdm-cleaning-service-dummy/pom.xml b/bpdm-cleaning-service-dummy/pom.xml
index 004d2a56c..103fd3b67 100644
--- a/bpdm-cleaning-service-dummy/pom.xml
+++ b/bpdm-cleaning-service-dummy/pom.xml
@@ -155,6 +155,8 @@
${project.basedir}/src/main/resources
*.properties
+ application.yml
+ application-*.yml
@@ -162,8 +164,19 @@
${project.basedir}/src/main/resources
*.properties
+ application.yml
+ application-*.yml
+
+ ${project.basedir}/..
+
+ LICENSE
+ NOTICE.md
+ DEPENDENCIES
+
+ META-INF/
+
diff --git a/bpdm-orchestrator/pom.xml b/bpdm-orchestrator/pom.xml
index b9dd75e77..bab6d413e 100644
--- a/bpdm-orchestrator/pom.xml
+++ b/bpdm-orchestrator/pom.xml
@@ -172,6 +172,15 @@
application-*.yml
+
+ ${project.basedir}/..
+
+ LICENSE
+ NOTICE.md
+ DEPENDENCIES
+
+ META-INF/
+
diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml
index 18baa2786..39cd2e25a 100644
--- a/charts/bpdm/Chart.yaml
+++ b/charts/bpdm/Chart.yaml
@@ -23,7 +23,7 @@ name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the BPDM applications
version: 5.2.0-SNAPSHOT
-appVersion: "6.2.0-rc5"
+appVersion: "6.2.0-SNAPSHOT"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
index a877eabd0..011d95539 100644
--- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
@@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
-appVersion: "6.2.0-rc5"
+appVersion: "6.2.0-SNAPSHOT"
version: 3.2.0-SNAPSHOT
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml
index 5a89604e7..69b0e1657 100644
--- a/charts/bpdm/charts/bpdm-gate/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml
@@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-gate
-appVersion: "6.2.0-rc5"
+appVersion: "6.2.0-SNAPSHOT"
version: 6.2.0-SNAPSHOT
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
index 21937c511..5fcb2c596 100644
--- a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
@@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
-appVersion: "6.2.0-rc5"
+appVersion: "6.2.0-SNAPSHOT"
version: 3.2.0-SNAPSHOT
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml
index cb48d6bec..65bc59387 100644
--- a/charts/bpdm/charts/bpdm-pool/Chart.yaml
+++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml
@@ -21,7 +21,7 @@
apiVersion: v2
type: application
name: bpdm-pool
-appVersion: "6.2.0-rc5"
+appVersion: "6.2.0-SNAPSHOT"
version: 7.2.0-SNAPSHOT
description: A Helm chart for deploying the BPDM pool service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
diff --git a/pom.xml b/pom.xml
index a2731e45e..d57407495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
- 6.2.0-rc5
+ 6.2.0-SNAPSHOT
21
21
21