Skip to content

Commit 3dfd929

Browse files
committed
Adding release plugin
1 parent a5bc123 commit 3dfd929

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@
140140
</execution>
141141
</executions>
142142
</plugin>
143+
<plugin>
144+
<groupId>org.apache.maven.plugins</groupId>
145+
<artifactId>maven-release-plugin</artifactId>
146+
<version>3.0.0-M1</version>
147+
<configuration>
148+
<tagNameFormat>v@{project.version}</tagNameFormat>
149+
</configuration>
150+
</plugin>
143151
<plugin>
144152
<groupId>org.sonatype.plugins</groupId>
145153
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)