Skip to content

Commit 1cd0a4f

Browse files
committed
release 1.0-beta
1 parent da7d61e commit 1cd0a4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mzlnk.springframework</groupId>
88
<artifactId>multi-tenant-oauth2-resource-server-spring-boot-autoconfigure</artifactId>
9-
<version>1.0</version>
9+
<version>1.0-beta</version>
1010

1111
<name>multi-tenant-oauth2-resource-server-spring-boot-autoconfiguration</name>
1212
<description>Spring Boot autoconfiguration for multi-tenant OAuth2 resource server</description>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.mzlnk.springframework</groupId>
1414
<artifactId>multi-tenant-oauth2-resource-server-spring-boot-starter-demo</artifactId>
15-
<version>1.0</version>
15+
<version>1.0-beta</version>
1616

1717
<name>multi-tenant-oauth2-resource-server-spring-boot-starter-demo</name>
1818
<description>Sample demo for multi-tenant OAuth2 resource server Spring Boot starter</description>

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mzlnk.springframework</groupId>
88
<artifactId>multi-tenant-oauth2-resource-server-spring-boot-starter</artifactId>
9-
<version>1.0</version>
9+
<version>1.0-beta</version>
1010

1111
<name>multi-tenant-oauth2-resource-server-spring-boot-starter</name>
1212
<description>Spring Boot starter for multi-tenant OAuth2 resource server</description>

0 commit comments

Comments
 (0)