diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index 8a957af..90604c2 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -6,8 +6,8 @@ import net.thauvin.erik.kobalt.plugin.maven.local.* val repos = repos(localMaven()) -val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.0.jar")) -//val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.0") +//val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.1.jar")) +val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.1") val example = project { diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 0dba556..70349e4 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -10,7 +10,7 @@ import org.apache.maven.model.Scm import net.thauvin.erik.kobalt.plugin.versioneye.* -val pl = plugins("net.thauvin.erik:kobalt-versioneye:") +val pl = plugins("net.thauvin.erik:kobalt-versioneye:0.4.2-beta") val repos = repos() val dev = false @@ -21,7 +21,7 @@ val p = project { name = "kobalt-maven-local" group = "net.thauvin.erik" artifactId = name - version = "0.5.0" + version = "0.5.1" pom = Model().apply { description = "Maven Local Repository plug-in for the Kobalt build system."