JAVA-20366 Fixed name and artifactid of lambda-function module

This commit is contained in:
Dhawal Kapil 2023-04-22 14:00:53 +05:30
parent a5fa999031
commit e5ec929c0f
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>lambda</artifactId>
<artifactId>lambda-function</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>lambda</name>
<name>lambda-function</name>
<packaging>jar</packaging>
<parent>