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 2014/12/18 21:54:15 UTC

[09/16] accumulo git commit: ACCUMULO-3172 Remove -dirty flag on releases

ACCUMULO-3172 Remove -dirty flag on releases

  Changes mavanagaiata plugin to stop incorrectly marking hashes as '-dirty'
  when using maven-release-plugin to create releases.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4bac7484
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4bac7484
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4bac7484

Branch: refs/heads/1.6
Commit: 4bac748496df2f602a821dc0605fe4e4be9a6978
Parents: 8f4bc4c
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Dec 18 14:52:31 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Dec 18 14:52:31 2014 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4bac7484/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 835a2fa..8316a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,7 +383,7 @@
         <plugin>
           <groupId>com.github.koraktor</groupId>
           <artifactId>mavanagaiata</artifactId>
-          <version>0.6.1</version>
+          <version>0.7.0</version>
           <configuration>
             <skipNoGit>true</skipNoGit>
           </configuration>
@@ -484,7 +484,7 @@
           <!-- Work around MRELEASE-812 -->
           <version>2.5</version>
           <configuration>
-            <arguments>-P apache-release,check-licenses,thrift,native,assemble,docs,rpm,deb</arguments>
+            <arguments>-Dmavanagaiata.dirtyFlag=false -P apache-release,check-licenses,thrift,native,assemble,docs,rpm,deb</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>clean compile javadoc:aggregate deploy</goals>
             <preparationGoals>clean compile javadoc:aggregate verify</preparationGoals>