Skip to content

Commit 6e9b805

Browse files
author
sgonzalezMSFT
committed
Incrementing version to 1.0.0
1 parent e767eb9 commit 6e9b805

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,23 @@ The MSAL library for Java gives your app the ability to begin using the Microsof
1111

1212

1313
## Versions
14-
Current version - 0.7.0-preview
14+
Current version - 1.0.0
1515

1616
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
1717

18-
The library is currently in preview. During the preview we reserve the right to make changes to the API, cache format, and other mechanisms of this library without notice which you will be required to take along with bug fixes or feature improvements
19-
2018
### Maven
2119

2220
```
2321
<dependency>
2422
<groupId>com.microsoft.azure</groupId>
2523
<artifactId>msal4j</artifactId>
26-
<version>0.7.0-preview</version>
24+
<version>1.0.0</version>
2725
</dependency>
2826
```
2927
### Gradle
3028

3129
```
32-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.7.0-preview'
30+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.0.0'
3331
```
3432

3533
## Contribution

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.0.0
2+
=============
3+
- API surface is now stable and production ready. No breaking changes will be introduced without incrementing MAJOR version
4+
- No changes from 0.7.0-preview
5+
16
Version 0.7.0-preview
27
=============
38
- Added support for ClientAssertions in ClientCredentialFactory

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>msal4j</artifactId>
6-
<version>0.7.0-preview</version>
6+
<version>1.0.0</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

src/samples/msal-b2c-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>0.7.0-preview</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

src/samples/msal-obo-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>0.7.0-preview</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

src/samples/msal-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>0.7.0-preview</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)