Skip to content

Commit c438260

Browse files
committed
[RELEASE] pdfOCR 1.0.3
1 parent 6a8d6be commit c438260

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
</parent>
1010

1111
<artifactId>pdfocr-api</artifactId>

pdfocr-tesseract4/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>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
</parent>
1010

1111
<artifactId>pdfocr-tesseract4</artifactId>

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

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

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

2424
<properties>
25-
<itext.version>7.1.16-SNAPSHOT</itext.version>
25+
<itext.version>7.1.16</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)