Skip to content

Commit

Permalink
Tag name format for release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Nov 22, 2016
1 parent c6124ee commit 1ec7dff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1ec7dff

Please sign in to comment.