Skip to content

Commit 78e5fd4

Browse files
committed
[#8] renamed pom from eureka-server
1 parent 9b17c7d commit 78e5fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eureka-server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>org.learning.by.example.SpringKubeGateway</groupId>
7-
<artifactId>EurekaServer</artifactId>
6+
<groupId>org.learning.by.example.spring-kube-playground</groupId>
7+
<artifactId>eureka-server</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

11-
<name>EurekaServer</name>
11+
<name>eureka-server</name>
1212
<description>Demo project for Spring Boot</description>
1313

1414
<parent>

0 commit comments

Comments
 (0)