diff --git a/spring-boot-demo-logback/README.md b/spring-boot-demo-logback/README.md index d5d0e6bd2..08530066e 100644 --- a/spring-boot-demo-logback/README.md +++ b/spring-boot-demo-logback/README.md @@ -10,7 +10,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-logback 0.0.1-SNAPSHOT jar @@ -19,10 +18,9 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT @@ -46,6 +44,7 @@ org.projectlombok lombok + true diff --git a/spring-boot-demo-logback/pom.xml b/spring-boot-demo-logback/pom.xml index a4f9eb86f..0e92707da 100644 --- a/spring-boot-demo-logback/pom.xml +++ b/spring-boot-demo-logback/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.xkcoding spring-boot-demo-logback 0.0.1-SNAPSHOT jar @@ -12,10 +11,9 @@ Demo project for Spring Boot - org.springframework.boot - spring-boot-starter-parent - 2.0.5.RELEASE - + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT @@ -39,6 +37,7 @@ org.projectlombok lombok + true