Repository: falcon Updated Branches: refs/heads/master 43c7a71bb -> e85287fb8
FALCON-1796 [HOTFIX] Incorrect parent pom in distro module. Contributed by Ajay Yadava. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/e85287fb Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e85287fb Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e85287fb Branch: refs/heads/master Commit: e85287fb84fbbc8ff2111dbc13099d084f506246 Parents: 43c7a71 Author: Ajay Yadav <[email protected]> Authored: Mon Feb 1 14:45:13 2016 +0530 Committer: Ajay Yadav <[email protected]> Committed: Mon Feb 1 14:45:13 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ distro/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/e85287fb/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index fca1b7a..061171c 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,8 @@ Trunk FALCON-1770 Update README file (Ajay Yadava) BUG FIXES + FALCON-1796 [HOTFIX] Incorrect parent pom in distro module(Ajay Yadava) + FALCON-1779 Fix rat-check failure in trunk (Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/e85287fb/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 02cc179..e3e3a5f 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.8.0-IBM-1-SNAPSHOT</version> + <version>0.10-SNAPSHOT</version> </parent> <artifactId>falcon-distro</artifactId> <description>Apache Falcon Distro</description>
