diff --git a/.idea/misc.xml b/.idea/misc.xml index ac7bcb3..f639e0e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -74,20 +74,4 @@ - - - - - 1.8.x - - - - - - - \ No newline at end of file diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index 66934be..6e7e81a 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -6,7 +6,7 @@ import net.thauvin.erik.kobalt.plugin.versioneye.* val repos = repos() -//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.2-beta.jar")) +//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.3-beta.jar")) val pl = plugins("net.thauvin.erik:kobalt-versioneye:") val p = project { @@ -30,7 +30,7 @@ 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") + compile("com.beust:kobalt-plugin-api:0.878") } @@ -58,6 +58,6 @@ val p = project { // verbose = true // visibility = "public" - //failOn(Fail.securityCheck) + //failOn(Fail.licensesUnknownCheck, Fail.licensesCheck, Fail.securityCheck, Fail.dependenciesCheck) } } diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index c55d858..4c40c1d 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -15,7 +15,7 @@ val p = project { name = "kobalt-versioneye" group = "net.thauvin.erik" artifactId = name - version = "0.4.2-beta" + version = "0.4.3-beta" pom = Model().apply { description = "VersionEye plug-in for the Kobalt build system."