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

Commit 3b38d3c

Browse files
committed
Merge branch 'develop' of github.com:networknt/light-oauth2 into develop
2 parents 3c00193 + 1c202c8 commit 3b38d3c

File tree

11 files changed

+19
-12
lines changed

11 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.5.12](https://github.com/networknt/light-oauth2/tree/1.5.12) (2018-04-08)
4+
[Full Changelog](https://github.com/networknt/light-oauth2/compare/1.5.11...1.5.12)
5+
6+
**Closed issues:**
7+
8+
- update private keystore path to relative in jwt.yml [\#79](https://github.com/networknt/light-oauth2/issues/79)
9+
310
## [1.5.11](https://github.com/networknt/light-oauth2/tree/1.5.11) (2018-04-01)
411
[Full Changelog](https://github.com/networknt/light-oauth2/compare/1.5.10...1.5.11)
512

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.12</version>
6+
<version>1.5.13</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.12</version>
7+
<version>1.5.13</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.12</version>
7+
<version>1.5.13</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.12</version>
6+
<version>1.5.13</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.12</version>
7+
<version>1.5.13</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 additions & 3 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.12</version>
8+
<version>1.5.13</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -52,8 +52,8 @@
5252
<properties>
5353
<java.version>1.8</java.version>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<version.light-4j>1.5.12</version.light-4j>
56-
<version.light-rest-4j>1.5.12</version.light-rest-4j>
55+
<version.light-4j>1.5.13</version.light-4j>
56+
<version.light-rest-4j>1.5.13</version.light-rest-4j>
5757
<version.json-schema-validator>0.1.18</version.json-schema-validator>
5858
<version.jackson>2.9.5</version.jackson>
5959
<version.slf4j>1.7.25</version.slf4j>

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.12</version>
6+
<version>1.5.13</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.12</version>
7+
<version>1.5.13</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

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.12</version>
6+
<version>1.5.13</version>
77
<relativePath>..</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)