Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Anchor maven-release-plugin to version 2.5.1
Browse files Browse the repository at this point in the history
This is an attempt to fix the failed release problem just like at
http://stackoverflow.com/questions/15166781/mvn-releaseprepare-not-committing-changes-to-pom-xml
  • Loading branch information
Oli Dagenais committed Sep 29, 2015
1 parent 0b33703 commit 370200d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Licensed under the MIT license. See License.txt in the project root. -->
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 370200d

Please # to comment.