Skip to content

Commit b234612

Browse files
committed
Merge branch '3.x'
Signed-off-by: Ben Hale <bhale@pivotal.io>
2 parents 0b74006 + c28bd64 commit b234612

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@
2929
<packaging>pom</packaging>
3030
<url>https://github.com/cloudfoundry/cf-java-client</url>
3131

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+
3252
<modules>
3353
<module>cloudfoundry-client</module>
3454
<module>cloudfoundry-client-reactor</module>

0 commit comments

Comments
 (0)