Merge pull request #5126 from dkapil/task/BAEL-8824

BAEL-8824 Align module names, folder names and artifact id
This commit is contained in:
Loredana Crusoveanu
2018-09-03 22:01:36 +03:00
committed by GitHub
43 changed files with 78 additions and 69 deletions
@@ -2,10 +2,10 @@
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>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-dynamodb</artifactId>
<artifactId>spring-data-dynamodb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-boot-dynamodb</name>
<name>spring-data-dynamodb</name>
<description>This is simple boot application for Spring boot dynamodb test</description>
<parent>