Repository: falcon Updated Branches: refs/heads/master ea736915d -> b0b9c216b
FALCON-98 Upgrading jsch version in falcon regression pom : contributed by Pragya Mittal Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/b0b9c216 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/b0b9c216 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/b0b9c216 Branch: refs/heads/master Commit: b0b9c216b4cea555b5ca998d39e96eb1018ddc7e Parents: ea73691 Author: Samarth Gupta <[email protected]> Authored: Mon Jan 12 15:08:15 2015 +0530 Committer: Samarth Gupta <[email protected]> Committed: Mon Jan 12 15:08:15 2015 +0530 ---------------------------------------------------------------------- falcon-regression/CHANGES.txt | 3 +++ falcon-regression/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/b0b9c216/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index 725b1cb..d84a470 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -5,6 +5,9 @@ Trunk (Unreleased) INCOMPATIBLE CHANGES NEW FEATURES + + FALCON-985 Upgrading jsch version in falcon regression pom (Pragya M via Samarth) + FALCON-884 Add option to dump xmls generated by falcon (Raghav Kumar Gautam via Ruslan Ostafiychuk) http://git-wip-us.apache.org/repos/asf/falcon/blob/b0b9c216/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index a00b456..f05276b 100644 --- a/falcon-regression/pom.xml +++ b/falcon-regression/pom.xml @@ -182,7 +182,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.44-1</version> + <version>0.1.51</version> </dependency> <dependency>
