You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/02/27 18:12:37 UTC

[2/3] accumulo git commit: ACCUMULO-3610 Update mavanagaiata plugin to 0.7.1

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/master
Commit: 9dcfa631c0385d7613750c58c9f69a830dd2d21e
Parents: 019f99f
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Feb 20 17:31:04 2015 -0500
Committer: Christopher Tubbs <ct...@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>