File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1212 <packaging >pom</packaging >
1313 <name >Quarkus - Operator SDK - Parent</name >
1414 <properties >
15- <quarkus .version>3.0.3 .Final</quarkus .version>
15+ <quarkus .version>3.0.2 .Final</quarkus .version>
1616 <java-operator-sdk .version>4.3.3</java-operator-sdk .version>
1717 </properties >
1818
1919 <repositories >
20+ <repository >
21+ <id >central</id >
22+ <name >Central Repository</name >
23+ <url >https://repo.maven.apache.org/maven2</url >
24+ <layout >default</layout >
25+ <snapshots >
26+ <enabled >false</enabled >
27+ </snapshots >
28+ </repository >
2029 <repository >
2130 <id >ossrh</id >
2231 <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
2837 </repositories >
2938
3039 <pluginRepositories >
40+ <pluginRepository >
41+ <id >central</id >
42+ <name >Central Repository</name >
43+ <url >https://repo.maven.apache.org/maven2</url >
44+ <layout >default</layout >
45+ <snapshots >
46+ <enabled >false</enabled >
47+ </snapshots >
48+ <releases >
49+ <updatePolicy >never</updatePolicy >
50+ </releases >
51+ </pluginRepository >
3152 <pluginRepository >
3253 <id >ossrh</id >
3354 <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
You can’t perform that action at this time.
0 commit comments