Skip to content

Commit f69f56f

Browse files
author
Niall Kegan Pemberton
committed
Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4ee0d6c commit f69f56f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>7</version>
25+
<version>8</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
28+
<packaging>bundle</packaging>
2829
<groupId>commons-cli</groupId>
2930
<artifactId>commons-cli</artifactId>
3031
<version>2.0-SNAPSHOT</version>
@@ -129,6 +130,15 @@
129130

130131
</dependencies>
131132

133+
<properties>
134+
<commons.componentid>cli</commons.componentid>
135+
<commons.osgibundle>org.apache.commons.cli2</commons.osgibundle>
136+
<commons.release.version>1.1</commons.release.version>
137+
<commons.binary.suffix></commons.binary.suffix>
138+
<commons.jira.id>CLI</commons.jira.id>
139+
<commons.jira.pid>12310463</commons.jira.pid>
140+
</properties>
141+
132142
<build>
133143
<sourceDirectory>src/java</sourceDirectory>
134144
<testSourceDirectory>src/test</testSourceDirectory>

0 commit comments

Comments
 (0)