Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed May 2, 2017
2 parents de0d88d + f5b9ad1 commit b70c66d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.2.8 - 2017-05-02
### Added

### Changed
- Upgrade with light-java 1.2.8
- Fixes #4 upgrade dependencies

## 1.2.7 - 2017-03-28
### Added

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-java-rest</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light Java Framework REST Components</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-java>1.2.7</version.light-java>
<version.light-java>1.2.8</version.light-java>
<version.jackson>2.8.7</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
<version.jose4j>0.5.5</version.jose4j>
Expand Down
2 changes: 1 addition & 1 deletion swagger-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-java-rest</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swagger-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-java-rest</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swagger-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-java-rest</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit b70c66d

Please sign in to comment.