Skip to content

Commit 5366a67

Browse files
author
Lars Wander
committed
Fix installation instructions to point at new release
1 parent d393e05 commit 5366a67

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ Add this dependency to your project's POM:
2525
```xml
2626
<dependency>
2727
<groupId>io.kubernetes</groupId>
28-
<artifactId>client-java</artifactId>
29-
<version>1.0-SNAPSHOT</version>
28+
<artifactId>client-java-util</artifactId>
29+
<version>0.1</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
```
3333

34+
### Gradle users
35+
36+
```groovy
37+
compile 'io.kubernetes:client-java-util:0.1'
38+
```
39+
3440
### Others
3541

3642
At first generate the JAR by executing:
@@ -43,7 +49,7 @@ mvn package
4349

4450
Then manually install the following JARs:
4551

46-
* target/client-java-1.0-SNAPSHOT.jar
52+
* target/client-java-0.2-SNAPSHOT.jar
4753
* target/lib/*.jar
4854

4955
## Example

0 commit comments

Comments
 (0)