Skip to content

Commit eaad371

Browse files
committed
Change scm tag format.
1 parent 9f1cbee commit eaad371

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
replaced by your own identifying information: "Portions copyright [year]
1515
[name of copyright owner]".
1616
17-
Copyright 2018-2021 Wren Security.
17+
Copyright 2018-2023 Wren Security.
1818
-->
1919
<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">
2020
<modelVersion>4.0.0</modelVersion>
@@ -109,6 +109,16 @@
109109
</execution>
110110
</executions>
111111
</plugin>
112+
113+
<plugin>
114+
<groupId>org.apache.maven.plugins</groupId>
115+
<artifactId>maven-release-plugin</artifactId>
116+
<version>3.0.1</version>
117+
118+
<configuration>
119+
<tagNameFormat>@{project.version}</tagNameFormat>
120+
</configuration>
121+
</plugin>
112122
</plugins>
113123
</build>
114124
</project>

0 commit comments

Comments
 (0)