Skip to content

Commit

Permalink
upgrade to version 2.1.5 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jan 4, 2023
1 parent 2b35ab3 commit aec5b63
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion access-control/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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<relativePath>../pom.xml</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-rest-4j</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework REST Components</description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.1.5-SNAPSHOT</version.light-4j>
<version.light-4j>2.1.5</version.light-4j>
<version.jackson>2.14.0</version.jackson>
<version.slf4j>1.7.36</version.slf4j>
<version.jose4j>0.6.3</version.jose4j>
Expand Down
2 changes: 1 addition & 1 deletion specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-rest-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit aec5b63

Please sign in to comment.