Repository: accumulo Updated Branches: refs/heads/1.6 019f99f01 -> 9dcfa631c refs/heads/master bac5bc5b2 -> 4e400f0d2
ACCUMULO-3610 Update mavanagaiata plugin to 0.7.1 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9dcfa631 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9dcfa631 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9dcfa631 Branch: refs/heads/1.6 Commit: 9dcfa631c0385d7613750c58c9f69a830dd2d21e Parents: 019f99f Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Feb 20 17:31:04 2015 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Feb 27 12:11:27 2015 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/9dcfa631/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b7408cb..089901b 100644 --- a/pom.xml +++ b/pom.xml @@ -530,7 +530,7 @@ <plugin> <groupId>com.github.koraktor</groupId> <artifactId>mavanagaiata</artifactId> - <version>0.7.0</version> + <version>0.7.1</version> <configuration> <skipNoGit>true</skipNoGit> </configuration> @@ -615,7 +615,7 @@ <!-- Work around MRELEASE-812 --> <version>2.5</version> <configuration> - <arguments>-P apache-release,thrift,assemble,docs,sunny -Dtimeout.factor=2 -Dmavanagaiata.dirtyFlag=false</arguments> + <arguments>-P apache-release,thrift,assemble,docs,sunny -Dtimeout.factor=2</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>clean deploy</goals> <preparationGoals>clean verify</preparationGoals>