0.4.2-beta

This commit is contained in:
Erik C. Thauvin 2016-07-31 13:36:02 -07:00
parent 19344e5585
commit c20ed128f6
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import net.thauvin.erik.kobalt.plugin.versioneye.*
val repos = repos()
//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.0-beta.jar"))
//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.2-beta.jar"))
val pl = plugins("net.thauvin.erik:kobalt-versioneye:")
val p = project {
@ -30,9 +30,11 @@ val p = project {
compile("ch.qos.logback:logback-core:0.5")
compile("ch.qos.logback:logback-classic:1.1.7")
compile("commons-httpclient:commons-httpclient:jar:3.1")
//compile("com.beust:kobalt-plugin-api:0.878")
}
dependenciesTest {
compile("org.testng:testng:")
}

View file

@ -15,7 +15,7 @@ val p = project {
name = "kobalt-versioneye"
group = "net.thauvin.erik"
artifactId = name
version = "0.4.1-beta"
version = "0.4.2-beta"
pom = Model().apply {
description = "VersionEye plug-in for the Kobalt build system."