Skip to content

Commit

Permalink
Merge branch 'maven-central-pom-requirements' into 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Nov 7, 2019
2 parents 65f1e4d + c591339 commit c28bd64
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 c28bd64

Please sign in to comment.