File tree 6 files changed +6
-7
lines changed
6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 58
58
<maven .compiler.target>${java.version} </maven .compiler.target>
59
59
<sonar .organization>java-operator-sdk</sonar .organization>
60
60
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
61
- <fabric8-httpclient-impl .name>jdk</fabric8-httpclient-impl .name>
61
+ <fabric8-httpclient-impl .name>jdk</fabric8-httpclient-impl .name>
62
62
63
63
<junit .version>5.10.1</junit .version>
64
64
<fabric8-client .version>6.11.0</fabric8-client .version>
94
94
<git-commit-id-maven-plugin .version>8.0.0</git-commit-id-maven-plugin .version>
95
95
<jib-maven-plugin .version>3.4.1</jib-maven-plugin .version>
96
96
<spotless .version>2.43.0</spotless .version>
97
- <jib-maven-plugin .version>3.4.1</jib-maven-plugin .version>
98
97
</properties >
99
98
100
99
<dependencyManagement >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >sample-operators</artifactId >
8
- <version >5.0.0-SNAPSHOT</version >
8
+ <version >5.0.0-SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sample-leader-election</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >sample-operators</artifactId >
8
- <version >5.0.0-SNAPSHOT</version >
8
+ <version >5.0.0-SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sample-mysql-schema-operator</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >java-operator-sdk</artifactId >
8
- <version >5.0.0-SNAPSHOT</version >
8
+ <version >5.0.0-SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sample-operators</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >sample-operators</artifactId >
8
- <version >5.0.0-SNAPSHOT</version >
8
+ <version >5.0.0-SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sample-tomcat-operator</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >sample-operators</artifactId >
8
- <version >5.0.0-SNAPSHOT</version >
8
+ <version >5.0.0-SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sample-webpage-operator</artifactId >
You can’t perform that action at this time.
0 commit comments