From b0e025206bf8412856a4c022a81e938855a4ba81 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 30 Apr 2017 16:14:03 -0700 Subject: [PATCH] Version 0.7.0 --- example/kobalt/src/Build.kt | 4 ++-- kobalt/src/Build.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index a6ae3f1..16bf56d 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -9,8 +9,8 @@ import net.thauvin.erik.kobalt.plugin.exec.* // ./kobaltw ps --log 2 val bs = buildScript { - repos(file("K:/maven/repository")) - plugins("net.thauvin.erik:kobalt-exec:0.6.6") + //repos(file("K:/maven/repository")) + plugins("net.thauvin.erik:kobalt-exec:") } val example = project { diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 121e8c0..2b2d815 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -25,7 +25,7 @@ val p = project { name = "kobalt-exec" group = "net.thauvin.erik" artifactId = name - version = "0.6.6" + version = "0.7.0" pom = Model().apply { description = "Command Line Execution plug-in for the Kobalt build system."