We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1012f5 commit 503d158Copy full SHA for 503d158
pom.xml
@@ -8,6 +8,16 @@
8
<version>3.0.0-SNAPSHOT</version>
9
10
<name>Spring Data Core</name>
11
+ <description>Core Spring concepts underpinning every Spring Data module.</description>
12
+ <url>https://spring.io/projects/spring-data</url>
13
+ <scm>
14
+ <connection>scm:git:https://github.com/spring-projects/spring-data-commons.git</connection>
15
+ <developerConnection>scm:git:git@github.com:spring-projects/spring-data-commons.git</developerConnection>
16
+ <url>https://github.com/spring-projects/spring-data-commons</url>
17
+ </scm>
18
+ <issueManagement>
19
+ <url>https://github.com/spring-projects/spring-data-commons/issues</url>
20
+ </issueManagement>
21
22
<parent>
23
<groupId>org.springframework.data.build</groupId>
0 commit comments