File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
2020 </plugin >
2121 </plugins >
2222 </build >
23-
23+
2424 <dependencies >
2525 <dependency >
2626 <groupId >com.google.auto.value</groupId >
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 >
Original file line number Diff line number Diff line change 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 >
4041 <java .version>1.8</java .version>
4142 </properties >
4243
43-
4444 <build >
4545 <plugins >
4646 <plugin >
4949 </plugin >
5050 </plugins >
5151 </build >
52+
5253</project >
You can’t perform that action at this time.
0 commit comments