diff --git a/CHANGELOG.md b/CHANGELOG.md
index 540401599ee837f356936ff3aba4bde4b55e4e59..dfdfaadac8b42024ad2d11fa2923c925d8b7350c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,4 +83,4 @@ This is the first release. It all starts here.
 [1.1]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.0...v1.1
 [1.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...v1.2
 [1.2.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2...v1.2.2
-[1.3]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2.2...v1.3
+[1.3]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/29d6badea797498736aef4322acf3d566be7461f...4c32c4fad44cc99ef0db6544f29a8562afd97950
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
new file mode 100644
index 0000000000000000000000000000000000000000..57d75703bd69fde1a824122c2c417fee657d7617
--- /dev/null
+++ b/DEPLOYMENT.md
@@ -0,0 +1,22 @@
+# Step by Step deployment guide
+
+- [ ] Make sure that the master branch is clean and all commits are pushed to origin
+- [ ] `git checkout stable`
+- [ ] `git merge --no-ff master`
+- [ ] Make sure that the stable branch is clean and all commits are pushed to origin
+- [ ] `git checkout production`
+- [ ] `git checkout $HASHID -- .`
+      The $HASHID being the commit were the last merge from stable happened (before clarindev2clarin.sh changes were committed)
+- [ ] `git merge --no-ff stable`
+- [ ] Change the version number and the registry branch of the images in all deployment yaml files
+- [ ] `git add kubernetes/*deploy*yaml`
+- [ ] `git commit`
+- [ ] `git tag -a $VERSION_NUMBER -s -u $GPG_ID_HASH`
+- [ ] `git push --all
+- [ ] `git push --tags`
+- [ ] `cd dockerfiles`
+- [ ] `./release $VERSION_NUMBER production`
+- [ ] `cd ../kubernetes`
+- [ ] `./stop_kube.sh`
+- [ ] `./start_kube.sh`
+- [ ] `git checkout master`
diff --git a/dockerfiles/commul-customization/default-ssl b/dockerfiles/commul-customization/default-ssl
index 8cf746c3967dabc2cc18b21d289258d767731204..2b6f9e5f3dc85609960ee6d7810921d6e790082c 100644
--- a/dockerfiles/commul-customization/default-ssl
+++ b/dockerfiles/commul-customization/default-ssl
@@ -63,7 +63,7 @@ server {
   rewrite ^/repository/oai/?$ $oai_index permanent;
 
   # kept 'redirect' to be sure that this keeps working
-  if ($http_accept ~ "(.*xml.cmdi.*)"){
+  if ($http_accept ~ "(.*cmdi.xml.*)"){
     rewrite ^/(.*)/xmlui/handle/(.*)$ https://$http_host/repository/oai/cite?metadataPrefix=cmdi&handle=$2? redirect;
   }
 
diff --git a/dockerfiles/commul-customization/local.properties b/dockerfiles/commul-customization/local.properties
index 37c34c187c5b260891a0d6d3ad10909872e9f80b..d612588187e9ac8c36815e608f10fa0114d94566 100644
--- a/dockerfiles/commul-customization/local.properties
+++ b/dockerfiles/commul-customization/local.properties
@@ -298,8 +298,8 @@ lr.xmlui.user.showlanguage = false
 ###############################################
 # oai
 #mind the documentation for oai/cite and the respective apache rewrite
-lr.repository.identifier = clarin-dev.eurac.edu 
-lr.repository.sampleIdentifier = oai:clarin.eurac-dev.edu:11858/00-097C-0000-0001-487A-4
+lr.repository.identifier = clarin-dev.eurac.edu
+lr.repository.sampleIdentifier = oai:clarin-dev.eurac.edu:20.500.12124/3
 
 ####
 #
diff --git a/dockerfiles/commul-customization/shibboleth_sp_with_fastcgi.sh b/dockerfiles/commul-customization/shibboleth_sp_with_fastcgi.sh
index 52c57b777eee439249c83eea3bbe9a527fcb5957..6d717e8a56e05c4685c221be5a8bbc935d217d9f 100644
--- a/dockerfiles/commul-customization/shibboleth_sp_with_fastcgi.sh
+++ b/dockerfiles/commul-customization/shibboleth_sp_with_fastcgi.sh
@@ -22,7 +22,7 @@ function get {
 }
 
 get log4shib 1.0.9 http://shibboleth.net/downloads/log4shib/1.0.9/
-get xerces-c 3.2.1 http://mirror.hosting90.cz/apache/xerces/c/3/sources/
+get xerces-c 3.2.2 https://archive.apache.org/dist/xerces/c/3/sources/
 get xml-security-c 1.7.3 https://archive.apache.org/dist/santuario/c-library/
 get xmltooling 1.6.4 http://shibboleth.net/downloads/c++-opensaml/2.6.1/
 get opensaml 2.6.1 http://shibboleth.net/downloads/c++-opensaml/2.6.1/