Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 2b94509

Browse files
committed
upgrade to version 1.5.28
1 parent bfc02ea commit 2b94509

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

authhub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

authorize/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.27</version>
6+
<version>1.5.28</version>
77
<relativePath>..</relativePath>
88
</parent>
99

cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.27</version>
6+
<version>1.5.28</version>
77
<relativePath>..</relativePath>
88
</parent>
99

key/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.networknt</groupId>
77
<artifactId>light-oauth2</artifactId>
8-
<version>1.5.27</version>
8+
<version>1.5.28</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -52,9 +52,9 @@
5252
<properties>
5353
<java.version>1.8</java.version>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<version.light-4j>1.5.27</version.light-4j>
56-
<version.light-rest-4j>1.5.27</version.light-rest-4j>
57-
<version.openapi-parser>1.5.27</version.openapi-parser>
55+
<version.light-4j>1.5.28</version.light-4j>
56+
<version.light-rest-4j>1.5.28</version.light-rest-4j>
57+
<version.openapi-parser>1.5.28</version.openapi-parser>
5858
<version.json-schema-validator>1.0.1</version.json-schema-validator>
5959
<version.jackson>2.9.8</version.jackson>
6060
<version.slf4j>1.7.25</version.slf4j>

provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>light-oauth2</artifactId>
77
<groupId>com.networknt</groupId>
8-
<version>1.5.27</version>
8+
<version>1.5.28</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

refresh-token/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.27</version>
6+
<version>1.5.28</version>
77
<relativePath>..</relativePath>
88
</parent>
99

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)