Fixed publish repository locations
This commit is contained in:
parent
78cd0622e5
commit
d441051bb7
2 changed files with 5 additions and 2 deletions
|
@ -54,7 +54,7 @@ public class SpringBootBuild extends Project {
|
|||
.link("https://rife2.github.io/rife2/");
|
||||
|
||||
publishOperation()
|
||||
.repository(version.isSnapshot() ? RIFE2_SNAPSHOTS : RIFE2_RELEASES)
|
||||
.repository(version.isSnapshot() ? repository("rife2-snapshot") : repository("rife2"))
|
||||
.info()
|
||||
.groupId("com.uwyn.rife2")
|
||||
.artifactId("bld-spring-boot")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue