Skip to content

Commit c6e3f2f

Browse files
author
Dave Syer
committed
Fix wrong name for project
1 parent 3a0dfa4 commit c6e3f2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom-error/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.example</groupId>
7-
<artifactId>social-logout</artifactId>
7+
<artifactId>custom-error</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

11-
<name>social-logout</name>
11+
<name>custom-error</name>
1212
<description>Demo project for Spring Boot</description>
1313

1414
<parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<module>manual</module>
1616
<module>github</module>
1717
<module>auth-server</module>
18-
<module>custom-auth</module>
18+
<module>custom-error</module>
1919
</modules>
2020

2121
<build>

0 commit comments

Comments
 (0)