Repository: falcon Updated Branches: refs/heads/master 205465a8c -> ad9f2dea2
FALCON-1703 Falcon docs module not generating html files. Contributed by Pallavi Rao. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/ad9f2dea Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/ad9f2dea Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/ad9f2dea Branch: refs/heads/master Commit: ad9f2dea2a47cb72b5eb9f1f3ecc0f1bd0d5fe1d Parents: 205465a Author: Ajay Yadava <[email protected]> Authored: Wed Dec 30 02:05:30 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Wed Dec 30 02:05:30 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ docs/pom.xml | 2 +- falcon-regression/CHANGES.txt | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/ad9f2dea/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 618bb2a..7ec8ce6 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -90,6 +90,8 @@ Trunk (Unreleased) OPTIMIZATIONS BUG FIXES + FALCON-1703 Falcon docs module not generating html files(Pallavi Rao via Ajay Yadava) + FALCON-1565 Listing API non-intuitive response if time > endTime (Praveen Adlakha via Ajay Yadava) FALCON-1696 Falcon build failing in checkstyle module (Praveen Adlakha via Pallavi Rao) http://git-wip-us.apache.org/repos/asf/falcon/blob/ad9f2dea/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 61ebe5e..de20162 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-twiki</artifactId> - <version>1.3</version> + <version>1.6</version> </dependency> </dependencies> <executions> http://git-wip-us.apache.org/repos/asf/falcon/blob/ad9f2dea/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index eb50a97..19dc351 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -5,7 +5,7 @@ Trunk (Unreleased) INCOMPATIBLE CHANGES NEW FEATURES - FALCON-1700 Add new test cases to HiveDRTest(Paul Isaychuk & Murali Ramasami) + FALCON-1700 Add new test cases to HiveDRTest(Paul Isaychuk & Murali Ramasami via Ajay Yadava) FALCON-1689 NoOutputProcessTest fails due to scheme missing in workflow.xml(Pragya Mittal) http://git-wip-us.apache.org/repos/asf/falcon/blob/ad9f2dea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cfc06c0..3a4d5dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1394,7 +1394,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-twiki</artifactId> - <version>1.3</version> + <version>1.6</version> </dependency> </dependencies> <executions>
