Skip to content

Commit 738001a

Browse files
committed
[RELEASE] 7.0.1-SNAPSHOT -> 7.0.1
1 parent 14f9149 commit 738001a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

kernel/src/main/java/com/itextpdf/kernel/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public final class Version {
7272
* This String contains the version number of this iText release.
7373
* For debugging purposes, we request you NOT to change this constant.
7474
*/
75-
private static String release = "7.0.1-SNAPSHOT";
75+
private static String release = "7.0.1";
7676
/**
7777
* This String contains the iText version as shown in the producer line.
7878
* iText is a product developed by iText Group NV.

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.itextpdf</groupId>

0 commit comments

Comments
 (0)