diff --git a/CHANGELOG.md b/CHANGELOG.md
index 897286c..b864c64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for WhnManager Distribution
-## [v2.0.1-SNAPSHOT] - 2022-11-29
+## [v2.0.1] - 2022-11-29
- First Release with git
- added exclude authorization on gcube-apps.xml
diff --git a/pom.xml b/pom.xml
index 4a5d463..2cad523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.gcube.resourcemanagement
whn-manager
- 2.0.1-SNAPSHOT
+ 2.0.1
war
@@ -33,7 +33,7 @@
org.gcube.distribution
gcube-smartgears-bom
- 2.2.0-SNAPSHOT
+ 2.2.0
pom
import
@@ -45,9 +45,6 @@
org.slf4j
slf4j-api
-
-
-
org.gcube.core
common-smartgears
@@ -63,27 +60,33 @@
common-smartgears-app
-
+
com.sun.xml.ws
jaxws-rt
- 3.0.0
- runtime
+ 2.3.5
-
- jakarta.servlet
- jakarta.servlet-api
- 5.0.0
-
-
+
+
+
+
+ com.sun.xml.bind
+ jaxb-impl
+
+ com.sun.xml.bind
+ jaxb-core
+
+
+
org.jboss.weld.servlet
weld-servlet-core