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/math/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2008-03-02 19:37:56 +00:00
parent b73432e8d6
commit 0df8de7691
1 changed files with 11 additions and 1 deletions

12
pom.xml
View File

@ -22,9 +22,10 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>7</version>
<version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
<version>1.2-RC2</version>
@ -183,6 +184,15 @@
<optional>true</optional>
</dependency>
</dependencies>
<properties>
<commons.componentid>math</commons.componentid>
<commons.release.version>1.2</commons.release.version>
<commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>
</properties>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>