Add pom fields required by central

This commit is contained in:
Janne Valkealahti
2022-07-23 14:57:42 +01:00
parent dc4dab82f3
commit 000ff981da

View File

@@ -5,6 +5,30 @@
<artifactId>spring-shell-dependencies</artifactId>
<packaging>pom</packaging>
<name>Spring Shell Bill of Materials</name>
<description>Spring Shell (Bill of Materials)</description>
<url>https://github.com/spring-projects/spring-shell</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>https://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/spring-projects/spring-shell</url>
<connection>scm:git:git://github.com/spring-projects/spring-shell.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-shell.git</developerConnection>
</scm>
<dependencyManagement>
<dependencies>