Skip to content

Commit

Permalink
bot checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Aug 16, 2018
1 parent cdd5a2c commit 8b7c2db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphql-common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.5.18</version>
<version>1.5.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-router/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.5.18</version>
<version>1.5.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-security/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.5.18</version>
<version>1.5.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-validator/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.5.18</version>
<version>1.5.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.5.18</version>
<version>1.5.19</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework GraphQL 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-4j>1.5.18</version.light-4j>
<version.light-4j>1.5.19</version.light-4j>
<version.jackson>2.9.5</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
<version.jose4j>0.6.3</version.jose4j>
Expand Down

0 comments on commit 8b7c2db

Please sign in to comment.