JAVA-3576 - Align module names, folder names and artifact id

This commit is contained in:
sampadawagde
2021-04-02 22:46:25 +05:30
parent 34d4a4032d
commit 7cbf13db95
19 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -4,9 +4,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>aws-lambda-examples</artifactId>
<artifactId>lambda</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>aws-lambda-examples</name>
<name>lambda</name>
<packaging>jar</packaging>
<parent>