File tree 5 files changed +10
-26
lines changed
5 files changed +10
-26
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java-examples</artifactId >
5
- <version >3.0.0-beta1 </version >
5
+ <version >3.0.0-beta2-SNAPSHOT </version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java-examples</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
11
11
<artifactId >client-java-parent</artifactId >
12
- <version >3.0.0-beta1 </version >
12
+ <version >3.0.0-beta2-SNAPSHOT </version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
104
104
<junit-version >4.12</junit-version >
105
105
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
106
106
</properties >
107
-
108
- <scm >
109
- <tag >client-java-parent-3.0.0-beta1</tag >
110
- </scm >
111
107
</project >
Original file line number Diff line number Diff line change 4
4
<artifactId >client-java-api</artifactId >
5
5
<packaging >bundle</packaging >
6
6
<name >client-java-api</name >
7
- <version >3.0.0-beta1 </version >
7
+ <version >3.0.0-beta2-SNAPSHOT </version >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<description >Swagger Java</description >
10
10
<prerequisites >
14
14
<parent >
15
15
<groupId >io.kubernetes</groupId >
16
16
<artifactId >client-java-parent</artifactId >
17
- <version >3.0.0-beta1 </version >
17
+ <version >3.0.0-beta2-SNAPSHOT </version >
18
18
</parent >
19
19
20
20
<build >
202
202
<junit-version >4.12</junit-version >
203
203
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
204
204
</properties >
205
-
206
- <scm >
207
- <tag >client-java-parent-3.0.0-beta1</tag >
208
- </scm >
209
205
</project >
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 >3.0.0-beta1 </version >
5
+ <version >3.0.0-beta2-SNAPSHOT </version >
6
6
<packaging >pom</packaging >
7
7
<name >Kubernetes Client API</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
19
19
<
connection >scm:git:
[email protected] :kubernetes-client/java.git</
connection >
20
20
<
developerConnection >scm:git:
[email protected] :kubernetes-client/java.git</
developerConnection >
21
21
<url >https://github.com/kubernetes-client/java</url >
22
- <tag >client-java-parent-3.0.0-beta1 </tag >
22
+ <tag >HEAD </tag >
23
23
</scm >
24
24
25
25
<prerequisites >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java-proto</artifactId >
5
- <version >3.0.0-beta1 </version >
5
+ <version >3.0.0-beta2-SNAPSHOT </version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java-proto</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
10
10
<parent >
11
11
<groupId >io.kubernetes</groupId >
12
12
<artifactId >client-java-parent</artifactId >
13
- <version >3.0.0-beta1 </version >
13
+ <version >3.0.0-beta2-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<dependencies >
42
42
<maven .compiler.target>${java.version} </maven .compiler.target>
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
44
</properties >
45
-
46
- <scm >
47
- <tag >client-java-parent-3.0.0-beta1</tag >
48
- </scm >
49
45
</project >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
4
<artifactId >client-java</artifactId >
5
- <version >3.0.0-beta1 </version >
5
+ <version >3.0.0-beta2-SNAPSHOT </version >
6
6
<packaging >bundle</packaging >
7
7
<name >client-java</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
11
11
<artifactId >client-java-parent</artifactId >
12
- <version >3.0.0-beta1 </version >
12
+ <version >3.0.0-beta2-SNAPSHOT </version >
13
13
</parent >
14
14
<dependencies >
15
15
<dependency >
144
144
<maven .compiler.target>${java.version} </maven .compiler.target>
145
145
<slf4jVersion >1.7.7</slf4jVersion >
146
146
</properties >
147
-
148
- <scm >
149
- <tag >client-java-parent-3.0.0-beta1</tag >
150
- </scm >
151
147
</project >
152
148
You can’t perform that action at this time.
0 commit comments