File tree 10 files changed +18
-23
lines changed
10 files changed +18
-23
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <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
2
<modelVersion >4.0.0</modelVersion >
4
3
<artifactId >client-java-cert-manager-models</artifactId >
5
4
<name >cert-manager-models</name >
6
5
<url >https://github.com/kubernetes-client/java</url >
7
6
<parent >
8
7
<groupId >io.kubernetes</groupId >
9
8
<artifactId >client-java-parent</artifactId >
10
- <version >10.0.0-SNAPSHOT </version >
9
+ <version >10.0.0</version >
11
10
<relativePath >../../pom.xml</relativePath >
12
11
</parent >
13
12
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
14
- <version >0.16.1-SNAPSHOT </version >
13
+ <version >10.0.0 </version >
15
14
<dependencies >
16
15
<dependency >
17
16
<groupId >io.kubernetes</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<parent >
6
4
<artifactId >client-java-parent</artifactId >
7
5
<groupId >io.kubernetes</groupId >
8
- <version >10.0.0-SNAPSHOT </version >
6
+ <version >10.0.0</version >
9
7
<relativePath >../../pom.xml</relativePath >
10
8
</parent >
11
9
<modelVersion >4.0.0</modelVersion >
12
10
13
11
<artifactId >client-java-prometheus-operator-models</artifactId >
14
- <version >0.38.1-SNAPSHOT </version >
12
+ <version >10.0.0 </version >
15
13
<dependencies >
16
14
<dependency >
17
15
<groupId >io.kubernetes</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<groupId >io.kubernetes</groupId >
7
5
<artifactId >e2e-tests</artifactId >
12
10
<parent >
13
11
<artifactId >client-java-parent</artifactId >
14
12
<groupId >io.kubernetes</groupId >
15
- <version >10.0.0-SNAPSHOT </version >
13
+ <version >10.0.0</version >
16
14
<relativePath >../pom.xml</relativePath >
17
15
</parent >
18
16
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.kubernetes</groupId >
10
10
<artifactId >client-java-parent</artifactId >
11
- <version >10.0.0-SNAPSHOT </version >
11
+ <version >10.0.0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
<dependencies >
58
58
<dependency >
59
59
<groupId >io.kubernetes</groupId >
60
60
<artifactId >client-java-cert-manager-models</artifactId >
61
- <version >0.16.1-SNAPSHOT </version >
61
+ <version >10.0.0 </version >
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >io.kubernetes</groupId >
65
65
<artifactId >client-java-prometheus-operator-models</artifactId >
66
- <version >0.38.1-SNAPSHOT </version >
66
+ <version >10.0.0 </version >
67
67
</dependency >
68
68
<!-- test dependencies -->
69
69
<dependency >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >client-java-parent</artifactId >
11
11
<groupId >io.kubernetes</groupId >
12
- <version >10.0.0-SNAPSHOT </version >
12
+ <version >10.0.0</version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >io.kubernetes</groupId >
15
15
<artifactId >client-java-parent</artifactId >
16
- <version >10.0.0-SNAPSHOT </version >
16
+ <version >10.0.0</version >
17
17
</parent >
18
18
19
19
<build >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >client-java-parent</artifactId >
4
4
<groupId >io.kubernetes</groupId >
5
- <version >10.0.0-SNAPSHOT </version >
5
+ <version >10.0.0</version >
6
6
<packaging >pom</packaging >
7
7
<name >Kubernetes Client API</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
24
24
<connection >scm:git:git@github.com:kubernetes-client/java.git</connection >
25
25
<developerConnection >scm:git:git@github.com:kubernetes-client/java.git</developerConnection >
26
26
<url >https://github.com/kubernetes-client/java</url >
27
- <tag >HEAD </tag >
27
+ <tag >client-java-parent-10.0.0 </tag >
28
28
</scm >
29
29
30
30
<prerequisites >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
11
11
<artifactId >client-java-parent</artifactId >
12
- <version >10.0.0-SNAPSHOT </version >
12
+ <version >10.0.0</version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >client-java-parent</artifactId >
12
12
<groupId >io.kubernetes</groupId >
13
- <version >10.0.0-SNAPSHOT </version >
13
+ <version >10.0.0</version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
16
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.kubernetes</groupId >
10
10
<artifactId >client-java-parent</artifactId >
11
- <version >10.0.0-SNAPSHOT </version >
11
+ <version >10.0.0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
<dependencies >
You can’t perform that action at this time.
0 commit comments