Skip to content

Commit 90cdd4d

Browse files
committed
Use OSS Sonatype for SAC snapshots
The artifact can deleted from the repository afterwards.
1 parent 6531b1a commit 90cdd4d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -779,11 +779,10 @@
779779
<gpg.skip>false</gpg.skip>
780780
</properties>
781781
<distributionManagement>
782-
<repository>
783-
<id>github</id>
784-
<name>GitHub Stream Java Client Apache Maven Packages</name>
785-
<url>https://maven.pkg.github.com/rabbitmq/rabbitmq-stream-java-client</url>
786-
</repository>
782+
<snapshotRepository>
783+
<id>ossrh</id>
784+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
785+
</snapshotRepository>
787786
</distributionManagement>
788787
</profile>
789788

0 commit comments

Comments
 (0)