Skip to content

Commit

Permalink
use the latest maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Velinska committed Mar 26, 2013
1 parent 8bf69c3 commit eb9b58f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<!-- version 2.4 is defective -->
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<repositories>
Expand Down

0 comments on commit eb9b58f

Please sign in to comment.