Skip to content

Commit 87ed3e0

Browse files
committed
[TUT-46] pom.xml 수정 - name 속성에서 Maven App 삭제함
1 parent b1b0516 commit 87ed3e0

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>httpclient</artifactId>
1414
<packaging>war</packaging>
1515

16-
<name>httpclient Maven Webapp</name>
16+
<name>httpclient</name>
1717
<!-- FIXME change it to the project's website -->
1818
<url>http://www.example.com</url>
1919

spring-async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>spring-async</artifactId>
1414
<packaging>war</packaging>
1515

16-
<name>spring-async Maven Webapp</name>
16+
<name>spring-async</name>
1717
<!-- FIXME change it to the project's website -->
1818
<url>http://www.example.com</url>
1919

spring-messaging-websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-messaging-websocket Maven Webapp</name>
17+
<name>spring-messaging-websocket</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020

spring-model-attribute-method/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-model-attribute-method Maven Webapp</name>
17+
<name>spring-model-attribute-method</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020

spring-model-attribute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-model-attribute Maven Webapp</name>
17+
<name>spring-model-attribute</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020

spring-mvc-exception-journaldev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-mvc-exception-journaldev Maven Webapp</name>
17+
<name>spring-mvc-exception-journaldev</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020
<properties>

spring-mvc-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-mvc-hello-world Maven Webapp</name>
17+
<name>spring-mvc-hello-world</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020
<properties>

spring-mvc-javaconfig-commons-fileupload-ajax/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-mvc-javaconfig-commons-fileupload-ajax Maven Webapp</name>
17+
<name>spring-mvc-javaconfig-commons-fileupload-ajax</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020
<properties>

spring-mvc-javaconfig-fileupload-form/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>war</packaging>
1616

17-
<name>spring-mvc-javaconfig-fileupload-form Maven Webapp</name>
17+
<name>spring-mvc-javaconfig-fileupload-form</name>
1818
<!-- FIXME change it to the project's website -->
1919
<url>http://www.example.com</url>
2020
<properties>

spring-mvc-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>spring-mvc-mybatis</artifactId>
1414
<packaging>war</packaging>
1515

16-
<name>spring-mvc-mybatis Maven Webapp</name>
16+
<name>spring-mvc-mybatis</name>
1717
<!-- FIXME change it to the project's website -->
1818
<url>http://www.example.com</url>
1919

0 commit comments

Comments
 (0)