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 >7.2.3-SNAPSHOT </version >
8
+ <version >7.2.3</version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<artifactId >cleanup</artifactId >
13
- <version >3.0.1-SNAPSHOT </version >
13
+ <version >3.0.1</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 they
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class PdfSweepProductData {
51
51
public static final String PDF_SWEEP_PRODUCT_NAME = "pdfSweep" ;
52
52
public static final String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
53
53
54
- private static final String PDF_SWEEP_VERSION = "3.0.1-SNAPSHOT " ;
54
+ private static final String PDF_SWEEP_VERSION = "3.0.1" ;
55
55
private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
56
56
private static final int PDF_SWEEP_COPYRIGHT_TO = 2022 ;
57
57
You can’t perform that action at this time.
0 commit comments