Update to a more recent parent and remove stuff that is inherited from that parent.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@534115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -25,7 +25,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>2</version>
|
||||
<version>3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>commons-logging</groupId>
|
||||
@@ -131,16 +131,6 @@
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
<testSourceDirectory>src/test</testSourceDirectory>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>.</directory>
|
||||
<targetPath>META-INF</targetPath>
|
||||
<includes>
|
||||
<include>NOTICE.txt</include>
|
||||
<include>LICENSE.txt</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>src/test</directory>
|
||||
|
||||
Reference in New Issue
Block a user