Skip to content

Commit

Permalink
Updated release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherDevOpsGene committed Nov 27, 2020
1 parent 672c82a commit 5de6ddb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5de6ddb

Please sign in to comment.