Skip to content

Commit 4075aa6

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/codec/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
1 parent fd997ba commit 4075aa6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pom.xml

Lines changed: 10 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-codec</groupId>
2930
<artifactId>commons-codec</artifactId>
3031
<version>1.4-SNAPSHOT</version>
@@ -155,6 +156,14 @@
155156
</dependency>
156157
</dependencies>
157158

159+
<properties>
160+
<commons.componentid>codec</commons.componentid>
161+
<commons.release.version>1.3</commons.release.version>
162+
<commons.binary.suffix></commons.binary.suffix>
163+
<commons.jira.id>CODEC</commons.jira.id>
164+
<commons.jira.pid>12310464</commons.jira.pid>
165+
</properties>
166+
158167
<build>
159168
<sourceDirectory>src/java</sourceDirectory>
160169
<testSourceDirectory>src/test</testSourceDirectory>

0 commit comments

Comments
 (0)