Настройка автоматический смены версий

This commit is contained in:
Struchkov Mark 2022-12-18 04:58:36 +03:00
parent 61e98c75b2
commit cad7dc9cef

View File

@ -222,7 +222,7 @@
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M7</version> <version>3.0.0-M7</version>
<configuration> <configuration>
<goals>deploy</goals> <preparationGoals>clean install</preparationGoals>
<tagNameFormat>v.@{project.version}</tagNameFormat> <tagNameFormat>v.@{project.version}</tagNameFormat>
<releaseProfiles>releases</releaseProfiles> <releaseProfiles>releases</releaseProfiles>
<pushChanges>false</pushChanges> <pushChanges>false</pushChanges>