diff --git a/README.md b/README.md index cffba78..f6f3b8c 100644 --- a/README.md +++ b/README.md @@ -134,16 +134,16 @@ On the `main` branch: ```bash git checkout main -mvn versions:set -DnewVersion=2.0.0 -mvn clean deploy -P release +mvn versions:set -DnewVersion='2.0.1' git add pom.xml git commit -m 'Deploying release to Central Repository' -git tag -a sonar-zap-plugin-2.0.0 -m 'Support for SonarQube 7.9 LTS' -mvn versions:set -DnewVersion=2.0.1-SNAPSHOT +mvn clean deploy -P release +git tag -a sonar-zap-plugin-2.0.1 -m 'Support for SonarQube 7.9 LTS' +mvn versions:set -DnewVersion=2.0.2-SNAPSHOT git add pom.xml git commit -m 'Preparing for next development version' -git push --tags origin git push origin +git push --tags origin ``` ## History