Added tag parameter
This commit is contained in:
parent
4eec1a5bbb
commit
08729ab14b
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
|
@ -168,6 +168,12 @@
|
|||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-scm-plugin</artifactId>
|
||||
<configuration>
|
||||
<tag>${project.version}</tag>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue