Removed version number in plugin, for TravisCI.

This commit is contained in:
Erik C. Thauvin 2017-04-25 11:01:32 -07:00
parent b8ddfcd1d8
commit 853fc484b6

View file

@ -13,7 +13,7 @@ import org.apache.maven.model.Scm
val bs = buildScript {
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()