File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ in Spring Boot configuration file ;)
18
18
🚧 The project is currently in BETA. There can be lack of some features or some bugs may still appear. However, we do our best to continuously improve
19
19
and develop the starter ;)
20
20
21
- ** Latest version:** 1.0.1 -beta
21
+ ** Latest version:** 1.0.2 -beta
22
22
23
23
## Getting started!
24
24
@@ -29,7 +29,7 @@ If you want to use the starter in your project - just include proper dependency
29
29
<dependency >
30
30
<groupId >io.mzlnk.springframework</groupId >
31
31
<artifactId >multi-tenant-oauth2-resource-server-spring-boot-starter</artifactId >
32
- <version >1.0</version >
32
+ <version >1.0.2-beta </version >
33
33
</dependency >
34
34
```
35
35
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.mzlnk.springframework</groupId >
8
8
<artifactId >multi-tenant-oauth2-resource-server-spring-boot-autoconfigure</artifactId >
9
- <version >1.0.1 -beta</version >
9
+ <version >1.0.2 -beta</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >multi-tenant-oauth2-resource-server-spring-boot-autoconfiguration</name >
Original file line number Diff line number Diff line change 50
50
51
51
<java .version>15</java .version>
52
52
53
- <multi-tenant-oauth2-resource-server-spring-boot-starter .version>1.0.1 -beta</multi-tenant-oauth2-resource-server-spring-boot-starter .version>
53
+ <multi-tenant-oauth2-resource-server-spring-boot-starter .version>1.0.2 -beta</multi-tenant-oauth2-resource-server-spring-boot-starter .version>
54
54
</properties >
55
55
56
56
<dependencies >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.mzlnk.springframework</groupId >
8
8
<artifactId >multi-tenant-oauth2-resource-server-spring-boot-starter</artifactId >
9
- <version >1.0.1 -beta</version >
9
+ <version >1.0.2 -beta</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >multi-tenant-oauth2-resource-server-spring-boot-starter</name >
68
68
<maven .compiler.target>15</maven .compiler.target>
69
69
70
70
<oauth2-oidc-sdk .version>6.23</oauth2-oidc-sdk .version>
71
- <multi-tenant-oauth2-resource-server-spring-boot-autoconfigure .version>1.0.1 -beta</multi-tenant-oauth2-resource-server-spring-boot-autoconfigure .version>
71
+ <multi-tenant-oauth2-resource-server-spring-boot-autoconfigure .version>1.0.2 -beta</multi-tenant-oauth2-resource-server-spring-boot-autoconfigure .version>
72
72
</properties >
73
73
74
74
<dependencies >
You can’t perform that action at this time.
0 commit comments