| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
In a new PR, update the version in pom.xml using
mvn versions:set -DnewVersion=<VERSION>Commit the changes and open a PR.
On main branch, create a tag for the new version to trigger the release workflow.
git tag -a v<VERSION> -m "Release v<VERSION>"
git push origin v<VERSION>This will trigger the release workflow which will deploy the release to Maven Central.
Go to https://central.sonatype.com/publishing/deployments to publish the release to Maven Central.
| Back | FazBrowse Home | New Git URL |