Author: dennisl
Date: Sat Jan 12 06:13:49 2008
New Revision: 611418
URL: http://svn.apache.org/viewvc?rev=611418&view=rev
Log:
Use the latest parent so that resources (LICENSE.txt and NOTICE.txt) are added
to the main jar file.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=611418&r1=611417&r2=611418&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sat Jan 12 06:13:49 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>6</version>
+ <version>7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
@@ -277,7 +277,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <!--
+ <!--
Configure OSGi bundle information
(remvoe when maven bundle plugin is added to commons-parent
pom)
-->