Skip to content

Commit 767aef2

Browse files
committed
Merge branch 'master' of github.com:networknt/light-aws-lambda
2 parents 8dc9f27 + 1f29edb commit 767aef2

File tree

14 files changed

+23
-14
lines changed

14 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.2.1](https://github.com/networknt/light-aws-lambda/tree/2.2.1) (2025-03-22)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
- fixes \#132 update iam dependency in pom.xml [\#133](https://github.com/networknt/light-aws-lambda/pull/133) ([stevehu](https://github.com/stevehu))
10+
11+
312
## [2.2.0](https://github.com/networknt/light-aws-lambda/tree/2.2.0) (2025-02-12)
413

514

custom-runtime/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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

env-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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

jwt-authorizer/Authorizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<maven.compiler.source>${java.version}</maven.compiler.source>
1212
<maven.compiler.target>${java.version}</maven.compiler.target>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<version.light-4j>2.2.1-SNAPSHOT</version.light-4j>
14+
<version.light-4j>2.2.1</version.light-4j>
1515
<version.http-client>1.0.13</version.http-client>
1616
<version.jackson>2.18.3</version.jackson>
1717
<version.slf4j>2.0.17</version.slf4j>

lambda-interceptor/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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

lambda-invoker/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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

lambda-utility/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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

lambda-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-aws-lambda</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

local-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.networknt</groupId>
99
<artifactId>light-aws-lambda</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

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-aws-lambda</artifactId>
22-
<version>2.2.1-SNAPSHOT</version>
22+
<version>2.2.1</version>
2323
<packaging>pom</packaging>
2424
<name>Parent POM</name>
2525
<description>Light 4J Framework AWS Lambda 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.2.1-SNAPSHOT</version.light-4j>
97+
<version.light-4j>2.2.1</version.light-4j>
9898
<version.http-client>1.0.13</version.http-client>
9999
<version.jackson>2.18.3</version.jackson>
100100
<version.slf4j>2.0.17</version.slf4j>

0 commit comments

Comments
 (0)