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 ;)
1818🚧 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
1919and develop the starter ;)
2020
21- ** Latest version:** 1.0.1 -beta
21+ ** Latest version:** 1.0.2 -beta
2222
2323## Getting started!
2424
@@ -29,7 +29,7 @@ If you want to use the starter in your project - just include proper dependency
2929<dependency >
3030 <groupId >io.mzlnk.springframework</groupId >
3131 <artifactId >multi-tenant-oauth2-resource-server-spring-boot-starter</artifactId >
32- <version >1.0</version >
32+ <version >1.0.2-beta </version >
3333</dependency >
3434```
3535
Original file line number Diff line number Diff line change 66
77 <groupId >io.mzlnk.springframework</groupId >
88 <artifactId >multi-tenant-oauth2-resource-server-spring-boot-autoconfigure</artifactId >
9- <version >1.0.1 -beta</version >
9+ <version >1.0.2 -beta</version >
1010 <packaging >jar</packaging >
1111
1212 <name >multi-tenant-oauth2-resource-server-spring-boot-autoconfiguration</name >
Original file line number Diff line number Diff line change 5050
5151 <java .version>15</java .version>
5252
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>
5454 </properties >
5555
5656 <dependencies >
Original file line number Diff line number Diff line change 66
77 <groupId >io.mzlnk.springframework</groupId >
88 <artifactId >multi-tenant-oauth2-resource-server-spring-boot-starter</artifactId >
9- <version >1.0.1 -beta</version >
9+ <version >1.0.2 -beta</version >
1010 <packaging >jar</packaging >
1111
1212 <name >multi-tenant-oauth2-resource-server-spring-boot-starter</name >
6868 <maven .compiler.target>15</maven .compiler.target>
6969
7070 <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>
7272 </properties >
7373
7474 <dependencies >
You can’t perform that action at this time.
0 commit comments