Skip to content

Commit 9926f78

Browse files
committedSep 27, 2013
[ADD] Maven: added maven release plugin
1 parent b18b41e commit 9926f78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,15 @@
303303
</executions>
304304
</plugin>
305305

306+
<plugin>
307+
<groupId>org.apache.maven.plugins</groupId>
308+
<artifactId>maven-release-plugin</artifactId>
309+
<version>2.4.1</version>
310+
<configuration>
311+
<tagNameFormat>@{project.version}</tagNameFormat>
312+
</configuration>
313+
</plugin>
314+
306315
<plugin>
307316
<groupId>org.apache.maven.plugins</groupId>
308317
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.