Skip to content

Commit c28bd64

Browse files
committed
Merge branch 'maven-central-pom-requirements' into 3.x
Signed-off-by: Ben Hale <bhale@pivotal.io>
2 parents 65f1e4d + c591339 commit c28bd64

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)