diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 5fb6a98..182bff1 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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" - } } \ No newline at end of file diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 6466bd0..0000000 --- a/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - 4.0.0 - net.thauvin.erik - kobalt-property-file - 0.9.0 - kobalt-property-file - PropertyFile plug-in for the Kobalt build system. - https://github.com/ethauvin/kobalt-property-file - - - BSD 3-Clause - https://opensource.org/licenses/BSD-3-Clause - - - - - ethauvin - Erik C. Thauvin - erik@thauvin.net - - - - https://github.com/ethauvin/kobalt-property-file.git - git@github.com:ethauvin/kobalt-property-file.git - https://github.com/ethauvin/kobalt-property-file - - - - com.beust - kobalt-plugin-api - (0,] - - - org.testng - testng - 6.11 - test - - -