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 547ca6e commit 8fc18aeCopy full SHA for 8fc18ae
csv-validator-parent/pom.xml
@@ -297,8 +297,11 @@
297
<plugin>
298
<groupId>org.apache.maven.plugins</groupId>
299
<artifactId>maven-release-plugin</artifactId>
300
+ <version>2.5.2</version>
301
<configuration>
302
<mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 -->
303
+ <autoVersionSubmodules>true</autoVersionSubmodules>
304
+ <tagNameFormat>@{project.version}</tagNameFormat>
305
</configuration>
306
</plugin>
307
</plugins>
0 commit comments