File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
main/java/com/itextpdf/pdfcleanup/actions/data
sharpenconfig/java/com/itextpdf/pdfcleanup Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.itextpdf</groupId >
77 <artifactId >root</artifactId >
8- <version >9.2 .0</version >
8+ <version >9.3 .0</version >
99 <relativePath />
1010 </parent >
1111
1212 <artifactId >cleanup</artifactId >
13- <version >5.0.2 </version >
13+ <version >5.0.3 </version >
1414
1515 <name >pdfSweep</name >
1616 <description >Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class PdfSweepProductData {
3131 public static final String PDF_SWEEP_PRODUCT_NAME = "pdfSweep" ;
3232 public static final String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
3333
34- private static final String PDF_SWEEP_VERSION = "5.0.2 " ;
34+ private static final String PDF_SWEEP_VERSION = "5.0.3 " ;
3535 private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
3636 private static final int PDF_SWEEP_COPYRIGHT_TO = 2025 ;
3737
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ public void applyMappingConfiguration(MappingConfigurator configurator) {
6868 configurator .mapNamespace ("pdfcleanup" , "PdfCleanup" );
6969 }
7070
71+ @ Override
72+ public void setConfigModuleSettings (ModulesConfigurator modulesConfigurator ) {
73+
74+ }
75+
7176 @ Override
7277 public void applySharpenOptions (OptionsConfigurator configurator ) {
7378
You can’t perform that action at this time.
0 commit comments