mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-25 20:18:31 +00:00
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/collections/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e99128b78
commit
e59565488c
11
pom.xml
11
pom.xml
@ -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-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.3-SNAPSHOT</version>
|
||||
@ -377,6 +378,14 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<commons.componentid>collections</commons.componentid>
|
||||
<commons.release.version>3.2</commons.release.version>
|
||||
<commons.binary.suffix></commons.binary.suffix>
|
||||
<commons.jira.id>COLLECTIONS</commons.jira.id>
|
||||
<commons.jira.pid>12310465</commons.jira.pid>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
<testSourceDirectory>src/test</testSourceDirectory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user