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 f905191 commit 78da0b6Copy full SHA for 78da0b6
pom.xml
@@ -604,17 +604,15 @@
604
</profile>
605
</profiles>
606
<distributionManagement>
607
- <repository>
608
- <id>github</id>
609
- <name>GitHub Packages</name>
610
- <url>https://maven.pkg.github.com/quickfix-j/quickfixj</url>
611
- </repository>
612
-
613
<snapshotRepository>
614
<id>github</id>
615
- <name>GitHub Packages Snapshots</name>
+ <name>GitHub Packages - Snapshots</name>
616
<url>https://maven.pkg.github.com/quickfix-j/quickfixj</url>
617
</snapshotRepository>
+ <repository>
+ <id>ossrh</id>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
618
</distributionManagement>
619
620
</project>
0 commit comments