Skip to content

Commit

Permalink
Updated release plugin for Git 1.8.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 27, 2014
1 parent 63fef73 commit 9a865ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -284,6 +284,19 @@
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<!-- This version is necessary for use with git version 1.8.5 -->
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>

<plugin>
<!--TODO TEXT. This plugin's configuration is used in m2e only. -->
Expand Down

0 comments on commit 9a865ce

Please sign in to comment.