You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2015/08/22 03:19:12 UTC

[22/50] [abbrv] tez git commit: TEZ-2526. Fix version for tez-history-parser. Contributed by Sergey Shelukhin.

TEZ-2526. Fix version for tez-history-parser. Contributed by Sergey Shelukhin.


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

Branch: refs/heads/TEZ-2003
Commit: c716a9f3a4697b30df36bc010af3234dc8c5c2b5
Parents: fe9b690
Author: Siddharth Seth <ss...@apache.org>
Authored: Tue Jun 2 12:47:58 2015 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Fri Aug 21 18:13:55 2015 -0700

----------------------------------------------------------------------
 TEZ-2003-CHANGES.txt                   | 1 +
 tez-plugins/tez-history-parser/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/c716a9f3/TEZ-2003-CHANGES.txt
----------------------------------------------------------------------
diff --git a/TEZ-2003-CHANGES.txt b/TEZ-2003-CHANGES.txt
index 55002fe..1e8abcf 100644
--- a/TEZ-2003-CHANGES.txt
+++ b/TEZ-2003-CHANGES.txt
@@ -31,5 +31,6 @@ ALL CHANGES:
   TEZ-2495. Inform TaskCommunicaor about Task and Container termination reasons.
   TEZ-2502. Fix for TezTaskRunner2 not killing tasks properly in all situations.
   TEZ-2508. rebase 06/01
+  TEZ-2526. Fix version for tez-history-parser.
 
 INCOMPATIBLE CHANGES:

http://git-wip-us.apache.org/repos/asf/tez/blob/c716a9f3/tez-plugins/tez-history-parser/pom.xml
----------------------------------------------------------------------
diff --git a/tez-plugins/tez-history-parser/pom.xml b/tez-plugins/tez-history-parser/pom.xml
index f12e0b4..5ab0090 100644
--- a/tez-plugins/tez-history-parser/pom.xml
+++ b/tez-plugins/tez-history-parser/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tez</groupId>
     <artifactId>tez-plugins</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0-TEZ-2003-SNAPSHOT</version>
   </parent>
   <artifactId>tez-history-parser</artifactId>