Skip to content

Commit

Permalink
require recent release plugin with latest git client
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Jul 16, 2014
1 parent 18e9de4 commit cb49b6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</build>

</project>

0 comments on commit cb49b6a

Please sign in to comment.