Skip to content

Commit 7783981

Browse files
committed
distributionManagement: Replace GitHub Packages with Maven Central.
1 parent e032408 commit 7783981

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
</licenses>
2121

2222
<distributionManagement>
23+
<snapshotRepository>
24+
<id>ossrh</id>
25+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
26+
</snapshotRepository>
2327
<repository>
24-
<id>github</id>
25-
<name>GitHub Packages</name>
26-
<url>https://maven.pkg.github.com/parubok/swing-stream-utils</url>
28+
<id>ossrh</id>
29+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2730
</repository>
2831
</distributionManagement>
2932

0 commit comments

Comments
 (0)