pan3793 commented on PR #111: URL: https://github.com/apache/maven-apache-parent/pull/111#issuecomment-1272897544
one use case: some users/developers may want to have a quick patched version to deploy to private repo based on a released version, e.g. someone wants a v1.2.3-1 w/ some internal changes based on v1.2.3, w/ this patch, they can simply run ``` mvn versions:set -DnewVersion=1.2.3-1 -DgenerateBackupPoms=false mvn deploy -DdistMgmtReleasesName=<private-repo-name> -DdistMgmtReleasesUrl=<private-repo-url> ``` instead of touching `pom.xml` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org