Removed VersionEye as the service is shutting down.

This commit is contained in:
Erik C. Thauvin 2018-01-20 22:22:20 -08:00
parent 7ed7839a2d
commit 575b143d4c
2 changed files with 1 additions and 49 deletions

View file

@ -5,7 +5,6 @@ import com.beust.kobalt.plugin.publish.autoGitTag
import com.beust.kobalt.plugin.publish.bintray
import com.beust.kobalt.profile
import com.beust.kobalt.project
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
import org.apache.maven.model.Developer
import org.apache.maven.model.License
import org.apache.maven.model.Model
@ -13,7 +12,7 @@ import org.apache.maven.model.Scm
val bs = buildScript {
repos(localMaven())
plugins("net.thauvin.erik:kobalt-versioneye:", "net.thauvin.erik:kobalt-maven-local:")
plugins("net.thauvin.erik:kobalt-maven-local:")
}
val dev by profile()
@ -74,9 +73,4 @@ val p = project {
description = "Release version $version"
vcsTag = version
}
versionEye {
org = "Thauvin"
team = "Owners"
}
}