File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
kernel/src/main/java/com/itextpdf/kernel Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public final class Version {
72
72
* This String contains the version number of this iText release.
73
73
* For debugging purposes, we request you NOT to change this constant.
74
74
*/
75
- private static String release = "7.0.1-SNAPSHOT " ;
75
+ private static String release = "7.0.1" ;
76
76
/**
77
77
* This String contains the iText version as shown in the producer line.
78
78
* iText is a product developed by iText Group NV.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >com.itextpdf</groupId >
You can’t perform that action at this time.
0 commit comments