Skip to content

Commit a9572ee

Browse files
committed
fix: add missing project information
1 parent e617061 commit a9572ee

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

operator-framework-bom/pom.xml

+26-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,37 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
5+
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-bom</artifactId>
88
<version>3.2.1-SNAPSHOT</version>
99
<name>Operator SDK - Bill of Materials</name>
1010
<packaging>pom</packaging>
11+
<description>Java SDK for implementing Kubernetes operators</description>
12+
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
13+
14+
<licenses>
15+
<license>
16+
<name>Apache 2 License</name>
17+
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
18+
</license>
19+
</licenses>
20+
<developers>
21+
<developer>
22+
<name>Attila Meszaros</name>
23+
<email>[email protected]</email>
24+
</developer>
25+
<developer>
26+
<name>Christophe Laprun</name>
27+
<email>[email protected]</email>
28+
</developer>
29+
</developers>
30+
31+
<scm>
32+
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
33+
<developerConnection>scm:git:[email protected]/java-operator-sdk/java-operator-sdk.git</developerConnection>
34+
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/master</url>
35+
</scm>
1136

1237
<dependencyManagement>
1338
<dependencies>

0 commit comments

Comments
 (0)