Skip to content

Commit 6886ebc

Browse files
author
eugenp
committed
minor maven cleanup
1 parent 3b6d709 commit 6886ebc

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

autovalue/pom.xml

Lines changed: 6 additions & 5 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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.baeldung</groupId>
5-
<artifactId>autovalue-tutorial</artifactId>
5+
<artifactId>autovalue</artifactId>
66
<version>1.0</version>
7-
<name>AutoValue</name>
8-
7+
<name>autovalue</name>
8+
99
<build>
1010
<plugins>
1111
<plugin>
@@ -20,7 +20,7 @@
2020
</plugin>
2121
</plugins>
2222
</build>
23-
23+
2424
<dependencies>
2525
<dependency>
2626
<groupId>com.google.auto.value</groupId>
@@ -35,10 +35,11 @@
3535
<scope>test</scope>
3636
</dependency>
3737
</dependencies>
38-
38+
3939
<properties>
4040
<auto-value.version>1.3</auto-value.version>
4141
<junit.version>4.12</junit.version>
4242
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
4343
</properties>
44+
4445
</project>

spring-mvc-email/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
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

66
<groupId>org.baeldung.spring</groupId>
7-
<artifactId>SpringMVCEmail</artifactId>
7+
<artifactId>spring-mvc-email</artifactId>
88
<version>1.0</version>
9+
<name>spring-mvc-email</name>
910
<packaging>war</packaging>
1011

1112
<parent>
@@ -40,7 +41,6 @@
4041
<java.version>1.8</java.version>
4142
</properties>
4243

43-
4444
<build>
4545
<plugins>
4646
<plugin>
@@ -49,4 +49,5 @@
4949
</plugin>
5050
</plugins>
5151
</build>
52+
5253
</project>

0 commit comments

Comments
 (0)