From 97e1987708831d392749b9f5c8cf657e9d133cde Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 3 Aug 2012 09:16:34 -0400 Subject: [PATCH] Update readme --- README.md | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 17dc0277..996a6126 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,45 @@ -The Spring Shell project provides an extensible interactive shell enviornment with a simple Spring based plugin model. +Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. The latest release is 1.0 M1 -# Docs +# Useful links -You can find out more details from the [user documentation](http://static.springsource.org/spring-shell/docs/current/reference/) or by browsing the [javadocs](http://static.springsource.org/spring-shell/docs/current/api/). If you have ideas about how to improve or extend the scope, please feel free to contribute. +* [User documeantation](http://static.springsource.org/spring-shell/docs/current/reference/) +* [Issue Tracker](https://jira.springsource.org/browse/SHL) +More information can be found on the [project home page](http://www.springsource.org/spring-shell) + +If you have ideas about how to improve or extend the scope, please feel free to contribute. # Artifacts ~~~~~ xml + + + spring-milestone + Spring Maven MILESTONE Repository + http://repo.springframework.org/libs-milestone + + - org.springframework.shell - spring-shell - ${version} + org.springframework.data + spring-shell + 1.0.0.M1 - spring-maven-snapshot - true - Springframework Maven SNAPSHOT Repository - http://maven.springframework.org/snapshot - + <-- Snapshots --> + spring-snapshot + Spring Maven SNAPSHOT Repository + http://repo.springframework.org/libs-snapshot + + + + + org.springframework.shell + spring-shell + 1.0.0.SNAPSHOT + - - - spring-maven-milestone - Springframework Maven Milestone Repository - http://maven.springframework.org/milestone - ~~~~~ * Gradle: @@ -39,13 +51,10 @@ repositories { } dependencies { - compile "org.springframework.shell:spring-shell:${version}" + compile "org.springframework.shell:spring-shell:1.0.0.M1" } ~~~~~ -The latest milestone is _1.0.0.M1_ - -The latest nightly is _1.0.0.BUILD-SNAPSHOT_ # Building Spring Shell is built with Gradle. To build Spring Shell, run