Skip to content

Commit

Permalink
upgrade to version 2.1.17-SNAPSHOT after release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Apr 29, 2023
1 parent b051252 commit f3991fb
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>2.1.16</version>
<version>2.1.17-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-router/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-graphql-4j</artifactId>
<version>2.1.16</version>
<version>2.1.17-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-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-graphql-4j</artifactId>
<version>2.1.16</version>
<version>2.1.17-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-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-graphql-4j</artifactId>
<version>2.1.16</version>
<version>2.1.17-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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-graphql-4j</artifactId>
<version>2.1.16</version>
<version>2.1.17-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework GraphQL Components</description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.1.16</version.light-4j>
<version.light-4j>2.1.17-SNAPSHOT</version.light-4j>
<version.jackson>2.14.2</version.jackson>
<version.slf4j>2.0.7</version.slf4j>
<version.jose4j>0.9.3</version.jose4j>
Expand Down

0 comments on commit f3991fb

Please sign in to comment.