Fixed publish repository locations
This commit is contained in:
parent
78cd0622e5
commit
d441051bb7
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -52,4 +52,7 @@ atlassian-ide-plugin.xml
|
|||
.idea/sonarlint/
|
||||
|
||||
# Editor-based Rest Client
|
||||
.idea/httpRequests
|
||||
.idea/httpRequests
|
||||
|
||||
|
||||
local.properties
|
|
@ -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