File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/itextpdf/pdfcleanup/actions/data Expand file tree Collapse file tree 2 files changed +3
-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 >7.2.5-SNAPSHOT </version >
8+ <version >7.2.5</version >
99 <relativePath />
1010 </parent >
1111
1212 <artifactId >cleanup</artifactId >
13- <version >3.0.2-SNAPSHOT </version >
13+ <version >3.0.2</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 they
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class PdfSweepProductData {
5151 public static final String PDF_SWEEP_PRODUCT_NAME = "pdfSweep" ;
5252 public static final String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
5353
54- private static final String PDF_SWEEP_VERSION = "3.0.2-SNAPSHOT " ;
54+ private static final String PDF_SWEEP_VERSION = "3.0.2" ;
5555 private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
5656 private static final int PDF_SWEEP_COPYRIGHT_TO = 2023 ;
5757
You can’t perform that action at this time.
0 commit comments