Skip to content

Commit da94341

Browse files
committed
Updated repositories to new sonatype central staging.
1 parent bb8e1f5 commit da94341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bld/java/rife/CoreBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public CoreBuild()
4141

4242
publishOperation()
4343
.repository(version.isSnapshot() ? repository("rife2-snapshots") : repository("rife2-releases"))
44-
.repository(version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases"))
44+
.repository(version.isSnapshot() ? repository("central-snapshots") : repository("central-releases"))
4545
.repository(repository("github"))
4646
.info(new PublishInfo()
4747
.groupId("com.uwyn.rife2")

0 commit comments

Comments
 (0)