diff --git a/CHANGELOG.md b/CHANGELOG.md
index 124b809f41324e6ea47f6876d97bbf30a6dfeb24..adcb31d2e2005384ea809754b1de352eda95868e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.3](https://gitlab.com/to-be-continuous/maven/compare/3.1.2...3.1.3) (2022-10-06)
+
+
+### Bug Fixes
+
+* **maven:** use Maven CLI options ([2be56aa](https://gitlab.com/to-be-continuous/maven/commit/2be56aa72f08a0f6a2cf483cc9b96cbf23104fd4))
+
 ## [3.1.2](https://gitlab.com/to-be-continuous/maven/compare/3.1.1...3.1.2) (2022-10-04)
 
 
diff --git a/README.md b/README.md
index 36e77328a4df01c753a9f9e4a97633a5b6e65c17..73635b628c9ade5db7f1b0980cbf3d1f2370f180 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: '3.1.2'
+    ref: '3.1.3'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 2ec89fc79219944a914275ad8c3f7076550b4d54..aca1f4b1d080ee36829243f3b5ba9bd6270712bd 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -374,7 +374,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "3.1.2" ]
+      command: ["--service", "maven", "3.1.3" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"