File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
-
5
+
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >operator-framework-bom</artifactId >
8
8
<version >3.2.1-SNAPSHOT</version >
9
9
<name >Operator SDK - Bill of Materials</name >
10
10
<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
+
24
+ </developer >
25
+ <developer >
26
+ <name >Christophe Laprun</name >
27
+
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 >
11
36
12
37
<dependencyManagement >
13
38
<dependencies >
You can’t perform that action at this time.
0 commit comments