Repository: falcon Updated Branches: refs/heads/0.7 6370360dd -> 687c93a3d
FALCON-1430 Exclude designer from source tarball. 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/687c93a3 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/687c93a3 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/687c93a3 Branch: refs/heads/0.7 Commit: 687c93a3d3b9e2425e235cd464f6dcd387875353 Parents: 6370360 Author: Ajay Yadava <[email protected]> Authored: Wed Sep 2 13:58:14 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Wed Sep 2 13:58:14 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ addons/recipes/hdfs-replication/pom.xml | 2 +- src/main/assemblies/src-package.xml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/687c93a3/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e5f25dc..2b36cd0 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,8 @@ Branch: 0.7 (Proposed Release Version: 0.7) FALCON-796 Enable users to triage data processing issues through falcon (Ajay Yadava) IMPROVEMENTS + FALCON-1430 Exclude designer from source tarball(Ajay Yadava) + FALCON-1378 Falcon documentation lacks information on how to run Falcon on standalone Oozie/Hadoop setup(Pallavi Rao via Ajay Yadava) FALCON-1419 Document ability to disable oozie dryRun during entity schedule actions(Balu Vellanki via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/687c93a3/addons/recipes/hdfs-replication/pom.xml ---------------------------------------------------------------------- diff --git a/addons/recipes/hdfs-replication/pom.xml b/addons/recipes/hdfs-replication/pom.xml index 1926329..3873321 100644 --- a/addons/recipes/hdfs-replication/pom.xml +++ b/addons/recipes/hdfs-replication/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.recipes</groupId> <artifactId>falcon-hdfs-replication-recipe</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7</version> <description>Apache Falcon Sample Hdfs Replicaiton Recipe</description> <name>Apache Falcon Sample Hdfs Replication Recipe</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/687c93a3/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index ad0484f..e650167 100644 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -35,6 +35,7 @@ <exclude>backlog</exclude> <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> + <exclude>**/addons/designer/**</exclude> <exclude>**/*.ipr</exclude> <exclude>**/*.iws</exclude> <exclude>**/*.log</exclude>
