ACCUMULO-3048 Bump up maven-release-plugin to work around bug in git scm provider
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/45d11d5b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/45d11d5b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/45d11d5b Branch: refs/heads/1.6.1-SNAPSHOT Commit: 45d11d5b58bd777683fe7fb2239813c14decdbd5 Parents: 3c5c197 Author: Josh Elser <els...@apache.org> Authored: Tue Aug 12 20:58:45 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Aug 12 20:58:45 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/45d11d5b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4b8bdea..8ca6342 100644 --- a/pom.xml +++ b/pom.xml @@ -481,6 +481,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <!-- Work around MRELEASE-812 --> + <version>2.5</version> <configuration> <arguments>-P apache-release,check-licenses,thrift,native,assemble,docs,rpm,deb</arguments> <autoVersionSubmodules>true</autoVersionSubmodules>