И я запускаю следующие команды (пустой .m2/репозиторий):
Код: Выделить всё
mvn dependency:go-offline -B -q
mvn versions:set -DgroupId="your.group.*" -DartifactId="*" -DnewVersion=rc1 versions:commit -o
Код: Выделить всё
No plugin found for prefix 'versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (~/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
Подробнее здесь: https://stackoverflow.com/questions/791 ... tom-plugin