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 08a8b6e commit 5a534fa
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion custom-runtime/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion env-config/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jwt-authorizer/Authorizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.36-SNAPSHOT</version.light-4j>
<version.light-4j>2.1.36</version.light-4j>
<version.http-client>1.0.13</version.http-client>
<version.jackson>2.17.1</version.jackson>
<version.slf4j>2.0.13</version.slf4j>
Expand Down
2 changes: 1 addition & 1 deletion lambda-interceptor/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-invoker/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-utility/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lambda-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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion local-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework AWS Lambda 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.36-SNAPSHOT</version.light-4j>
<version.light-4j>2.1.36</version.light-4j>
<version.http-client>1.0.13</version.http-client>
<version.jackson>2.17.1</version.jackson>
<version.slf4j>2.0.13</version.slf4j>
Expand Down
2 changes: 1 addition & 1 deletion request-handler/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion schema-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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion scope-verifier/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-logback/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-aws-lambda</artifactId>
<version>2.1.36-SNAPSHOT</version>
<version>2.1.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5a534fa

Please sign in to comment.