Skip to content

Commit

Permalink
fix: merge issue-release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Sameem Ahamed Azeem committed Apr 7, 2020
1 parent c13b96b commit 1a7e983
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,23 @@
<includeScope>runtime</includeScope>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<scmReleaseCommitComment>Latest Release @{releaseLabel}</scmReleaseCommitComment>
<pomFileName>pom.xml</pomFileName>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>

</build>
Expand Down

0 comments on commit 1a7e983

Please sign in to comment.