File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Add this dependency to your project's POM:
2626<dependency >
2727 <groupId >io.kubernetes</groupId >
2828 <artifactId >client-java</artifactId >
29- <version >1.0.0-beta3 </version >
29+ <version >1.0.0</version >
3030 <scope >compile</scope >
3131</dependency >
3232```
3333
3434### Gradle users
3535
3636``` groovy
37- compile 'io.kubernetes:client-java:1.0.0-beta3 '
37+ compile 'io.kubernetes:client-java:1.0.0'
3838```
3939
4040### Others
@@ -49,7 +49,7 @@ mvn package
4949
5050Then manually install the following JARs:
5151
52- * target/client-java-1.0.0-beta3- SNAPSHOT.jar
52+ * target/client-java-1.0.0-SNAPSHOT.jar
5353* target/lib/* .jar
5454
5555## Example
@@ -133,6 +133,8 @@ All APIs and Models' documentation can be found at the [Generated client's READM
133133| java-client 1.0.0-beta1 | + | + | + | + | ✓ | - |
134134| java-client 1.0.0-beta2 | + | + | + | + | ✓ | - |
135135| java-client 1.0.0-beta3 | + | + | + | + | ✓ | - |
136+ | java-client 1.0.0-beta4 | + | + | + | + | ✓ | - |
137+ | java-client 1.0.0 | + | + | + | + | ✓ | - |
136138
137139Key:
138140
You can’t perform that action at this time.
0 commit comments