File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments