Fixed publish repository locations

This commit is contained in:
Erik C. Thauvin 2023-10-30 13:29:46 -07:00
parent 78cd0622e5
commit d441051bb7
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View file

@ -52,4 +52,7 @@ atlassian-ide-plugin.xml
.idea/sonarlint/ .idea/sonarlint/
# Editor-based Rest Client # Editor-based Rest Client
.idea/httpRequests .idea/httpRequests
local.properties

View file

@ -54,7 +54,7 @@ public class SpringBootBuild extends Project {
.link("https://rife2.github.io/rife2/"); .link("https://rife2.github.io/rife2/");
publishOperation() publishOperation()
.repository(version.isSnapshot() ? RIFE2_SNAPSHOTS : RIFE2_RELEASES) .repository(version.isSnapshot() ? repository("rife2-snapshot") : repository("rife2"))
.info() .info()
.groupId("com.uwyn.rife2") .groupId("com.uwyn.rife2")
.artifactId("bld-spring-boot") .artifactId("bld-spring-boot")