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

This commit is contained in:
Struchkov Mark 2022-12-18 04:48:14 +03:00
parent bc66a0164d
commit 7cb3a0a059

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.struchkov.godfather</groupId>
@ -224,7 +225,6 @@
<configuration>
<goals>deploy</goals>
<tagNameFormat>v.@{project.version}</tagNameFormat>
<autoversionsubmodules>true</autoversionsubmodules>
<releaseProfiles>releases</releaseProfiles>
<pushChanges>false</pushChanges>
</configuration>