Skip to content

Commit 8ca1792

Browse files
committed
[RELEASE] pdfSweep 3.0.1
1 parent 4866b2e commit 8ca1792

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>7.2.3-SNAPSHOT</version>
8+
<version>7.2.3</version>
99
<relativePath />
1010
</parent>
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1-SNAPSHOT";
54+
private static final String PDF_SWEEP_VERSION = "3.0.1";
5555
private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000;
5656
private static final int PDF_SWEEP_COPYRIGHT_TO = 2022;
5757

0 commit comments

Comments
 (0)