File tree 2 files changed +3
-3
lines changed
src/main/java/com/itextpdf/pdfcleanup/actions/data
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >9.2.0-SNAPSHOT </version >
8
+ <version >9.2.0</version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<artifactId >cleanup</artifactId >
13
- <version >5.0.2-SNAPSHOT </version >
13
+ <version >5.0.2</version >
14
14
15
15
<name >pdfSweep</name >
16
16
<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 {
31
31
public static final String PDF_SWEEP_PRODUCT_NAME = "pdfSweep" ;
32
32
public static final String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
33
33
34
- private static final String PDF_SWEEP_VERSION = "5.0.2-SNAPSHOT " ;
34
+ private static final String PDF_SWEEP_VERSION = "5.0.2" ;
35
35
private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
36
36
private static final int PDF_SWEEP_COPYRIGHT_TO = 2025 ;
37
37
You can’t perform that action at this time.
0 commit comments