We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcc804 commit afcfe85Copy full SHA for afcfe85
pom.xml
@@ -10,7 +10,15 @@
10
11
<name>Spring Data JPA Parent</name>
12
<description>Parent module for Spring Data JPA repositories.</description>
13
- <url>https://projects.spring.io/spring-data-jpa</url>
+ <url>https://spring.io/projects/spring-data-jpa</url>
14
+ <scm>
15
+ <connection>scm:git:git://github.com:spring-projects/spring-data-jpa.git</connection>
16
+ <developerConnection>scm:git:[email protected]:spring-projects/spring-data-jpa.git</developerConnection>
17
+ <url>https://github.com/spring-projects/spring-data-jpa</url>
18
+ </scm>
19
+ <issueManagement>
20
+ <url>https://github.com/spring-projects/spring-data-jpa/issues</url>
21
+ </issueManagement>
22
23
<parent>
24
<groupId>org.springframework.data.build</groupId>
0 commit comments