BAEL-3069 Rename the folder name to spring-persistence-simple-2

This commit is contained in:
Gang Wu 2020-03-21 11:57:30 -06:00
parent c986147850
commit 9f3c94929a
7 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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>spring-persistence-simple-1</artifactId>
<artifactId>spring-persistence-simple-2</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-persistence-simple-1</name>
<name>spring-persistence-simple-2</name>
<parent>
<groupId>com.baeldung</groupId>