We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc74c76 commit 05a764bCopy full SHA for 05a764b
pom.xml
@@ -121,6 +121,14 @@
121
<artifactId>maven-deploy-plugin</artifactId>
122
<version>2.8.2</version>
123
</plugin>
124
+ <plugin>
125
+ <groupId>org.apache.maven.plugins</groupId>
126
+ <artifactId>maven-release-plugin</artifactId>
127
+ <version>3.0.1</version>
128
+ <configuration>
129
+ <tagNameFormat>@{project.version}</tagNameFormat>
130
+ </configuration>
131
+ </plugin>
132
<plugin>
133
<groupId>org.codehaus.mojo</groupId>
134
<artifactId>license-maven-plugin</artifactId>
0 commit comments