summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Beust <cedric.beust@le.com>2017-04-27 13:41:15 -0700
committerCedric Beust <cedric.beust@le.com>2017-05-02 10:04:30 -0700
commit3f4050e8143c46813f9d4b37001a4ad9d92a853c (patch)
treef03053cfebfe1e70c725515c3cc2a445404cc5cc
parent5a1fe34998a8e4c2d03a219f3805818ab2715206 (diff)
downloadjcommander-3f4050e8143c46813f9d4b37001a4ad9d92a853c.tar.gz
Restore OSGi manifest.
-rw-r--r--kobalt/src/Build.kt6
-rw-r--r--kobalt/wrapper/kobalt-wrapper.properties2
2 files changed, 6 insertions, 2 deletions
diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt
index 5987082..ae8156e 100644
--- a/kobalt/src/Build.kt
+++ b/kobalt/src/Build.kt
@@ -1,5 +1,6 @@
import com.beust.kobalt.plugin.java.javaCompiler
+import com.beust.kobalt.plugin.osgi.*
import com.beust.kobalt.plugin.packaging.assemble
import com.beust.kobalt.plugin.publish.bintray
import com.beust.kobalt.project
@@ -12,7 +13,8 @@ val jcommander = project {
name = "jcommander"
group = "com.beust"
artifactId = name
- version = "1.70"
+ version = "1.71"
+ description = "A Java library to parse command line options"
dependenciesTest {
compile("org.testng:testng:6.10")
@@ -33,6 +35,8 @@ val jcommander = project {
args("-target", "1.7", "-source", "1.7")
}
+ osgi {}
+
pom = Model().apply {
name = project.name
description = "Command line parsing"
diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties
index 8b02971..518ed5f 100644
--- a/kobalt/wrapper/kobalt-wrapper.properties
+++ b/kobalt/wrapper/kobalt-wrapper.properties
@@ -1 +1 @@
-kobalt.version=1.0.54 \ No newline at end of file
+kobalt.version=1.0.78 \ No newline at end of file