Skip to content

Commit fe37fa6

Browse files
committed
chore: re-add snapshot repositories (NOT TO BE MERGED IN MAIN)
Signed-off-by: Chris Laprun <[email protected]>
1 parent ef54d13 commit fe37fa6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

build-parent/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
</properties>
19+
20+
<repositories>
21+
<repository>
22+
<snapshots>
23+
<enabled>false</enabled>
24+
</snapshots>
25+
<id>central</id>
26+
<name>Central Repository</name>
27+
<url>https://repo.maven.apache.org/maven2</url>
28+
</repository>
29+
30+
<repository>
31+
<id>oss-sonatype</id>
32+
<name>oss-sonatype</name>
33+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
34+
<snapshots>
35+
<enabled>true</enabled>
36+
</snapshots>
37+
</repository>
38+
</repositories>
39+
1940
<dependencyManagement>
2041
<dependencies>
2142
<dependency>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<url>https://github.com/quarkiverse/quarkus-operator-sdk</url>
2222
<tag>HEAD</tag>
2323
</scm>
24+
2425
<distributionManagement>
2526
<snapshotRepository>
2627
<id>ossrh</id>

0 commit comments

Comments
 (0)