Skip to content

Commit

Permalink
upgrade to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jan 25, 2017
1 parent e1c14b4 commit be04de3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.0</version>
<version>1.2.1</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.0</version.light-java>
<version.light-java>1.2.1</version.light-java>
<version.jackson>2.8.2</version.jackson>
<version.slf4j>1.7.21</version.slf4j>
<version.jose4j>0.5.2</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.0</version>
<version>1.2.1</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.0</version>
<version>1.2.1</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.0</version>
<version>1.2.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit be04de3

Please sign in to comment.