Skip to content

Commit 95ff7d9

Browse files
committed
upgrade to version 2.3.0 before release in master branch
1 parent 53cdde8 commit 95ff7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.networknt</groupId>
44
<artifactId>lambda-native</artifactId>
5-
<version>2.2.3-SNAPSHOT</version>
5+
<version>2.3.0</version>
66
<packaging>jar</packaging>
77
<name>lambda-native</name>
88
<description>A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.</description>
@@ -80,7 +80,7 @@
8080
<maven.compiler.source>${java.version}</maven.compiler.source>
8181
<maven.compiler.target>${java.version}</maven.compiler.target>
8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83-
<version.light-4j>2.2.3-SNAPSHOT</version.light-4j>
83+
<version.light-4j>2.3.0</version.light-4j>
8484
<version.http-client>1.0.14</version.http-client>
8585
<version.json-schema-validator>1.5.1</version.json-schema-validator>
8686
<version.jackson>2.18.3</version.jackson>

0 commit comments

Comments
 (0)