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/logging/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -26,7 +26,7 @@ under the License.
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-parent</artifactId>
|
<artifactId>commons-parent</artifactId>
|
||||||
<version>7</version>
|
<version>8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
@@ -519,5 +519,10 @@ under the License.
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compile.source>1.2</maven.compile.source>
|
<maven.compile.source>1.2</maven.compile.source>
|
||||||
<maven.compile.target>1.1</maven.compile.target>
|
<maven.compile.target>1.1</maven.compile.target>
|
||||||
|
<commons.componentid>logging</commons.componentid>
|
||||||
|
<commons.release.version>1.1.1</commons.release.version>
|
||||||
|
<commons.binary.suffix>-bin</commons.binary.suffix>
|
||||||
|
<commons.jira.id>LOGGING</commons.jira.id>
|
||||||
|
<commons.jira.pid>12310484</commons.jira.pid>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user