Skip to content

Commit beca639

Browse files
committed
[RELEASE] pdfSweep 5.0.2
1 parent 2e2f54d commit beca639

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.2.0-SNAPSHOT</version>
8+
<version>9.2.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>cleanup</artifactId>
13-
<version>5.0.2-SNAPSHOT</version>
13+
<version>5.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

src/main/java/com/itextpdf/pdfcleanup/actions/data/PdfSweepProductData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-SNAPSHOT";
34+
private static final String PDF_SWEEP_VERSION = "5.0.2";
3535
private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000;
3636
private static final int PDF_SWEEP_COPYRIGHT_TO = 2025;
3737

0 commit comments

Comments
 (0)