Skip to content

Commit

Permalink
bot checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jul 16, 2018
1 parent 5c945a7 commit fbc75ff
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi-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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openapi-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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion openapi-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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework REST Components</description>
Expand Down Expand Up @@ -66,8 +66,8 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>1.5.17</version.light-4j>
<version.openapi-parser>1.5.17</version.openapi-parser>
<version.light-4j>1.5.18</version.light-4j>
<version.openapi-parser>1.5.18</version.openapi-parser>
<version.jackson>2.9.5</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
<version.jose4j>0.6.3</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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</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-rest-4j</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit fbc75ff

Please sign in to comment.