Skip to content

Commit 1476605

Browse files
committed
chore(build): remove now unneeded repository configurations
Signed-off-by: Chris Laprun <[email protected]>
1 parent 710c1cf commit 1476605

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

pom.xml

-43
Original file line numberDiff line numberDiff line change
@@ -21,49 +21,6 @@
2121
<url>https://github.com/quarkiverse/quarkus-operator-sdk</url>
2222
<tag>HEAD</tag>
2323
</scm>
24-
25-
<repositories>
26-
<repository>
27-
<snapshots>
28-
<enabled>false</enabled>
29-
</snapshots>
30-
<id>central</id>
31-
<name>Central Repository</name>
32-
<url>https://repo.maven.apache.org/maven2</url>
33-
</repository>
34-
35-
<repository>
36-
<id>oss-sonatype</id>
37-
<name>oss-sonatype</name>
38-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
39-
<snapshots>
40-
<enabled>true</enabled>
41-
<updatePolicy>never</updatePolicy>
42-
</snapshots>
43-
</repository>
44-
45-
<repository>
46-
<id>oss-sonatype-quarkus</id>
47-
<name>oss-sonatype-quarkus</name>
48-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
49-
<snapshots>
50-
<enabled>true</enabled>
51-
<updatePolicy>never</updatePolicy>
52-
</snapshots>
53-
</repository>
54-
</repositories>
55-
56-
<pluginRepositories>
57-
<pluginRepository>
58-
<id>oss-sonatype-quarkus</id>
59-
<name>oss-sonatype-quarkus</name>
60-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
61-
<snapshots>
62-
<enabled>true</enabled>
63-
</snapshots>
64-
</pluginRepository>
65-
</pluginRepositories>
66-
6724
<distributionManagement>
6825
<snapshotRepository>
6926
<id>ossrh</id>

0 commit comments

Comments
 (0)