Skip to content

Commit bc5779f

Browse files
committed
[RELEASE] 2.0.2-SNAPSHOT -> 2.0.2
1 parent 15e5ffe commit bc5779f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
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>
@@ -32,7 +27,6 @@
3227
<url>https://repository.apache.org/content/repositories/snapshots/</url>
3328
</repository>
3429
</repositories>
35-
3630
<dependencies>
3731
<dependency>
3832
<groupId>com.itextpdf</groupId>
@@ -61,7 +55,6 @@
6155
<scope>test</scope>
6256
</dependency>
6357
</dependencies>
64-
6558
<build>
6659
<plugins>
6760
<plugin>

0 commit comments

Comments
 (0)