File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed
src/main/java/com/itextpdf/commons/actions/data
src/main/java/com/itextpdf/kernel/actions/data Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >barcodes</artifactId >
1010 <name >iText 7 - barcodes</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >commons</artifactId >
1010 <name >iText 7 - commons</name >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This file is part of the iText (R) project.
2828public final class CommonsProductData {
2929 static final String COMMONS_PUBLIC_PRODUCT_NAME = "Commons" ;
3030 static final String COMMONS_PRODUCT_NAME = "commons" ;
31- static final String COMMONS_VERSION = "7.2.5-SNAPSHOT " ;
31+ static final String COMMONS_VERSION = "7.2.5" ;
3232 static final int COMMONS_COPYRIGHT_SINCE = 2000 ;
3333 static final int COMMONS_COPYRIGHT_TO = 2023 ;
3434
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >font-asian</artifactId >
1010 <name >iText 7 - Asian fonts</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >forms</artifactId >
1010 <name >iText 7 - forms</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >hyph</artifactId >
1010 <name >iText 7 - hyph</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >io</artifactId >
1010 <name >iText 7 - io</name >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.itextpdf</groupId >
55 <artifactId >itext7-core</artifactId >
6- <version >7.2.5-SNAPSHOT </version >
6+ <version >7.2.5</version >
77 <packaging >pom</packaging >
88 <name >iText 7 Core</name >
99 <description >A Free Java-PDF library</description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.itextpdf</groupId >
66 <artifactId >root</artifactId >
7- <version >7.2.5-SNAPSHOT </version >
7+ <version >7.2.5</version >
88 </parent >
99 <artifactId >kernel</artifactId >
1010 <name >iText 7 - kernel</name >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
3030 */
3131public final class ITextCoreProductData {
3232 private static final String CORE_PUBLIC_PRODUCT_NAME = "Core" ;
33- private static final String CORE_VERSION = "7.2.5-SNAPSHOT " ;
33+ private static final String CORE_VERSION = "7.2.5" ;
3434 private static final int CORE_COPYRIGHT_SINCE = 2000 ;
3535 private static final int CORE_COPYRIGHT_TO = 2023 ;
3636
You can’t perform that action at this time.
0 commit comments