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 c6be1ff + a7c8240 commit 5e2bf35Copy full SHA for 5e2bf35
kubernetes/pom.xml
@@ -19,18 +19,18 @@
19
20
<licenses>
21
<license>
22
- <name>Unlicense</name>
23
- <url>http://unlicense.org</url>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
24
<distribution>repo</distribution>
25
</license>
26
</licenses>
27
28
<developers>
29
<developer>
30
- <name>Swagger</name>
31
- <email>[email protected]</email>
32
- <organization>Swagger</organization>
33
- <organizationUrl>http://swagger.io</organizationUrl>
+ <name>The Kubernetes Authors</name>
+ <email>[email protected]</email>
+ <organization>Kubernetes</organization>
+ <organizationUrl>http://kubernetes.io</organizationUrl>
34
</developer>
35
</developers>
36
0 commit comments