Removed version number in plugin, for TravisCI.
This commit is contained in:
parent
b8ddfcd1d8
commit
853fc484b6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import org.apache.maven.model.Scm
|
||||||
|
|
||||||
val bs = buildScript {
|
val bs = buildScript {
|
||||||
repos(file("K:/maven/repository"))
|
repos(file("K:/maven/repository"))
|
||||||
plugins("net.thauvin.erik:kobalt-maven-local:", "net.thauvin.erik:kobalt-versioneye:0.4.5")
|
plugins("net.thauvin.erik:kobalt-maven-local:", "net.thauvin.erik:kobalt-versioneye:")
|
||||||
}
|
}
|
||||||
|
|
||||||
val dev by profile()
|
val dev by profile()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue