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

Commit 4e87d16

Browse files
committed
upgrade to version 2.0.3
1 parent e5c0210 commit 4e87d16

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
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>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 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>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -83,7 +83,7 @@
8383
<properties>
8484
<java.version>11</java.version>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
86-
<version.light-4j>2.0.3-SNAPSHOT</version.light-4j>
86+
<version.light-4j>2.0.3</version.light-4j>
8787
<version.json-schema-validator>1.0.18</version.json-schema-validator>
8888
<version.jackson>2.9.9</version.jackson>
8989
<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>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</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>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)