diff --git a/README.md b/README.md
index a1a68b39..83ebf44e 100644
--- a/README.md
+++ b/README.md
@@ -69,4 +69,5 @@ Findbugs Plugin version|Embedded SpotBugs/Findbugs version|Embedded Findsecbugs
4.2.2 | 4.7.3 (SpotBugs) | 1.12.0 | 7.4.7 (sb-contrib) | 1.8|7.9~|5.10.1.16922
4.2.3 | 4.7.3 (SpotBugs) | 1.12.0 | 7.4.7 (sb-contrib) | 1.8|7.9~|5.10.1.16922
4.2.4 | 4.7.3 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922
-4.2.5-SNAPSHOT | 4.8.1 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922
+4.2.5 | 4.8.1 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922
+4.2.6-SNAPSHOT | 4.8.1 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index d37a3a16..589eca04 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -27,8 +27,8 @@ mvn versions:set -DnewVersion=1.2.4-SNAPSHOT
## Release to Maven Central
-When we push tag, the build result on Travis CI will be deployed to [Sonatype Nexus](https://oss.sonatype.org/).
-Check [Sonatype official page](http://central.sonatype.org/pages/apache-maven.html) for detail.
+When we push the new tag, the Github Actions release build will be deploy to [Sonatype Nexus](https://oss.sonatype.org/).
+Check [Sonatype official page](http://central.sonatype.org/pages/apache-maven.html) for details.
## Release to SonarQube Marketplace
diff --git a/pom.xml b/pom.xml
index 3d03828b..a69dce71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.spotbugs
sonar-findbugs-plugin
- 4.2.5
+ 4.2.6-SNAPSHOT
sonar-plugin
SonarQube SpotBugs Plugin