Настройка автоматический смены версий
This commit is contained in:
parent
61e98c75b2
commit
cad7dc9cef
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user