Skip to content

Commit

Permalink
upgrade to version 2.1.36 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Aug 27, 2024
1 parent 0138d04 commit 7b30581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-spring-boot</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework Spring Boot Components</description>
Expand Down Expand Up @@ -93,7 +93,7 @@
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.1.36-SNAPSHOT</version.light-4j>
<version.light-4j>2.1.36</version.light-4j>
<version.slf4j>2.0.13</version.slf4j>
<version.logback>1.5.6</version.logback>
<version.junit>4.13.2</version.junit>
Expand Down
2 changes: 1 addition & 1 deletion spring-servlet/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-spring-boot</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 7b30581

Please sign in to comment.