Skip to content

Commit

Permalink
[RELEASE] pdfOCR 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Apr 26, 2023
1 parent d025678 commit d7b1209
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pdfocr-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>pdfocr-root</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>pdfocr-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdfocr-tesseract4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>pdfocr-root</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>pdfocr-tesseract4</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
public class PdfOcrTesseract4ProductData {
private static final String PDF_OCR_TESSERACT4_PRODUCT_NAME = "pdfOcr-tesseract4";
private static final String PDF_OCR_TESSERACT4_PUBLIC_PRODUCT_NAME = "pdfOCR-Tesseract4";
private static final String PDF_OCR_VERSION = "3.0.0-SNAPSHOT";
private static final String PDF_OCR_VERSION = "3.0.0";
private static final int PDF_OCR_COPYRIGHT_SINCE = 2000;
private static final int PDF_OCR_COPYRIGHT_TO = 2023;

Expand Down
6 changes: 3 additions & 3 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>8.0.0-SNAPSHOT</version>
<version>8.0.0</version>
<relativePath />
</parent>

<artifactId>pdfocr-root</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<name>pdfOCR</name>
Expand All @@ -22,7 +22,7 @@
</modules>

<properties>
<itext.version>8.0.0-SNAPSHOT</itext.version>
<itext.version>8.0.0</itext.version>
<java.version>1.8</java.version>
<jdkLevel>${java.version}</jdkLevel>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit d7b1209

Please sign in to comment.