Skip to content

Commit c591339

Browse files
committed
Maven Central POM Requirements
In the previous release, Maven Central rejected our POM due to enforcement of minimum requirements on the POM. This change adds those required elements. Signed-off-by: Ben Hale <bhale@pivotal.io>
1 parent 65f1e4d commit c591339

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,31 @@
2525
<groupId>org.cloudfoundry</groupId>
2626
<artifactId>cloudfoundry-java-client</artifactId>
2727
<name>Cloud Foundry Java Client Parent</name>
28+
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
2829
<version>3.18.0.BUILD-SNAPSHOT</version>
2930
<packaging>pom</packaging>
3031
<url>https://github.com/cloudfoundry/cf-java-client</url>
3132

33+
<licenses>
34+
<license>
35+
<name>Apache License, Version 2.0</name>
36+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
37+
</license>
38+
</licenses>
39+
40+
<scm>
41+
<url>https://github.com/cloudfoundry/cf-java-client</url>
42+
</scm>
43+
44+
<developers>
45+
<developer>
46+
<name>Pivotal</name>
47+
<email>info@pivotal.io</email>
48+
<organization>Pivotal Software, Inc.</organization>
49+
<organizationUrl>https://www.cloudfoundry.org</organizationUrl>
50+
</developer>
51+
</developers>
52+
3253
<modules>
3354
<module>cloudfoundry-client</module>
3455
<module>cloudfoundry-client-reactor</module>

0 commit comments

Comments
 (0)