Skip to content

Commit 6e30401

Browse files
author
Eugen
committed
minor cleanup
1 parent b72a865 commit 6e30401

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

spring-mvc-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.baeldung</groupId>
5-
<artifactId>spring-mvc</artifactId>
5+
<artifactId>spring-mvc-java</artifactId>
66
<version>0.1-SNAPSHOT</version>
77

8-
<name>spring-mvc</name>
8+
<name>spring-mvc-java</name>
99
<packaging>war</packaging>
1010

1111
<dependencies>

spring-mvc-xml/README.md~

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-mvc-xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.baeldung</groupId>
5-
<artifactId>spring-mvc</artifactId>
65
<version>0.1-SNAPSHOT</version>
76

8-
<name>spring-mvc</name>
7+
<name>spring-mvc-xml</name>
98
<packaging>war</packaging>
109

1110
<dependencies>
@@ -139,4 +138,5 @@
139138

140139
</properties>
141140

141+
<artifactId>spring-mvc-xml</artifactId>
142142
</project>

0 commit comments

Comments
 (0)