diff --git a/CHANGELOG.md b/CHANGELOG.md
index cceae88733805cd81202326ec1b2caae005b9a9c..fe5cb1fbd60a425a3c8943e3f4570167adf7892b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.2.0](https://gitlab.com/to-be-continuous/maven/compare/2.1.6...2.2.0) (2022-04-28)
+
+
+### Features
+
+* Add a MAVEN_PROJECT_DIR ([7bdc6fe](https://gitlab.com/to-be-continuous/maven/commit/7bdc6feed564a6bf912b3a749f04bf2dd0c58a04))
+
 ## [2.1.6](https://gitlab.com/to-be-continuous/maven/compare/2.1.5...2.1.6) (2022-04-26)
 
 
diff --git a/README.md b/README.md
index bffa72d0f5d076391790e83124050ab7826a68c0..7c84f4350136e76507585140094aef6b42084014 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/maven'
-    ref: '2.1.6'
+    ref: '2.2.0'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 8f7c409a588cee9ed5a26bf36351b225d9296016..e8455ecf933df0d5d217636a642a20059f0d8926 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -437,7 +437,7 @@ stages:
     esac
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update maven "2.1.6"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update maven "2.2.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -447,7 +447,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "maven", "2.1.6" ]
+      command: ["--service", "maven", "2.2.0" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"