From 50114110114ebccc4ca7bb3bb6ae95bb40559295 Mon Sep 17 00:00:00 2001 From: Nakul Sabharwal Date: Wed, 27 Feb 2019 12:35:09 +0530 Subject: [PATCH 1/2] edited readme for maven snapshot --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a450b5f..26dde4e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,25 @@ Add the dependency in `dependencies` in pom.xml ``` +Add in `project` +``` + + + allow-snapshots + true + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + +``` + ## 2. Getting started ### 2.1 Register your application From 28ecdb8974c0068a8f7e0ac6184a19766bbbd8b9 Mon Sep 17 00:00:00 2001 From: Nakul Sabharwal Date: Wed, 27 Feb 2019 13:19:24 +0530 Subject: [PATCH 2/2] removed version image in readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 26dde4e..c722b31 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Microsoft Graph Auth SDK for Java -[ ![Download](https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg) ](https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion) - - Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application! ## 1. Installation