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

Commit f968f36

Browse files
committed
upgrade to version 2.1.31-SNAPSHOT after release
1 parent 4232fe0 commit f968f36

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

authhub/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

authorize/pom.xml

+1-1
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.1.30</version>
6+
<version>2.1.31-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99

cache/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

client/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

code/pom.xml

+1-1
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.1.30</version>
6+
<version>2.1.31-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99

key/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

+2-2
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.1.30</version>
8+
<version>2.1.31-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -78,7 +78,7 @@
7878
<properties>
7979
<java.version>11</java.version>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81-
<version.light-4j>2.1.30</version.light-4j>
81+
<version.light-4j>2.1.31-SNAPSHOT</version.light-4j>
8282
<version.json-schema-validator>1.0.65</version.json-schema-validator>
8383
<version.jackson>2.15.3</version.jackson>
8484
<version.slf4j>2.0.7</version.slf4j>

provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>light-oauth2</artifactId>
88
<groupId>com.networknt</groupId>
9-
<version>2.1.30</version>
9+
<version>2.1.31-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

refresh-token/pom.xml

+1-1
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.1.30</version>
6+
<version>2.1.31-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99

service/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

token/pom.xml

+1-1
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.1.30</version>
6+
<version>2.1.31-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99

user/pom.xml

+1-1
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.1.30</version>
7+
<version>2.1.31-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)