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.
2 parents 65664ad + fb5e146 commit 8d09d3aCopy full SHA for 8d09d3a
pom.xml
@@ -233,6 +233,15 @@ under the License.
233
<licenseFile>${project.basedir}/LICENSE</licenseFile>
234
</configuration>
235
</plugin>
236
+ <plugin>
237
+ <groupId>org.apache.maven.plugins</groupId>
238
+ <artifactId>maven-release-plugin</artifactId>
239
+ <version>2.5.2</version>
240
+ <configuration>
241
+ <autoVersionSubmodules>true</autoVersionSubmodules>
242
+ <tagNameFormat>v@{project.version}</tagNameFormat>
243
+ </configuration>
244
+ </plugin>
245
<plugin>
246
<groupId>de.jutzig</groupId>
247
<artifactId>github-release-plugin</artifactId>
0 commit comments