Skip to content

Commit 78da0b6

Browse files
committed
Revert the non-snapshot repository
1 parent f905191 commit 78da0b6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -604,17 +604,15 @@
604604
</profile>
605605
</profiles>
606606
<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-
613607
<snapshotRepository>
614608
<id>github</id>
615-
<name>GitHub Packages Snapshots</name>
609+
<name>GitHub Packages - Snapshots</name>
616610
<url>https://maven.pkg.github.com/quickfix-j/quickfixj</url>
617611
</snapshotRepository>
612+
<repository>
613+
<id>ossrh</id>
614+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
615+
</repository>
618616
</distributionManagement>
619617

620618
</project>

0 commit comments

Comments
 (0)