Use Malhar version 3.6.0
Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/8b75f7a4 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/8b75f7a4 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/8b75f7a4 Branch: refs/heads/master Commit: 8b75f7a412454dd90b26c2553bb4d899934cbec6 Parents: 92897a3 Author: Thomas Weise <[email protected]> Authored: Tue Dec 6 21:08:35 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Tue Dec 6 21:08:35 2016 -0800 ---------------------------------------------------------------------- apex-app-archetype/src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/8b75f7a4/apex-app-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml index d378b33..a3d8faa 100644 --- a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml +++ b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml @@ -260,7 +260,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>malhar-library</artifactId> - <version>3.5.0</version> + <version>3.6.0</version> <!-- If you know that your application does not need transitive dependencies pulled in by malhar-library, uncomment the following to reduce the size of your app package.
