Added version to pom.

This commit is contained in:
Erik C. Thauvin 2016-07-12 12:14:37 -07:00
parent 0e1d0a3833
commit 47beeb1510

View file

@ -22,6 +22,7 @@ val p = project {
pom = Model().apply { pom = Model().apply {
name = project.name name = project.name
description = "Command line execution plugin for the Kobalt build system" description = "Command line execution plugin for the Kobalt build system"
version = project.version
url = "https://github.com/ethauvin/kobalt-exec" url = "https://github.com/ethauvin/kobalt-exec"
licenses = listOf(License().apply { licenses = listOf(License().apply {
name = "BSD 3-Clause" name = "BSD 3-Clause"