File tree Expand file tree Collapse file tree 10 files changed +18
-23
lines changed Expand file tree Collapse file tree 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <artifactId >client-java-cert-manager-models</artifactId >
54 <name >cert-manager-models</name >
65 <url >https://github.com/kubernetes-client/java</url >
76 <parent >
87 <groupId >io.kubernetes</groupId >
98 <artifactId >client-java-parent</artifactId >
10- <version >10.0.0-SNAPSHOT </version >
9+ <version >10.0.0</version >
1110 <relativePath >../../pom.xml</relativePath >
1211 </parent >
1312 <!-- 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 >
1514 <dependencies >
1615 <dependency >
1716 <groupId >io.kubernetes</groupId >
Original file line number Diff line number Diff line change 11<?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" >
53 <parent >
64 <artifactId >client-java-parent</artifactId >
75 <groupId >io.kubernetes</groupId >
8- <version >10.0.0-SNAPSHOT </version >
6+ <version >10.0.0</version >
97 <relativePath >../../pom.xml</relativePath >
108 </parent >
119 <modelVersion >4.0.0</modelVersion >
1210
1311 <artifactId >client-java-prometheus-operator-models</artifactId >
14- <version >0.38.1-SNAPSHOT </version >
12+ <version >10.0.0 </version >
1513 <dependencies >
1614 <dependency >
1715 <groupId >io.kubernetes</groupId >
Original file line number Diff line number Diff line change 11<?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" >
53 <modelVersion >4.0.0</modelVersion >
64 <groupId >io.kubernetes</groupId >
75 <artifactId >e2e-tests</artifactId >
1210 <parent >
1311 <artifactId >client-java-parent</artifactId >
1412 <groupId >io.kubernetes</groupId >
15- <version >10.0.0-SNAPSHOT </version >
13+ <version >10.0.0</version >
1614 <relativePath >../pom.xml</relativePath >
1715 </parent >
1816
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >io.kubernetes</groupId >
1010 <artifactId >client-java-parent</artifactId >
11- <version >10.0.0-SNAPSHOT </version >
11+ <version >10.0.0</version >
1212 <relativePath >../pom.xml</relativePath >
1313 </parent >
1414 <dependencies >
5858 <dependency >
5959 <groupId >io.kubernetes</groupId >
6060 <artifactId >client-java-cert-manager-models</artifactId >
61- <version >0.16.1-SNAPSHOT </version >
61+ <version >10.0.0 </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >io.kubernetes</groupId >
6565 <artifactId >client-java-prometheus-operator-models</artifactId >
66- <version >0.38.1-SNAPSHOT </version >
66+ <version >10.0.0 </version >
6767 </dependency >
6868 <!-- test dependencies -->
6969 <dependency >
Original file line number Diff line number Diff line change 99 <parent >
1010 <artifactId >client-java-parent</artifactId >
1111 <groupId >io.kubernetes</groupId >
12- <version >10.0.0-SNAPSHOT </version >
12+ <version >10.0.0</version >
1313 <relativePath >../pom.xml</relativePath >
1414 </parent >
1515
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >io.kubernetes</groupId >
1515 <artifactId >client-java-parent</artifactId >
16- <version >10.0.0-SNAPSHOT </version >
16+ <version >10.0.0</version >
1717 </parent >
1818
1919 <build >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <artifactId >client-java-parent</artifactId >
44 <groupId >io.kubernetes</groupId >
5- <version >10.0.0-SNAPSHOT </version >
5+ <version >10.0.0</version >
66 <packaging >pom</packaging >
77 <name >Kubernetes Client API</name >
88 <url >https://github.com/kubernetes-client/java</url >
2424 <
connection >scm:git:
[email protected] :kubernetes-client/java.git</
connection >
2525 <
developerConnection >scm:git:
[email protected] :kubernetes-client/java.git</
developerConnection >
2626 <url >https://github.com/kubernetes-client/java</url >
27- <tag >HEAD </tag >
27+ <tag >client-java-parent-10.0.0 </tag >
2828 </scm >
2929
3030 <prerequisites >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >io.kubernetes</groupId >
1111 <artifactId >client-java-parent</artifactId >
12- <version >10.0.0-SNAPSHOT </version >
12+ <version >10.0.0</version >
1313 <relativePath >../pom.xml</relativePath >
1414 </parent >
1515
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >client-java-parent</artifactId >
1212 <groupId >io.kubernetes</groupId >
13- <version >10.0.0-SNAPSHOT </version >
13+ <version >10.0.0</version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >io.kubernetes</groupId >
1010 <artifactId >client-java-parent</artifactId >
11- <version >10.0.0-SNAPSHOT </version >
11+ <version >10.0.0</version >
1212 <relativePath >../pom.xml</relativePath >
1313 </parent >
1414 <dependencies >
You can’t perform that action at this time.
0 commit comments