11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
4- <groupId >com.baeldung</groupId >
5- <artifactId >spring-boot-persistence</artifactId >
6- <version >0.0.1-SNAPSHOT</version >
7- <packaging >jar</packaging >
8- <name >spring-boot-persistence</name >
9- <description >This is a simple Spring Data Repositories test</description >
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.baeldung</groupId >
5+ <artifactId >spring-boot-persistence</artifactId >
6+ <version >0.0.1-SNAPSHOT</version >
7+ <packaging >jar</packaging >
8+ <name >spring-boot-persistence</name >
9+ <description >This is a simple Spring Data Repositories test</description >
1010
11- <parent >
12- <artifactId >parent-boot-2</artifactId >
13- <groupId >com.baeldung</groupId >
14- <version >0.0.1-SNAPSHOT</version >
15- <relativePath >../parent-boot-2</relativePath >
16- </parent >
11+ <parent >
12+ <artifactId >parent-boot-2</artifactId >
13+ <groupId >com.baeldung</groupId >
14+ <version >0.0.1-SNAPSHOT</version >
15+ <relativePath >../parent-boot-2</relativePath >
16+ </parent >
1717
18- <dependencies >
19- <dependency >
20- <groupId >org.springframework.boot</groupId >
21- <artifactId >spring-boot-starter-data-jpa</artifactId >
22- </dependency >
23- <dependency >
24- <groupId >com.h2database</groupId >
25- <artifactId >h2</artifactId >
26- </dependency >
27- <dependency >
28- <groupId >org.springframework.boot</groupId >
29- <artifactId >spring-boot-starter</artifactId >
30- </dependency >
31- </dependencies >
18+ <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-starter-data-jpa</artifactId >
22+ </dependency >
23+ <dependency >
24+ <groupId >com.h2database</groupId >
25+ <artifactId >h2</artifactId >
26+ </dependency >
27+ <dependency >
28+ <groupId >org.springframework.boot</groupId >
29+ <artifactId >spring-boot-starter</artifactId >
30+ </dependency >
31+ </dependencies >
3232
33- <build >
34- <finalName >spring-boot-persistence</finalName >
35- <resources >
36- <resource >
37- <directory >src/main/resources</directory >
38- <filtering >true</filtering >
39- </resource >
40- </resources >
41- <plugins >
42- <plugin >
43- <groupId >org.apache.maven.plugins</groupId >
44- <artifactId >maven-war-plugin</artifactId >
45- </plugin >
46- <plugin >
47- <groupId >pl.project13.maven</groupId >
48- <artifactId >git-commit-id-plugin</artifactId >
49- </plugin >
50- </plugins >
51- </build >
33+ <build >
34+ <finalName >spring-boot-persistence</finalName >
35+ <resources >
36+ <resource >
37+ <directory >src/main/resources</directory >
38+ <filtering >true</filtering >
39+ </resource >
40+ </resources >
41+ <plugins >
42+ <plugin >
43+ <groupId >org.apache.maven.plugins</groupId >
44+ <artifactId >maven-war-plugin</artifactId >
45+ </plugin >
46+ <plugin >
47+ <groupId >pl.project13.maven</groupId >
48+ <artifactId >git-commit-id-plugin</artifactId >
49+ <version >${git-commit-id-plugin.version} </version >
50+ </plugin >
51+ </plugins >
52+ </build >
5253
54+ <properties >
55+ <git-commit-id-plugin .version>2.2.4</git-commit-id-plugin .version>
56+ </properties >
5357</project >
0 commit comments