Skip to content

Commit 55a45d5

Browse files
committed
[RELEASE] pdfOCR 4.0.0
1 parent 395badf commit 55a45d5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pdfocr-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>pdfocr-root</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>pdfocr-api</artifactId>

pdfocr-tesseract4/pom.xml

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

1111
<artifactId>pdfocr-tesseract4</artifactId>
@@ -77,4 +77,4 @@
7777
<scope>test</scope>
7878
</dependency>
7979
</dependencies>
80-
</project>
80+
</project>

pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4/actions/data/PdfOcrTesseract4ProductData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This file is part of the iText (R) project.
3030
public class PdfOcrTesseract4ProductData {
3131
private static final String PDF_OCR_TESSERACT4_PRODUCT_NAME = "pdfOcr-tesseract4";
3232
private static final String PDF_OCR_TESSERACT4_PUBLIC_PRODUCT_NAME = "pdfOCR-Tesseract4";
33-
private static final String PDF_OCR_VERSION = "4.0.0-SNAPSHOT";
33+
private static final String PDF_OCR_VERSION = "4.0.0";
3434
private static final int PDF_OCR_COPYRIGHT_SINCE = 2000;
3535
private static final int PDF_OCR_COPYRIGHT_TO = 2024;
3636

pom.xml

Lines changed: 3 additions & 3 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.0.0-SNAPSHOT</version>
8+
<version>9.0.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>pdfocr-root</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>pdfOCR</name>
@@ -22,7 +22,7 @@
2222
</modules>
2323

2424
<properties>
25-
<itext.version>9.0.0-SNAPSHOT</itext.version>
25+
<itext.version>9.0.0</itext.version>
2626
<java.version>1.8</java.version>
2727
<jdkLevel>${java.version}</jdkLevel>
2828
<maven.compiler.source>${java.version}</maven.compiler.source>

0 commit comments

Comments
 (0)