Skip to content

Commit cb0f915

Browse files
committed
upgrade to version 2.1.38-SNAPSHOT after release of 2.1.37
1 parent 92f0f3d commit cb0f915

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

access-control/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

openapi-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

openapi-meta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

openapi-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

openapi-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>light-rest-4j</artifactId>
22-
<version>2.1.37</version>
22+
<version>2.1.38-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424
<name>Parent POM</name>
2525
<description>Light 4J Framework REST Components</description>
@@ -94,7 +94,7 @@
9494
<maven.compiler.source>${java.version}</maven.compiler.source>
9595
<maven.compiler.target>${java.version}</maven.compiler.target>
9696
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
97-
<version.light-4j>2.1.37</version.light-4j>
97+
<version.light-4j>2.1.38-SNAPSHOT</version.light-4j>
9898
<version.jackson>2.17.2</version.jackson>
9999
<version.slf4j>2.0.13</version.slf4j>
100100
<version.jose4j>0.9.6</version.jose4j>

specification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>light-rest-4j</artifactId>
77
<groupId>com.networknt</groupId>
8-
<version>2.1.37</version>
8+
<version>2.1.38-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

validator-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-rest-4j</artifactId>
24-
<version>2.1.37</version>
24+
<version>2.1.38-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)