Skip to content

Commit 5ae3186

Browse files
committed
Merge remote-tracking branch 'origin/avdunn/msalruntime-broker' into avdunn/msalruntime-broker
2 parents 596f134 + 1e336b1 commit 5ae3186

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

msal4j-brokers/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version 1.0.0-beta
2+
=============
3+
- Initial release
4+
- Provides the API and dependencies needed to utilize auth brokers through MSALRuntime

msal4j-brokers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.azure</groupId>
3737
<artifactId>msal4j</artifactId>
38-
<version>1.13.4</version>
38+
<version>1.14.0-beta</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.microsoft.azure</groupId>

msal4j-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Quick links:
1616
The library supports the following Java environments:
1717
- Java 8 (or higher)
1818

19-
Current version - 1.13.4
19+
Current version - 1.14.0-beta
2020

2121
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).
2222

@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
3030
<artifactId>msal4j</artifactId>
31-
<version>1.13.4</version>
31+
<version>1.14.0-beta</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.4'
37+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.0-beta'
3838
```
3939

4040
## Usage

msal4j-sdk/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Export-Package: com.microsoft.aad.msal4j;version="1.13.4"
1+
Export-Package: com.microsoft.aad.msal4j;version="1.14.0-beta"
22
Automatic-Module-Name: com.microsoft.aad.msal4j

msal4j-sdk/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.14.0-beta
2+
=============
3+
- Add IBroker interface
4+
- Add app-level parameter for enabling the use of auth brokers
5+
16
Version 1.13.4
27
=============
38
- regional endpoint updates

msal4j-sdk/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>1.13.4</version>
6+
<version>1.14.0-beta</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

msal4j-sdk/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>1.13.4</version>
26+
<version>1.14.0-beta</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

msal4j-sdk/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>1.13.4</version>
26+
<version>1.14.0-beta</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

msal4j-sdk/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>1.13.4</version>
26+
<version>1.14.0-beta</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)