Added version to pom.
This commit is contained in:
parent
0e1d0a3833
commit
47beeb1510
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue