Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Apr 30, 2017
1 parent 182b975 commit b0e0252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/kobalt/src/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion kobalt/src/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b0e0252

Please sign in to comment.