Skip to content

Commit

Permalink
Maven Central POM Requirements
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nebhale committed Nov 7, 2019
1 parent 65f1e4d commit c591339
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,31 @@
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<name>Cloud Foundry Java Client Parent</name>
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
<version>3.18.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/cloudfoundry/cf-java-client</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<scm>
<url>https://github.com/cloudfoundry/cf-java-client</url>
</scm>

<developers>
<developer>
<name>Pivotal</name>
<email>[email protected]</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>https://www.cloudfoundry.org</organizationUrl>
</developer>
</developers>

<modules>
<module>cloudfoundry-client</module>
<module>cloudfoundry-client-reactor</module>
Expand Down

0 comments on commit c591339

Please sign in to comment.