Repository: incubator-apex-malhar Updated Branches: refs/heads/devel-3 90d5774ff -> 40b0c42e4
Apex API is now in maven central Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/184fa57b Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/184fa57b Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/184fa57b Branch: refs/heads/devel-3 Commit: 184fa57b7428ce5c11d3784ff77286ac5ade412c Parents: 02f48e1 Author: David Yan <[email protected]> Authored: Tue Nov 10 14:50:25 2015 -0800 Committer: David Yan <[email protected]> Committed: Tue Nov 10 14:50:25 2015 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/184fa57b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 6465519..352fcb7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The project uses Maven for the build. Run mvn install ``` -The code depends on the Apex API. The API releases are available in the DataTorrent maven repository and the Malhar pom.xml is configured with it. Individual modules such as library can be built independently by changing directory to the module and running maven there. +The code depends on the Apex API, which is available in the Maven Central Repository. Individual modules such as library can be built independently by changing directory to the module and running maven there. Multiple [demo applications](demos/src/main/java/com/datatorrent/demos) are provided to showcase the Apex platform and application development process.
