Repository: falcon Updated Branches: refs/heads/master 4bf2401ad -> a49133aaf
FALCON-1896 Failure in Falcon build in distro module Author: Praveen Adlakha <[email protected]> Reviewers: "Balu Vellanki <[email protected]>" Closes #95 from PraveenAdlakha/1896 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/a49133aa Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/a49133aa Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/a49133aa Branch: refs/heads/master Commit: a49133aafecee7c047d201bdefe49e703f2e65b6 Parents: 4bf2401 Author: Praveen Adlakha <[email protected]> Authored: Tue Apr 12 09:00:57 2016 -0700 Committer: bvellanki <[email protected]> Committed: Tue Apr 12 09:00:57 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/a49133aa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 689fd88..d768c6d 100644 --- a/pom.xml +++ b/pom.xml @@ -1345,7 +1345,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2.1</version> + <version>2.6</version> <configuration> <descriptors> <descriptor>src/main/assemblies/empty.xml</descriptor>
