Skip to content

Commit 000ff98

Browse files
committed
Add pom fields required by central
1 parent dc4dab8 commit 000ff98

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

spring-shell-dependencies/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
<artifactId>spring-shell-dependencies</artifactId>
66
<packaging>pom</packaging>
77
<name>Spring Shell Bill of Materials</name>
8+
<description>Spring Shell (Bill of Materials)</description>
9+
<url>https://github.com/spring-projects/spring-shell</url>
10+
11+
<licenses>
12+
<license>
13+
<name>Apache License, Version 2.0</name>
14+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
15+
</license>
16+
</licenses>
17+
18+
<developers>
19+
<developer>
20+
<name>Pivotal</name>
21+
<email>info@pivotal.io</email>
22+
<organization>Pivotal Software, Inc.</organization>
23+
<organizationUrl>https://www.spring.io</organizationUrl>
24+
</developer>
25+
</developers>
26+
27+
<scm>
28+
<url>https://github.com/spring-projects/spring-shell</url>
29+
<connection>scm:git:git://github.com/spring-projects/spring-shell.git</connection>
30+
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-shell.git</developerConnection>
31+
</scm>
832

933
<dependencyManagement>
1034
<dependencies>

0 commit comments

Comments
 (0)