Skip to content

Commit

Permalink
[RELEASE] pdfOCR 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Jun 17, 2021
1 parent 6a8d6be commit c438260
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>1.0.3-SNAPSHOT</version>
<version>1.0.3</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>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>pdfocr-tesseract4</artifactId>
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>7.1.16-SNAPSHOT</version>
<version>7.1.16</version>
<relativePath />
</parent>

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

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

<properties>
<itext.version>7.1.16-SNAPSHOT</itext.version>
<itext.version>7.1.16</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 c438260

Please sign in to comment.