Update version in branch to 0.8.2-TEZ-2980-SNAPSHOT to prevent overwriting the master build during jenkins builds.
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7a9f38bc Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7a9f38bc Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7a9f38bc Branch: refs/heads/TEZ-2980 Commit: 7a9f38bcef3cb3139f36fd13f150a27cefd0ecab Parents: 31baf3c Author: Siddharth Seth <[email protected]> Authored: Mon Jan 4 13:34:19 2016 -0800 Committer: Sreenath Somarajapuram <[email protected]> Committed: Wed Jan 20 22:30:06 2016 +0530 ---------------------------------------------------------------------- tez-ui2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/7a9f38bc/tez-ui2/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui2/pom.xml b/tez-ui2/pom.xml index 2b7503c..8dbea41 100644 --- a/tez-ui2/pom.xml +++ b/tez-ui2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tez</groupId> <artifactId>tez</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.3-SNAPSHOT</version> </parent> <artifactId>tez-ui2</artifactId> <packaging>war</packaging>
