|
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.2-SNAPSHOT</version> |
| 5 | + <version>0.3-SNAPSHOT</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 | <parent> |
12 | 10 | <groupId>io.kubernetes</groupId> |
13 | 11 | <artifactId>client-java-parent</artifactId> |
14 | | - <version>0.2-SNAPSHOT</version> |
| 12 | + <version>0.3-SNAPSHOT</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.2-SNAPSHOT</version> |
| 18 | + <version>0.3-SNAPSHOT</version> |
21 | 19 | </dependency> |
22 | 20 | <dependency> |
23 | 21 | <groupId>io.kubernetes</groupId> |
24 | 22 | <artifactId>client-java</artifactId> |
25 | | - <version>0.2-SNAPSHOT</version> |
| 23 | + <version>0.3-SNAPSHOT</version> |
26 | 24 | </dependency> |
27 | 25 | <dependency> |
28 | 26 | <groupId>io.kubernetes</groupId> |
29 | 27 | <artifactId>client-java-proto</artifactId> |
30 | | - <version>0.2-SNAPSHOT</version> |
| 28 | + <version>0.3-SNAPSHOT</version> |
31 | 29 | </dependency> |
32 | 30 | <dependency> |
33 | 31 | <groupId>com.google.guava</groupId> |
|
0 commit comments