Update maven dependency to 0.6.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/a61ef0c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/a61ef0c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/a61ef0c4
Branch: refs/heads/site Commit: a61ef0c4902afc765e3b138eac159fe6a1fbda74 Parents: e0c21eb Author: Terence Yim <[email protected]> Authored: Mon Aug 3 10:03:10 2015 -0700 Committer: Terence Yim <[email protected]> Committed: Mon Aug 3 10:03:10 2015 -0700 ---------------------------------------------------------------------- src/site/markdown/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/a61ef0c4/src/site/markdown/GettingStarted.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/GettingStarted.md b/src/site/markdown/GettingStarted.md index a585b25..98634fc 100644 --- a/src/site/markdown/GettingStarted.md +++ b/src/site/markdown/GettingStarted.md @@ -28,7 +28,7 @@ For your application module <dependency> <groupId>org.apache.twill</groupId> <artifactId>twill-api</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating</version> </dependency> ``` @@ -38,7 +38,7 @@ For the your Apache Twill YARN client module <dependency> <groupId>org.apache.twill</groupId> <artifactId>twill-yarn</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating</version> </dependency> ```
