File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >io.kubernetes</groupId >
5
+ <artifactId >client-java-spring-integration</artifactId >
6
+ <packaging >bundle</packaging >
7
+ <name >client-java-spring-integration</name >
8
+ <url >https://github.com/kubernetes-client/java</url >
9
+
3
10
<parent >
4
11
<artifactId >client-java-parent</artifactId >
5
12
<groupId >io.kubernetes</groupId >
6
13
<version >8.0.3-SNAPSHOT</version >
7
14
</parent >
8
- <modelVersion >4.0.0</modelVersion >
9
-
10
- <artifactId >client-java-spring-integration</artifactId >
11
15
12
16
13
17
<dependencies >
You can’t perform that action at this time.
0 commit comments