From 01c6d013985e3fa3f7ed844ceba900896671f81f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 31 Jul 2016 20:37:40 -0700 Subject: [PATCH] Version 0.5.1 --- example/kobalt/src/Build.kt | 4 ++-- kobalt/src/Build.kt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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."