Repository: incubator-apex-malhar Updated Branches: refs/heads/release-3.2 7a9c06ad6 -> 57c4c8e8a
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/ef153278 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/ef153278 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/ef153278 Branch: refs/heads/release-3.2 Commit: ef15327836e0c0afe52ecd0a9d57c96518cc0fac Parents: 7a9c06a Author: David Yan <[email protected]> Authored: Tue Nov 10 14:50:25 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Wed Nov 11 22:04:01 2015 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ef153278/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.
