Skip to content

Commit

Permalink
[RELEASE] pdfSweep 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Sep 29, 2021
1 parent a399ee9 commit dd3be29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<relativePath />
</parent>

<artifactId>cleanup</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>pdfSweep</name>
<description>Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but they
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class PdfSweepProductData {
public static final String PDF_SWEEP_PRODUCT_NAME = "pdfSweep";
public static final String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME;

private static final String PDF_SWEEP_VERSION = "3.0.0-SNAPSHOT";
private static final String PDF_SWEEP_VERSION = "3.0.0";
private static final int PDF_SWEEP_COPYRIGHT_SINCE = 2000;
private static final int PDF_SWEEP_COPYRIGHT_TO = 2021;

Expand Down

0 comments on commit dd3be29

Please sign in to comment.