Skip to content

Commit

Permalink
Add pom fields required by central
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Jul 23, 2022
1 parent dc4dab8 commit 000ff98
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions spring-shell-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>[email protected]</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://[email protected]/spring-projects/spring-shell.git</developerConnection>
</scm>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 000ff98

Please sign in to comment.