File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments