Version 0.5.1

This commit is contained in:
Erik C. Thauvin 2016-07-31 20:37:40 -07:00
parent 81d5b6c7bd
commit 01c6d01398
2 changed files with 4 additions and 4 deletions

View file

@ -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."