Skip to content

Commit 752cd4e

Browse files
committed
ci: add maven-release-plugin with formatting
1 parent 1d3defa commit 752cd4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<github.global.server>github</github.global.server>
48+
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
4849
</properties>
4950

5051
<build>
@@ -95,6 +96,14 @@
9596
<includeScope>runtime</includeScope>
9697
</configuration>
9798
</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>
98107
</plugins>
99108
</build>
100109

0 commit comments

Comments
 (0)