File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 10
10
<relativePath >../../pom.xml</relativePath >
11
11
</parent >
12
12
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
13
- <version >10.0 .1-SNAPSHOT</version >
13
+ <version >0.16 .1-SNAPSHOT</version >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >io.kubernetes</groupId >
19
19
<scope >provided</scope >
20
20
</dependency >
21
21
</dependencies >
22
+ <build >
23
+ <plugins >
24
+ <plugin >
25
+ <groupId >org.sonatype.plugins</groupId >
26
+ <artifactId >nexus-staging-maven-plugin</artifactId >
27
+ <extensions >true</extensions >
28
+ <configuration >
29
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
30
+ </configuration >
31
+ </plugin >
32
+ </plugins >
33
+ </build >
22
34
</project >
Original file line number Diff line number Diff line change 9
9
<modelVersion >4.0.0</modelVersion >
10
10
11
11
<artifactId >client-java-prometheus-operator-models</artifactId >
12
- <version >10.0 .1-SNAPSHOT</version >
12
+ <version >0.38 .1-SNAPSHOT</version >
13
13
<dependencies >
14
14
<dependency >
15
15
<groupId >io.kubernetes</groupId >
18
18
<scope >provided</scope >
19
19
</dependency >
20
20
</dependencies >
21
+ <build >
22
+ <plugins >
23
+ <plugin >
24
+ <groupId >org.sonatype.plugins</groupId >
25
+ <artifactId >nexus-staging-maven-plugin</artifactId >
26
+ <extensions >true</extensions >
27
+ <configuration >
28
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
29
+ </configuration >
30
+ </plugin >
31
+ </plugins >
32
+ </build >
21
33
</project >
Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >io.kubernetes</groupId >
60
60
<artifactId >client-java-cert-manager-models</artifactId >
61
- <version >10.0 .1-SNAPSHOT</version >
61
+ <version >0.16 .1-SNAPSHOT</version >
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >io.kubernetes</groupId >
65
65
<artifactId >client-java-prometheus-operator-models</artifactId >
66
- <version >10.0 .1-SNAPSHOT</version >
66
+ <version >0.38 .1-SNAPSHOT</version >
67
67
</dependency >
68
68
<!-- test dependencies -->
69
69
<dependency >
You can’t perform that action at this time.
0 commit comments