From e0e8bb18f28fa8661b443f1ac4a00dbe48cef118 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 20 Feb 2016 23:51:33 +0100 Subject: [PATCH 1/2] Remove unstable part Remove part of readme, that indicates, there isnt any stable version out yet. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c512bd95..b75856f2e 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Please see the [Getting Started Guide](https://github.com/OfficeDev/ews-java-api/wiki/Getting-Started-Guide) on our wiki for an introduction to this library. ## Using the library -Prebuilt JARs are available in the Maven Central repository, which are easy to use with your project. Note that currently, no stable version is available yet, only snapshots in the snapshots repository. +Prebuilt JARs are available in the Maven Central repository, which are easy to use with your project. See next section for further details. ### Maven / Gradle For Documentation on how to use _ews-java-api_ with maven or gradle please refer to [this section in our wiki](https://github.com/OfficeDev/ews-java-api/wiki#maven--gradle-integration). From b278a5813481e6a42fdf72eeb10e540d99d7a2bd Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 1 Mar 2016 00:16:17 +0100 Subject: [PATCH 2/2] Link to wiki-entry instead of adjusting text Include link to using library --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b75856f2e..018facaed 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Please see the [Getting Started Guide](https://github.com/OfficeDev/ews-java-api/wiki/Getting-Started-Guide) on our wiki for an introduction to this library. ## Using the library -Prebuilt JARs are available in the Maven Central repository, which are easy to use with your project. See next section for further details. +Please see [this wiki-entry](https://github.com/OfficeDev/ews-java-api/wiki/Getting-Started-Guide#using-the-library) on how to include the library in your project ### Maven / Gradle For Documentation on how to use _ews-java-api_ with maven or gradle please refer to [this section in our wiki](https://github.com/OfficeDev/ews-java-api/wiki#maven--gradle-integration).