File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
4-
54 <parent >
65 <groupId >com.itextpdf</groupId >
76 <artifactId >root</artifactId >
8- <version >7.1.3-SNAPSHOT </version >
9- <relativePath />
7+ <version >7.1.3</version >
8+ <relativePath />
109 </parent >
11-
1210 <artifactId >cleanup</artifactId >
13- <version >2.0.2-SNAPSHOT</version >
14-
11+ <version >2.0.2</version >
1512 <name >pdfSweep</name >
1613 <url >http://itextpdf.com/</url >
17-
1814 <properties >
1915 <itext .version>${project.parent.version} </itext .version>
2016 </properties >
21-
2217 <repositories >
2318 <repository >
2419 <releases >
3227 <url >https://repository.apache.org/content/repositories/snapshots/</url >
3328 </repository >
3429 </repositories >
35-
3630 <dependencies >
3731 <dependency >
3832 <groupId >com.itextpdf</groupId >
6155 <scope >test</scope >
6256 </dependency >
6357 </dependencies >
64-
6558 <build >
6659 <plugins >
6760 <plugin >
You can’t perform that action at this time.
0 commit comments