diff --git a/README.md b/README.md
index 4eee61c2..8181fb8f 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
-----------------|---------|---------|----------|---
+8.37|7.9 |7.9+|8.37|1.8
8.35|7.9 |7.9+|8.35|1.8
4.34|7.9 |7.9+|8.34|1.8
4.33|7.9 |7.9+|8.33|1.8
diff --git a/pom.xml b/pom.xml
index 705d9ba9..005dfe7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.checkstyle
checkstyle-sonar-plugin
- 8.36-SNAPSHOT
+ 8.37-SNAPSHOT
sonar-plugin
Checkstyle SonarQube Plugin
@@ -93,7 +93,7 @@
- 8.36.1
+ 8.37
7.9
6.0.0.20538
3.1.1
diff --git a/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java b/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java
index 78c346e5..8bfc190c 100644
--- a/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java
+++ b/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java
@@ -80,7 +80,7 @@ public void test() {
// such number should not change during checkstyle version upgrade
assertThat(duplicatedRuleWithTemplate).hasSize(174);
// all new Rules should fall in this group
- assertThat(rulesWithDuplicateTemplate).hasSize(5);
+ assertThat(rulesWithDuplicateTemplate).hasSize(6);
for (RulesDefinition.Rule rule : rules) {
assertThat(rule.key()).isNotNull();
diff --git a/wercker.yml b/wercker.yml
index c8bd61b8..0e068a70 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -2,13 +2,6 @@ box: maven:3.6.3-jdk-11
build:
steps:
- - script:
- name: install metadata-gen in local repo
- code: |
- git clone https://github.com/checkstyle/metadata-gen.git
- cd metadata-gen
- mvn install
- cd ../
- script:
name: setup maven local repo
code: |