Skip to content

Commit 4adac5b

Browse files
committed
Bump org.apache.commons:commons-parent from 90 to 91
1 parent 9e57ec6 commit 4adac5b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-parent</artifactId>
24-
<version>90</version>
24+
<version>91</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>commons-vfs2-project</artifactId>
@@ -133,14 +133,14 @@
133133
<configuration>
134134
<excludes combine.children="append">
135135
<!-- trivial test data text files -->
136-
<exclude>src/test/resources/test-data/**/*.bin</exclude>
137-
<exclude>src/test/resources/test-data/**/*.txt</exclude>
138-
<exclude>src/test/resources/test-data/**/*.tgz</exclude>
139-
<exclude>src/test/resources/test-data/**/*.tbz2</exclude>
140-
<exclude>src/test/resources/test-data/test.mf</exclude>
136+
<exclude>**/src/test/resources/test-data/**/*.bin</exclude>
137+
<exclude>**/src/test/resources/test-data/**/*.txt</exclude>
138+
<exclude>**/src/test/resources/test-data/**/*.tgz</exclude>
139+
<exclude>**/src/test/resources/test-data/**/*.tbz2</exclude>
140+
<exclude>**/src/test/resources/test-data/test.mf</exclude>
141141
<!-- implicite exclude does not work if sandbox profile is not activated -->
142142
<exclude>commons-vfs2-sandbox/**</exclude>
143-
<exclude>dist/target/**</exclude>
143+
<exclude>**/dist/target/**</exclude>
144144
</excludes>
145145
</configuration>
146146
</plugin>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
6262
<action dev="ggregory" type="add" due-to="Gary Gregory">Add FileSystemConfigBuilder.getCharset(FileSystemOptions, String, Charset).</action>
6363
<action dev="ggregory" type="add" due-to="Gary Gregory">Add FileObject.close(FileObject).</action>
6464
<!-- UPDATE -->
65-
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 90 #715, #721.</action>
65+
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 91 #715, #721.</action>
6666
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1.</action>
6767
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.mina:mina-core from 2.1.10 to 2.2.4.</action>
6868
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.5.1 #658, #667, #684, #690, #726.</action>

0 commit comments

Comments
 (0)