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