Skip to content

Commit 60961e2

Browse files
committed
Use the latest parent so that resources (LICENSE.txt and NOTICE.txt) are added to the main jar file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@611418 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6323681 commit 60961e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>6</version>
25+
<version>7-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>commons-io</groupId>
@@ -277,7 +277,7 @@
277277
<artifactId>maven-jar-plugin</artifactId>
278278
<configuration>
279279
<archive>
280-
<!--
280+
<!--
281281
Configure OSGi bundle information
282282
(remvoe when maven bundle plugin is added to commons-parent pom)
283283
-->

0 commit comments

Comments
 (0)