File tree Expand file tree Collapse file tree 4 files changed +15
-21
lines changed Expand file tree Collapse file tree 4 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 1- <project
2- xmlns=" http://maven.apache.org/POM/4.0.0"
3- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >io.kubernetes</groupId >
64 <artifactId >client-java-examples</artifactId >
7- <version >0.1-SNAPSHOT </version >
5+ <version >0.1</version >
86 <packaging >jar</packaging >
97 <name >client-java-examples</name >
108 <url >https://github.com/kubernetes-client/java</url >
119
1210 <parent >
1311 <groupId >io.kubernetes</groupId >
1412 <artifactId >client-java</artifactId >
15- <version >0.1-SNAPSHOT </version >
13+ <version >0.1</version >
1614 </parent >
1715
1816 <dependencies >
1917 <dependency >
2018 <groupId >io.kubernetes</groupId >
2119 <artifactId >client-java-api</artifactId >
22- <version >0.1-SNAPSHOT </version >
20+ <version >0.1</version >
2321 </dependency >
2422 <dependency >
2523 <groupId >io.kubernetes</groupId >
2624 <artifactId >client-java-util</artifactId >
27- <version >0.1-SNAPSHOT </version >
25+ <version >0.1</version >
2826 </dependency >
2927 <dependency >
3028 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >io.kubernetes</groupId >
54 <artifactId >client-java-api</artifactId >
65 <packaging >jar</packaging >
76 <name >client-java-api</name >
8- <version >0.1-SNAPSHOT </version >
7+ <version >0.1</version >
98 <url >https://github.com/kubernetes-client/java</url >
109 <description >Swagger Java</description >
1110 <prerequisites >
1514 <parent >
1615 <groupId >io.kubernetes</groupId >
1716 <artifactId >client-java</artifactId >
18- <version >0.1-SNAPSHOT </version >
17+ <version >0.1</version >
1918 </parent >
2019
2120 <build >
Original file line number Diff line number Diff line change 1- <project
2- xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53 <artifactId >client-java</artifactId >
64 <groupId >io.kubernetes</groupId >
7- <version >0.1-SNAPSHOT </version >
5+ <version >0.1</version >
86 <packaging >pom</packaging >
97 <name >Kubernetes Client API</name >
108 <url >https://github.com/kubernetes-client/java</url >
2018 <
connection >scm:git:
[email protected] :kubernetes-client/java.git</
connection >
2119 <
developerConnection >scm:git:
[email protected] :kubernetes-client/java.git</
developerConnection >
2220 <url >https://github.com/kubernetes-client/java</url >
21+ <tag >client-java-0.1</tag >
2322 </scm >
2423
2524 <prerequisites >
Original file line number Diff line number Diff line change 1- <project
2- xmlns=" http://maven.apache.org/POM/4.0.0"
3- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >io.kubernetes</groupId >
64 <artifactId >client-java-util</artifactId >
7- <version >0.1-SNAPSHOT </version >
5+ <version >0.1</version >
86 <packaging >jar</packaging >
97 <name >client-java-util</name >
108 <url >https://github.com/kubernetes-client/java</url >
119 <parent >
1210 <groupId >io.kubernetes</groupId >
1311 <artifactId >client-java</artifactId >
14- <version >0.1-SNAPSHOT </version >
12+ <version >0.1</version >
1513 </parent >
1614 <dependencies >
1715 <dependency >
1816 <groupId >io.kubernetes</groupId >
1917 <artifactId >client-java-api</artifactId >
20- <version >0.1-SNAPSHOT </version >
18+ <version >0.1</version >
2119 </dependency >
2220 <dependency >
2321 <groupId >org.yaml</groupId >
You can’t perform that action at this time.
0 commit comments