You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Add the dependency in `dependencies` in pom.xml
27
27
```dependency
28
28
<dependency>
29
29
<groupId>com.microsoft.graph</groupId>
30
-
<artifactId>microsoft-graph</artifactId>
31
-
<version>1.5.0</version>
30
+
<artifactId>microsoft-graph-beta</artifactId>
31
+
<version>0.0.0</version>
32
32
</dependency>
33
33
```
34
34
@@ -103,19 +103,10 @@ For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-jav
103
103
104
104
The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md).
105
105
106
-
Thanks to everyone who has already devoted time to improving the library:
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
116
107
117
108
## 7. Supported Java versions
118
-
The Microsoft Graph SDK for Java library is supported at runtime for Java 7+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
109
+
The Microsoft Graph Beta SDK for Java library is supported at runtime for Java 7+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
0 commit comments