aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-10-21 12:16:06 -0400
committerGary Gregory <garydgregory@gmail.com>2023-10-21 12:16:06 -0400
commitbf638cebd513cc27ac4b5ff734d2e54dabfcd4f5 (patch)
treec9ce6fa2f493c60925934b72d2f8510f0c37ed8b
parentb993f6a62eb51dc4041184bef3cd0edf9e54df64 (diff)
downloadapache-commons-io-bf638cebd513cc27ac4b5ff734d2e54dabfcd4f5.tar.gz
Prepare release candidate
-rw-r--r--pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index dd19e7f9..bad8c9ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.15.0-SNAPSHOT</version>
+ <version>2.15.0</version>
<name>Apache Commons IO</name>
<inceptionYear>2002</inceptionYear>
@@ -464,7 +464,7 @@ file comparators, endian transformation classes, and much more.
<exclude>org.apache.commons.io.StreamIterator</exclude>
</excludes>
</parameter>
- </configuration>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -494,7 +494,15 @@ file comparators, endian transformation classes, and much more.
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- </plugin>
+ <configuration>
+ <parameter>
+ <excludes>
+ <!-- False positive: https://github.com/siom79/japicmp/issues/365 -->
+ <exclude>org.apache.commons.io.StreamIterator</exclude>
+ </excludes>
+ </parameter>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
<profiles>