Skip to content

Commit 3800aca

Browse files
committed
[RELEASE] 7.0.8-SNAPSHOT -> 7.0.8
1 parent 60c1e55 commit 3800aca

File tree

13 files changed

+123
-196
lines changed

13 files changed

+123
-196
lines changed

barcodes/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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.0.8-SNAPSHOT</version>
7+
<version>7.0.8</version>
98
</parent>
10-
119
<artifactId>barcodes</artifactId>
12-
1310
<name>iText 7 - barcodes</name>
1411
<url>http://itextpdf.com/</url>
15-
1612
<dependencies>
1713
<dependency>
1814
<groupId>com.itextpdf</groupId>
@@ -26,7 +22,6 @@
2622
<scope>test</scope>
2723
</dependency>
2824
</dependencies>
29-
3025
<build>
3126
<plugins>
3227
<plugin>

font-asian/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
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.0.8-SNAPSHOT</version>
7+
<version>7.0.8</version>
98
</parent>
10-
119
<artifactId>font-asian</artifactId>
12-
1310
<name>iText 7 - Asian fonts</name>
1411
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
1512
<url>http://itextpdf.com/</url>
@@ -18,7 +15,6 @@
1815
<name>Various licenses (see individual files)</name>
1916
</license>
2017
</licenses>
21-
2218
<build>
2319
<plugins>
2420
<plugin>

forms/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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.0.8-SNAPSHOT</version>
7+
<version>7.0.8</version>
98
</parent>
10-
119
<artifactId>forms</artifactId>
12-
1310
<name>iText 7 - forms</name>
1411
<url>http://itextpdf.com/</url>
15-
1612
<dependencies>
1713
<dependency>
1814
<groupId>com.itextpdf</groupId>
@@ -44,9 +40,7 @@
4440
<scope>test</scope>
4541
<optional>true</optional>
4642
</dependency>
47-
4843
</dependencies>
49-
5044
<build>
5145
<plugins>
5246
<plugin>

hyph/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
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.0.8-SNAPSHOT</version>
7+
<version>7.0.8</version>
98
</parent>
10-
119
<artifactId>hyph</artifactId>
12-
1310
<name>iText 7 - hyph</name>
1411
<description>XML files that can be used for hyphenation</description>
1512
<url>http://itextpdf.com/</url>
@@ -18,7 +15,6 @@
1815
<name>Various licenses (see individual files)</name>
1916
</license>
2017
</licenses>
21-
2218
<build>
2319
<plugins>
2420
<plugin>

io/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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.0.8-SNAPSHOT</version>
7+
<version>7.0.8</version>
98
</parent>
10-
119
<artifactId>io</artifactId>
12-
1310
<name>iText 7 - io</name>
1411
<url>http://itextpdf.com/</url>
15-
1612
<dependencies>
1713
<dependency>
1814
<groupId>com.itextpdf</groupId>
@@ -21,7 +17,6 @@
2117
<scope>test</scope>
2218
</dependency>
2319
</dependencies>
24-
2520
<build>
2621
<resources>
2722
<resource>

itextcore/pom.xml

