Skip to content

Commit fb89f95

Browse files
committed
Polishing.
1 parent 6cdb6ce commit fb89f95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jpa/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 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">
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>spring-data-jpa-examples</artifactId>
@@ -13,20 +13,20 @@
1313

1414
<name>Spring Data JPA - Examples</name>
1515
<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>
1717
<inceptionYear>2011</inceptionYear>
1818

1919
<modules>
20+
<module>deferred</module>
21+
<module>envers</module>
2022
<module>example</module>
21-
<module>showcase</module>
2223
<module>interceptors</module>
2324
<module>jpa21</module>
24-
<module>security</module>
2525
<module>multiple-datasources</module>
2626
<module>query-by-example</module>
27+
<module>security</module>
28+
<module>showcase</module>
2729
<module>vavr</module>
28-
<module>deferred</module>
29-
<module>envers</module>
3030
</modules>
3131

3232
<profiles>

0 commit comments

Comments
 (0)