File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<artifactId >spring-data-jpa-examples</artifactId >
13
13
14
14
<name >Spring Data JPA - Examples</name >
15
15
<description >Sample projects for Spring Data JPA</description >
16
- <url >https://projects. spring.io/spring-data-jpa</url >
16
+ <url >https://spring.io/projects /spring-data-jpa</url >
17
17
<inceptionYear >2011</inceptionYear >
18
18
19
19
<modules >
20
+ <module >deferred</module >
21
+ <module >envers</module >
20
22
<module >example</module >
21
- <module >showcase</module >
22
23
<module >interceptors</module >
23
24
<module >jpa21</module >
24
- <module >security</module >
25
25
<module >multiple-datasources</module >
26
26
<module >query-by-example</module >
27
+ <module >security</module >
28
+ <module >showcase</module >
27
29
<module >vavr</module >
28
- <module >deferred</module >
29
- <module >envers</module >
30
30
</modules >
31
31
32
32
<profiles >
You can’t perform that action at this time.
0 commit comments