We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fce53 commit a19bb68Copy full SHA for a19bb68
pom.xml
@@ -723,11 +723,10 @@
723
<gpg.skip>false</gpg.skip>
724
</properties>
725
<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>
+ <snapshotRepository>
+ <id>ossrh</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
731
</distributionManagement>
732
</profile>
733
0 commit comments