Skip to content

Commit

Permalink
Can't release anymore with git 2.2.1.
Browse files Browse the repository at this point in the history
Applying workaround suggested in https://jira.codehaus.org/browse/MRELEASE-875
  • Loading branch information
ediweissmann committed Jan 16, 2015
1 parent 88bba42 commit 61f2732
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sejda-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<version>2.5</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9.1</version>
</dependency>
</dependencies>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down

0 comments on commit 61f2732

Please sign in to comment.