Skip to content

Commit d34beae

Browse files
committed
Change to have the creation of the changelog (via 'mvn site') to use a property.
Add reminder comment regarding exclusion for commons-io library.
1 parent 8d8bcfd commit d34beae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,10 @@
251251
<version>1.6.7</version>
252252
<exclusions>
253253
<!-- excluded because version imported by AntiSamy Requires Java 8. We import
254-
the last Java 7 versions of these ourselves. -->
254+
the last Java 7 versions of these ourselves. Remove the suppression of
255+
CVE-2021-29425 from the 'suppressions.xml' file once we move to Java 8 as
256+
the minimal JDK and start using the latest commons-io file.
257+
-->
255258
<exclusion>
256259
<groupId>commons-io</groupId>
257260
<artifactId>commons-io</artifactId>
@@ -788,7 +791,7 @@
788791
<dates>
789792
<!-- TODO: Be sure to update. Should be date of previous official release -->
790793
<!-- Exact date should be in previous release notes file under 'documentation/' directory. -->
791-
<date>2021-05-07 00:00:00</date>
794+
<date>${date.prev_release}</date>
792795
</dates>
793796
</configuration>
794797
</plugin>

0 commit comments

Comments
 (0)