Skip to content

Commit

Permalink
Update maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Oct 18, 2014
1 parent 2e7ddc9 commit ef00790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -303,12 +303,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<version>2.5.1</version>
<configuration>
<releaseProfiles>pmd-release</releaseProfiles>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>pmd_releases/@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ef00790

Please sign in to comment.