Skip to content

Commit

Permalink
release plugin added
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Aug 25, 2018
1 parent 4be12e2 commit e67f6e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e67f6e1

Please sign in to comment.