We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3defa commit 752cd4eCopy full SHA for 752cd4e
pom.xml
@@ -45,6 +45,7 @@
45
<properties>
46
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47
<github.global.server>github</github.global.server>
48
+ <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
49
</properties>
50
51
<build>
@@ -95,6 +96,14 @@
95
96
<includeScope>runtime</includeScope>
97
</configuration>
98
</plugin>
99
+ <plugin>
100
+ <artifactId>maven-release-plugin</artifactId>
101
+ <version>${maven-release-plugin.version}</version>
102
+ <configuration>
103
+ <scmCommentPrefix>[maven-release-plugin]</scmCommentPrefix>
104
+ <tagNameFormat>v@{project.version}</tagNameFormat>
105
+ </configuration>
106
+ </plugin>
107
</plugins>
108
</build>
109
0 commit comments