Skip to content

Commit

Permalink
Rollback release plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 14, 2018
1 parent 5ceb3d4 commit 8e0720d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
Expand Down

0 comments on commit 8e0720d

Please sign in to comment.