Skip to content

Commit 79e9c0b

Browse files
build: maven repository drama
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 26b0b2b commit 79e9c0b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,15 @@
3030
<snapshots>
3131
<enabled>true</enabled>
3232
</snapshots>
33+
<releases><enabled>false</enabled></releases>
3334
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3435
</repository>
36+
<repository>
37+
<id>ossrh-snapshots</id>
38+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
<snapshots><enabled>true</enabled></snapshots>
40+
<releases><enabled>false</enabled></releases>
41+
</repository>
3542
</repositories>
3643

3744
<dependencies>
@@ -133,6 +140,8 @@
133140
<snapshotRepository>
134141
<id>sonatype-nexus-snapshots</id>
135142
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
143+
<releases><enabled>false</enabled></releases>
144+
<snapshots><enabled>true</enabled></snapshots>
136145
</snapshotRepository>
137146
</distributionManagement>
138147

0 commit comments

Comments
 (0)