Skip to content

Commit f51bcb2

Browse files
author
sgonzalezMSFT
committed
Bumping up version to 0.6.0-preview
1 parent 847286e commit f51bcb2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

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

1212

1313
## Versions
14-
Current version - 0.5.0-preview
14+
Current version - 0.6.0-preview
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

@@ -23,13 +23,13 @@ The library is currently in preview. During the preview we reserve the right to
2323
<dependency>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>msal4j</artifactId>
26-
<version>0.5.0-preview</version>
26+
<version>0.6.0-preview</version>
2727
</dependency>
2828
```
2929
### Gradle
3030

3131
```
32-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.5.0-preview'
32+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.6.0-preview'
3333
```
3434

3535
## Contribution

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.5.0-preview</version>
6+
<version>0.6.0-preview</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.5.0-preview</version>
26+
<version>0.6.0-preview</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.5.0-preview</version>
26+
<version>0.6.0-preview</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.5.0-preview</version>
26+
<version>0.6.0-preview</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)