Skip to content

Commit 217d188

Browse files
committed
upgrade to 1.4.0 and update changelog
1 parent adaca37 commit 217d188

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## 1.4.0 - 2017-08-22
13+
### Added
14+
15+
### Changed
16+
- fixes #16 Switch from Client to Http2Client in test cases
17+
- fixes #15 rearrange petstore example from light-4j to light-rest-4j
18+
- fixes #14 Upgrade to Undertow 1.4.18.Final and remove JsonPath
19+
- Upgrade to light-4j 1.4.0
20+
1221
## 1.3.5 - 2017-08-01
1322
### Added
1423

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ googleAnalytics = ""
1717
provider = "GitHub"
1818
repo_url = "https://github.com/networknt/light-rest-4j"
1919

20-
version = "1.3.5"
20+
version = "1.4.0"
2121
logo = "images/logo.png"
2222
favicon = ""
2323

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>light-rest-4j</artifactId>
22-
<version>1.3.5</version>
22+
<version>1.4.0</version>
2323
<packaging>pom</packaging>
2424
<name>Parent POM</name>
2525
<description>Light 4J Framework REST Components</description>
@@ -66,7 +66,7 @@
6666
<properties>
6767
<java.version>1.8</java.version>
6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
69-
<version.light-4j>1.3.5</version.light-4j>
69+
<version.light-4j>1.4.0</version.light-4j>
7070
<version.jackson>2.8.7</version.jackson>
7171
<version.slf4j>1.7.25</version.slf4j>
7272
<version.jose4j>0.5.5</version.jose4j>

swagger-meta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>1.3.5</version>
24+
<version>1.4.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

swagger-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>1.3.5</version>
24+
<version>1.4.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

swagger-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>1.3.5</version>
24+
<version>1.4.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)