JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 (#13411)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1
2023-02-03 18:22:38 +02:00
committed by GitHub
parent 03aa2d8920
commit bf69ecf4bd
3 changed files with 6 additions and 7 deletions
+3 -4
View File
@@ -3,11 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>demo</artifactId>
<artifactId>kubernetes-spring</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>demo</name>
<description>Demo project for Spring Boot</description>
<name>kubernetes-spring</name>
<description>Intro to Kubernetes with Spring boot</description>
<parent>
<groupId>com.baeldung</groupId>