Repository: falcon Updated Branches: refs/heads/master d69591ad1 -> d08f8bd74
FALCON-1157 Build error when using maven 3.3.x(Venkat Ramachandran) Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/d08f8bd7 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/d08f8bd7 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/d08f8bd7 Branch: refs/heads/master Commit: d08f8bd74c196e535584a7c395dfaa49952b44da Parents: d69591a Author: Pallavi Rao <[email protected]> Authored: Thu Oct 8 11:27:23 2015 +0530 Committer: Pallavi Rao <[email protected]> Committed: Thu Oct 8 11:27:23 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ falcon-ui/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/d08f8bd7/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7f66a44..02a65a1 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ Trunk (Unreleased) FALCON-1027 Falcon proxy user support(Sowmya Ramesh) IMPROVEMENTS + FALCON-1157 Build error when using maven 3.3.x(Venkat Ramachandran via Pallavi Rao) + FALCON-1477 Adding "-debug" option to Falcon CLI for debug statements to stdout(Narayan Periwal via Pallavi Rao) FALCON-1476 Maintaining threshold on monitoring entities for SLA service(Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/d08f8bd7/falcon-ui/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-ui/pom.xml b/falcon-ui/pom.xml index 0f42711..adb219b 100644 --- a/falcon-ui/pom.xml +++ b/falcon-ui/pom.xml @@ -33,7 +33,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.14</version> + <version>0.0.23</version> <executions> <execution>
