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.
x.y.z
1 parent fab87a5 commit 7cdfef3Copy full SHA for 7cdfef3
1 file changed
pom.xml
@@ -96,6 +96,15 @@
96
</execution>
97
</executions>
98
</plugin>
99
+ <plugin>
100
+ <groupId>org.apache.maven.plugins</groupId>
101
+ <artifactId>maven-release-plugin</artifactId>
102
+ <version>2.5.3</version>
103
+ <configuration>
104
+ <tagNameFormat>@{project.version}</tagNameFormat>
105
+ </configuration>
106
+ </plugin>
107
+
108
</plugins>
109
</build>
110
0 commit comments