diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b1dcded75cd44b69c9dde869701ebaed4b0d49a..f9a7f829598b420f774b7a164d1a3fad0d1b563f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [3.0.0](https://gitlab.com/to-be-continuous/maven/compare/2.3.0...3.0.0) (2022-08-05)
+
+
+### Features
+
+* adaptive pipeline ([08a1b5e](https://gitlab.com/to-be-continuous/maven/commit/08a1b5e56fab796f31eeb7f3a0ee28af98a765a3))
+
+
+### BREAKING CHANGES
+
+* change default workflow from Branch pipeline to MR pipeline
+
 # [2.3.0](https://gitlab.com/to-be-continuous/maven/compare/2.2.0...2.3.0) (2022-05-01)
 
 
diff --git a/README.md b/README.md
index e058330c6fdf9795628764605a8287f225a09989..cfb5d4e5549d8b27e0d61113732acce9d1852188 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.3.0'
+    ref: '3.0.0'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index a1ee039d7c79dec6d408530d3c83170d8073c225..fce0414c35cc0fe77bd27a043ce76aa3faeb3fff 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -458,7 +458,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "2.3.0" ]
+      command: ["--service", "maven", "3.0.0" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"