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

Commit

Permalink
upgrade to version 2.0.20 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 5, 2020
1 parent b224f79 commit d98c819
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion authhub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion authorize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion key/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
Expand Down Expand Up @@ -78,7 +78,7 @@
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.0.20-SNAPSHOT</version.light-4j>
<version.light-4j>2.0.20</version.light-4j>
<version.json-schema-validator>1.0.29</version.json-schema-validator>
<version.jackson>2.10.4</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
Expand Down
2 changes: 1 addition & 1 deletion provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>light-oauth2</artifactId>
<groupId>com.networknt</groupId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion refresh-token/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion token/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-oauth2</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit d98c819

Please sign in to comment.