File tree 4 files changed +15
-21
lines changed
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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >io.kubernetes</groupId >
6
4
<artifactId >client-java-examples</artifactId >
7
- <version >0.1-SNAPSHOT </version >
5
+ <version >0.1</version >
8
6
<packaging >jar</packaging >
9
7
<name >client-java-examples</name >
10
8
<url >https://github.com/kubernetes-client/java</url >
11
9
12
10
<parent >
13
11
<groupId >io.kubernetes</groupId >
14
12
<artifactId >client-java</artifactId >
15
- <version >0.1-SNAPSHOT </version >
13
+ <version >0.1</version >
16
14
</parent >
17
15
18
16
<dependencies >
19
17
<dependency >
20
18
<groupId >io.kubernetes</groupId >
21
19
<artifactId >client-java-api</artifactId >
22
- <version >0.1-SNAPSHOT </version >
20
+ <version >0.1</version >
23
21
</dependency >
24
22
<dependency >
25
23
<groupId >io.kubernetes</groupId >
26
24
<artifactId >client-java-util</artifactId >
27
- <version >0.1-SNAPSHOT </version >
25
+ <version >0.1</version >
28
26
</dependency >
29
27
<dependency >
30
28
<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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >io.kubernetes</groupId >
5
4
<artifactId >client-java-api</artifactId >
6
5
<packaging >jar</packaging >
7
6
<name >client-java-api</name >
8
- <version >0.1-SNAPSHOT </version >
7
+ <version >0.1</version >
9
8
<url >https://github.com/kubernetes-client/java</url >
10
9
<description >Swagger Java</description >
11
10
<prerequisites >
15
14
<parent >
16
15
<groupId >io.kubernetes</groupId >
17
16
<artifactId >client-java</artifactId >
18
- <version >0.1-SNAPSHOT </version >
17
+ <version >0.1</version >
19
18
</parent >
20
19
21
20
<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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<artifactId >client-java</artifactId >
6
4
<groupId >io.kubernetes</groupId >
7
- <version >0.1-SNAPSHOT </version >
5
+ <version >0.1</version >
8
6
<packaging >pom</packaging >
9
7
<name >Kubernetes Client API</name >
10
8
<url >https://github.com/kubernetes-client/java</url >
20
18
<
connection >scm:git:
[email protected] :kubernetes-client/java.git</
connection >
21
19
<
developerConnection >scm:git:
[email protected] :kubernetes-client/java.git</
developerConnection >
22
20
<url >https://github.com/kubernetes-client/java</url >
21
+ <tag >client-java-0.1</tag >
23
22
</scm >
24
23
25
24
<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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >io.kubernetes</groupId >
6
4
<artifactId >client-java-util</artifactId >
7
- <version >0.1-SNAPSHOT </version >
5
+ <version >0.1</version >
8
6
<packaging >jar</packaging >
9
7
<name >client-java-util</name >
10
8
<url >https://github.com/kubernetes-client/java</url >
11
9
<parent >
12
10
<groupId >io.kubernetes</groupId >
13
11
<artifactId >client-java</artifactId >
14
- <version >0.1-SNAPSHOT </version >
12
+ <version >0.1</version >
15
13
</parent >
16
14
<dependencies >
17
15
<dependency >
18
16
<groupId >io.kubernetes</groupId >
19
17
<artifactId >client-java-api</artifactId >
20
- <version >0.1-SNAPSHOT </version >
18
+ <version >0.1</version >
21
19
</dependency >
22
20
<dependency >
23
21
<groupId >org.yaml</groupId >
You can’t perform that action at this time.
0 commit comments