mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +00:00
Improvements to the release plugin config
This commit is contained in:
parent
410ac65c6a
commit
d01e37adcf
4
pom.xml
4
pom.xml
@ -194,10 +194,12 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<preparationGoals>assembly:assembly</preparationGoals>
|
<preparationGoals>assembly:assembly</preparationGoals>
|
||||||
<goals>assembly:assembly</goals>
|
<goals>assembly:assembly</goals>
|
||||||
|
<tagNameFormat>@{project.version}</tagNameFormat>
|
||||||
|
<scmCommentPrefix>[RELEASE]</scmCommentPrefix>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user