Skip to content

Commit a19bb68

Browse files
committed
Use OSS Sonatype for SAC snapshots
The artifact can deleted from the repository afterwards.
1 parent 75fce53 commit a19bb68

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
@@ -723,11 +723,10 @@
723723
<gpg.skip>false</gpg.skip>
724724
</properties>
725725
<distributionManagement>
726-
<repository>
727-
<id>github</id>
728-
<name>GitHub Stream Java Client Apache Maven Packages</name>
729-
<url>https://maven.pkg.github.com/rabbitmq/rabbitmq-stream-java-client</url>
730-
</repository>
726+
<snapshotRepository>
727+
<id>ossrh</id>
728+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
729+
</snapshotRepository>
731730
</distributionManagement>
732731
</profile>
733732

0 commit comments

Comments
 (0)