mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-08-06 09:09:29 +00:00
Improvements to the release plugin config
This commit is contained in:
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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user