We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b74006 + c28bd64 commit b234612Copy full SHA for b234612
pom.xml
@@ -29,6 +29,26 @@
29
<packaging>pom</packaging>
30
<url>https://github.com/cloudfoundry/cf-java-client</url>
31
32
+ <licenses>
33
+ <license>
34
+ <name>Apache License, Version 2.0</name>
35
+ <url>https://www.apache.org/licenses/LICENSE-2.0</url>
36
+ </license>
37
+ </licenses>
38
+
39
+ <scm>
40
+ <url>https://github.com/cloudfoundry/cf-java-client</url>
41
+ </scm>
42
43
+ <developers>
44
+ <developer>
45
+ <name>Pivotal</name>
46
+ <email>info@pivotal.io</email>
47
+ <organization>Pivotal Software, Inc.</organization>
48
+ <organizationUrl>https://www.cloudfoundry.org</organizationUrl>
49
+ </developer>
50
+ </developers>
51
52
<modules>
53
<module>cloudfoundry-client</module>
54
<module>cloudfoundry-client-reactor</module>
0 commit comments