File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 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 >csviri@gmail.com</email >
24+ </developer >
25+ <developer >
26+ <name >Christophe Laprun</name >
27+ <email >claprun@redhat.com</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:git@github.com/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 >
You can’t perform that action at this time.
0 commit comments