diff --git a/README.md b/README.md
index 469b03f..2ea93d9 100644
--- a/README.md
+++ b/README.md
@@ -167,12 +167,15 @@ for SNAPSHOT's use:
mvn clean deploy -D target=sonatype
mvn release:clean release:prepare -D target=sonatype
-For Releases use version set if required:
+For Releases use version set **if required** (if you didn't manually setted in last commit):
mvn versions:set -DnewVersion=1.x.x -D target=sonatype
-Followed by:
+Followed by the DEPLOY command:
mvn clean deploy -D target=sonatype
+
+And if you want to bump to SNAPSHOT version:
+
mvn release:perform -D target=sonatype
### Contribution guidelines ###
diff --git a/pom.xml b/pom.xml
index c9e660b..7fa7b49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,9 @@
sonatype
+
+ -Xdoclint:none
+