Lines changed: 111 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,115 @@
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">
3-
<modelVersion>4.0.0</modelVersion>
4-
5-
<groupId>com.itextpdf</groupId>
6-
<artifactId>itext7-core</artifactId>
7-
<version>7.0.8-SNAPSHOT</version>
8-
<packaging>pom</packaging>
9-
10-
<name>iText 7 Core</name>
11-
<description>A Free Java-PDF library</description>
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.itextpdf</groupId>
5+
<artifactId>itext7-core</artifactId>
6+
<version>7.0.8</version>
7+
<packaging>pom</packaging>
8+
<name>iText 7 Core</name>
9+
<description>A Free Java-PDF library</description>
10+
<url>http://itextpdf.com/</url>
11+
<inceptionYear>1998</inceptionYear>
12+
<organization>
13+
<name>iText Group NV</name>
1214
<url>http://itextpdf.com/</url>
13-
<inceptionYear>1998</inceptionYear>
14-
15-
<organization>
16-
<name>iText Group NV</name>
17-
<url>http://itextpdf.com/</url>
18-
</organization>
19-
20-
<licenses>
21-
<license>
22-
<name>GNU Affero General Public License v3</name>
23-
<url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url>
24-
</license>
25-
</licenses>
26-
27-
<developers>
28-
<developer>
29-
<id>itext</id>
30-
<name>iText Software</name>
31-
<email>[email protected]</email>
32-
<url>http://www.itextpdf.com</url>
33-
</developer>
34-
</developers>
35-
36-
<mailingLists>
37-
<mailingList>
38-
<name>iText on StackOverflow</name>
39-
<subscribe>http://stackoverflow.com/questions/tagged/itext7</subscribe>
40-
<archive>http://stackoverflow.com/questions/tagged/itext7</archive>
41-
<otherArchives>
42-
<otherArchive>http://news.gmane.org/gmane.comp.java.lib.itext.general</otherArchive>
43-
<otherArchive>http://itext-general.2136553.n4.nabble.com/</otherArchive>
44-
<otherArchive>http://www.junlu.com/2.html</otherArchive>
45-
<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
46-
<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
47-
</otherArchives>
48-
</mailingList>
49-
</mailingLists>
50-
51-
<scm>
52-
<connection>ssh://[email protected]:7999/i7j/itextcore.git</connection>
53-
<url>ssh://[email protected]:7999/i7j/itextcore.git</url>
54-
</scm>
55-
56-
<issueManagement>
57-
<system>jira</system>
58-
<url>https://jira.itextsupport.com/</url>
59-
</issueManagement>
60-
61-
<ciManagement>
62-
<system>jenkins-ci</system>
63-
<url>http://ci.itextsupport.com/</url>
64-
</ciManagement>
65-
66-
<dependencies>
67-
<dependency>
68-
<groupId>com.itextpdf</groupId>
69-
<artifactId>barcodes</artifactId>
70-
<version>${project.version}</version>
71-
</dependency>
72-
<dependency>
73-
<groupId>com.itextpdf</groupId>
74-
<artifactId>font-asian</artifactId>
75-
<version>${project.version}</version>
76-
</dependency>
77-
<dependency>
78-
<groupId>com.itextpdf</groupId>
79-
<artifactId>forms</artifactId>
80-
<version>${project.version}</version>
81-
</dependency>
82-
<dependency>
83-
<groupId>com.itextpdf</groupId>
84-
<artifactId>hyph</artifactId>
85-
<version>${project.version}</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>com.itextpdf</groupId>
89-
<artifactId>io</artifactId>
90-
<version>${project.version}</version>
91-
</dependency>
92-
<dependency>
93-
<groupId>com.itextpdf</groupId>
94-
<artifactId>kernel</artifactId>
95-
<version>${project.version}</version>
96-
</dependency>
97-
<dependency>
98-
<groupId>com.itextpdf</groupId>
99-
<artifactId>layout</artifactId>
100-
<version>${project.version}</version>
101-
</dependency>
102-
<dependency>
103-
<groupId>com.itextpdf</groupId>
104-
<artifactId>pdfa</artifactId>
105-
<version>${project.version}</version>
106-
</dependency>
107-
<dependency>
108-
<groupId>com.itextpdf</groupId>
109-
<artifactId>sign</artifactId>
110-
<version>${project.version}</version>
111-
</dependency>
112-
</dependencies>
113-
114-
<build>
115-
<plugins>
116-
<plugin>
117-
<groupId>org.revapi</groupId>
118-
<artifactId>revapi-maven-plugin</artifactId>
119-
<version>0.8.2</version>
120-
<configuration>
121-
<skip>true</skip>
122-
</configuration>
123-
</plugin>
124-
</plugins>
125-
</build>
126-
15+
</organization>
16+
<licenses>
17+
<license>
18+
<name>GNU Affero General Public License v3</name>
19+
<url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url>
20+
</license>
21+
</licenses>
22+
<developers>
23+
<developer>
24+
<id>itext</id>
25+
<name>iText Software</name>
26+
<email>[email protected]</email>
27+
<url>http://www.itextpdf.com</url>
28+
</developer>
29+
</developers>
30+
<mailingLists>
31+
<mailingList>
32+
<name>iText on StackOverflow</name>
33+
<subscribe>http://stackoverflow.com/questions/tagged/itext7</subscribe>
34+
<archive>http://stackoverflow.com/questions/tagged/itext7</archive>
35+
<otherArchives>
36+
<otherArchive>http://news.gmane.org/gmane.comp.java.lib.itext.general</otherArchive>
37+
<otherArchive>http://itext-general.2136553.n4.nabble.com/</otherArchive>
38+
<otherArchive>http://www.junlu.com/2.html</otherArchive>
39+
<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
40+
<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
41+
</otherArchives>
42+
</mailingList>
43+
</mailingLists>
44+
<scm>
45+
<connection>ssh://[email protected]:7999/i7j/itextcore.git</connection>
46+
<url>ssh://[email protected]:7999/i7j/itextcore.git</url>
47+
</scm>
48+
<issueManagement>
49+
<system>jira</system>
50+
<url>https://jira.itextsupport.com/</url>
51+
</issueManagement>
52+
<ciManagement>
53+
<system>jenkins-ci</system>
54+
<url>http://ci.itextsupport.com/</url>
55+
</ciManagement>
56+
<dependencies>
57+
<dependency>
58+
<groupId>com.itextpdf</groupId>
59+
<artifactId>barcodes</artifactId>
60+
<version>${project.version}</version>
61+
</dependency>
62+
<dependency>
63+
<groupId>com.itextpdf</groupId>
64+
<artifactId>font-asian</artifactId>
65+
<version>${project.version}</version>
66+
</dependency>
67+
<dependency>
68+
<groupId>com.itextpdf</groupId>
69+
<artifactId>forms</artifactId>
70+
<version>${project.version}</version>
71+
</dependency>
72+
<dependency>
73+
<groupId>com.itextpdf</groupId>
74+
<artifactId>hyph</artifactId>
75+
<version>${project.version}</version>
76+
</dependency>
77+
<dependency>
78+
<groupId>com.itextpdf</groupId>
79+
<artifactId>io</artifactId>
80+
<version>${project.version}</version>
81+
</dependency>
82+
<dependency>
83+
<groupId>com.itextpdf</groupId>
84+
<artifactId>kernel</artifactId>
85+
<version>${project.version}</version>
86+
</dependency>
87+
<dependency>
88+
<groupId>com.itextpdf</groupId>
89+
<artifactId>layout</artifactId>
90+
<version>${project.version}</version>
91+
</dependency>
92+
<dependency>
93+
<groupId>com.itextpdf</groupId>
94+
<artifactId>pdfa</artifactId>
95+
<version>${project.version}</version>
96+
</dependency>
97+
<dependency>
98+
<groupId>com.itextpdf</groupId>
99+
<artifactId>sign</artifactId>
100+
<version>${project.version}</version>
101+
</dependency>
102+
</dependencies>
103+
<build>
104+
<plugins>
105+
<plugin>
106+
<groupId>org.revapi</groupId>
107+
<artifactId>revapi-maven-plugin</artifactId>
108+
<version>0.8.2</version>
109+
<configuration>
110+
<skip>true</skip>
111+
</configuration>
112+
</plugin>
113+
</plugins>
114+
</build>
127115
</project>

0 commit comments

Comments
 (0)