Skip to content

Commit

Permalink
👷 use github as snapshot repo (really)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grogdunn committed Jun 17, 2024
1 parent 6afb60d commit 60ee88a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<id>github</id>
<url>https://maven.pkg.github.com/optionfactory/storage</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<url>https://maven.pkg.github.com/optionfactory/storage</url>
</repository>
</distributionManagement>
<dependencies>
Expand Down Expand Up @@ -130,7 +130,7 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://maven.pkg.github.com/optionfactory/storage</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
Expand Down

0 comments on commit 60ee88a

Please sign in to comment.