Skip to content

Commit c8e4788

Browse files
committed
update version to 1.2.6
1 parent b2273c1 commit c8e4788

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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-java-rest</artifactId>
22-
<version>1.2.5</version>
22+
<version>1.2.6</version>
2323
<packaging>pom</packaging>
2424
<name>Parent POM</name>
2525
<description>Light Java Framework REST Components</description>

swagger-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-java-rest</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

swagger-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-java-rest</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

swagger-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-java-rest</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)