Skip to content

Commit

Permalink
[RELEASE] 7.1.8-SNAPSHOT -> 7.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Aug 29, 2019
1 parent bbf985a commit d068ec3
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion barcodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>barcodes</artifactId>
<name>iText 7 - barcodes</name>
Expand Down
2 changes: 1 addition & 1 deletion font-asian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>font-asian</artifactId>
<name>iText 7 - Asian fonts</name>
Expand Down
2 changes: 1 addition & 1 deletion forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>forms</artifactId>
<name>iText 7 - forms</name>
Expand Down
2 changes: 1 addition & 1 deletion hyph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>hyph</artifactId>
<name>iText 7 - hyph</name>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>io</artifactId>
<name>iText 7 - io</name>
Expand Down
2 changes: 1 addition & 1 deletion itextcore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
<packaging>pom</packaging>
<name>iText 7 Core</name>
<description>A Free Java-PDF library</description>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>kernel</artifactId>
<name>iText 7 - kernel</name>
Expand Down
2 changes: 1 addition & 1 deletion kernel/src/main/java/com/itextpdf/kernel/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public final class Version {
* This String contains the version number of this iText release.
* For debugging purposes, we request you NOT to change this constant.
*/
private static final String release = "7.1.8-SNAPSHOT";
private static final String release = "7.1.8";
/**
* This String contains the iText version as shown in the producer line.
* iText is a product developed by iText Group NV.
Expand Down
2 changes: 1 addition & 1 deletion layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>layout</artifactId>
<name>iText 7 - layout</name>
Expand Down
2 changes: 1 addition & 1 deletion pdfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>pdfa</artifactId>
<name>iText 7 - pdfa</name>
Expand Down
2 changes: 1 addition & 1 deletion pdftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>pdftest</artifactId>
<name>iText 7 - pdftest</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
<packaging>pom</packaging>
<name>iText 7</name>
<description>A Free Java-PDF library</description>
Expand Down Expand Up @@ -77,7 +77,7 @@
<findsecbugs.version>1.8.0</findsecbugs.version>
<hsqldb.version>2.3.3</hsqldb.version>
<integrationtests>com.itextpdf.test.annotations.type.IntegrationTest</integrationtests>
<itext.legacy.version>5.5.8</itext.legacy.version>
<itext.legacy.version>5.5.13.1</itext.legacy.version>
<jacoco.version>0.8.4</jacoco.version>
<java.version>1.7</java.version>
<javadoc-additionalOptions/>
Expand Down
2 changes: 1 addition & 1 deletion sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>sign</artifactId>
<name>iText 7 - sign</name>
Expand Down
2 changes: 1 addition & 1 deletion styled-xml-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>styled-xml-parser</artifactId>
<name>iText 7 - Styled XML Parser</name>
Expand Down
2 changes: 1 addition & 1 deletion svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.8-SNAPSHOT</version>
<version>7.1.8</version>
</parent>
<artifactId>svg</artifactId>
<name>iText 7 - SVG</name>
Expand Down

0 comments on commit d068ec3

Please sign in to comment.