We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bab68 commit 1ec2dc6Copy full SHA for 1ec2dc6
pom.xml
@@ -21,6 +21,17 @@
21
</license>
22
</licenses>
23
24
+ <repositories>
25
+ <repository>
26
+ <id>oss-sonatype</id>
27
+ <name>oss-sonatype</name>
28
+ <url>https://oss.sonatype.org/content/repositories/releases/</url>
29
+ <snapshots>
30
+ <enabled>true</enabled>
31
+ </snapshots>
32
+ </repository>
33
+ </repositories>
34
+
35
<build>
36
<plugins>
37
<plugin>
@@ -481,7 +492,7 @@
481
492
<dependency>
482
493
<groupId>io.kubernetes</groupId>
483
494
<artifactId>client-java</artifactId>
484
- <version>1.0.0-beta3-SNAPSHOT</version>
495
+ <version>1.0.0-beta3</version>
485
496
</dependency>
486
497
487
498
<groupId>javax</groupId>
0 commit comments