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.
1 parent 01b58df commit 003368dCopy full SHA for 003368d
pom.xml
@@ -119,6 +119,16 @@
119
<artifactId>maven-assembly-plugin</artifactId>
120
<version>2.5.3</version>
121
</plugin>
122
+ <plugin>
123
+ <groupId>org.apache.maven.plugins</groupId>
124
+ <artifactId>maven-release-plugin</artifactId>
125
+ <version>2.5.3</version>
126
+ <configuration>
127
+ <useReleaseProfile>false</useReleaseProfile>
128
+ <tagNameFormat>v@{project.version}</tagNameFormat>
129
+ <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
130
+ </configuration>
131
+ </plugin>
132
</plugins>
133
</pluginManagement>
134
</build>
0 commit comments