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 >9.0.0-SNAPSHOT </version >
8+ <version >9.0.0</version >
99 <relativePath />
1010 </parent >
1111
1212 <artifactId >cleanup</artifactId >
13- <version >5.0.0-SNAPSHOT </version >
13+ <version >5.0.0</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 @@ -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.0-SNAPSHOT " ;
34+ private static final String PDF_SWEEP_VERSION = "5.0.0" ;
3535 private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
3636 private static final int PDF_SWEEP_COPYRIGHT_TO = 2024 ;
3737
You can’t perform that action at this time.
0 commit comments