Skip to content

Commit 4893727

Browse files
committed
Prepare POM files for release
RND-416
1 parent 44651ed commit 4893727

File tree

11 files changed

+1178
-1178
lines changed

11 files changed

+1178
-1178
lines changed

barcodes/pom.xml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
<?xml version="1.0"?>
1+
<?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-
<parent>
6-
<groupId>com.itextpdf</groupId>
7-
<artifactId>root</artifactId>
8-
<version>7.0.5-SNAPSHOT</version>
9-
</parent>
10-
11-
<artifactId>barcodes</artifactId>
12-
<name>iText 7 - barcodes</name>
13-
<url>http://itextpdf.com/</url>
3+
<modelVersion>4.0.0</modelVersion>
144

15-
<dependencies>
16-
<dependency>
17-
<groupId>com.itextpdf</groupId>
18-
<artifactId>pdftest</artifactId>
19-
<version>${project.version}</version>
20-
<scope>test</scope>
21-
</dependency>
22-
<dependency>
23-
<groupId>com.itextpdf</groupId>
24-
<artifactId>kernel</artifactId>
25-
<version>${project.version}</version>
26-
</dependency>
27-
</dependencies>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.0.5-SNAPSHOT</version>
9+
</parent>
2810

29-
<build>
30-
<plugins>
31-
<plugin>
32-
<groupId>org.apache.maven.plugins</groupId>
33-
<artifactId>maven-surefire-plugin</artifactId>
34-
<configuration>
35-
<groups>${unittests}</groups>
36-
</configuration>
37-
</plugin>
38-
<plugin>
39-
<groupId>org.apache.maven.plugins</groupId>
40-
<artifactId>maven-failsafe-plugin</artifactId>
41-
<configuration>
42-
<includes>
43-
<include>**/*Test.java</include>
44-
</includes>
45-
<groups>${integrationtests}</groups>
46-
</configuration>
47-
</plugin>
48-
</plugins>
49-
</build>
11+
<artifactId>barcodes</artifactId>
5012

13+
<name>iText 7 - barcodes</name>
14+
<url>http://itextpdf.com/</url>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.itextpdf</groupId>
19+
<artifactId>kernel</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.itextpdf</groupId>
24+
<artifactId>pdftest</artifactId>
25+
<version>${project.version}</version>
26+
<scope>test</scope>
27+
</dependency>
28+
</dependencies>
29+
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-surefire-plugin</artifactId>
35+
<configuration>
36+
<groups>${unittests}</groups>
37+
</configuration>
38+
</plugin>
39+
<plugin>
40+
<groupId>org.apache.maven.plugins</groupId>
41+
<artifactId>maven-failsafe-plugin</artifactId>
42+
<configuration>
43+
<includes>
44+
<include>**/*Test.java</include>
45+
</includes>
46+
<groups>${integrationtests}</groups>
47+
</configuration>
48+
</plugin>
49+
</plugins>
50+
</build>
5151
</project>

font-asian/pom.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
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>
3+
<modelVersion>4.0.0</modelVersion>
44

5-
<parent>
6-
<groupId>com.itextpdf</groupId>
7-
<artifactId>root</artifactId>
8-
<version>7.0.5-SNAPSHOT</version>
9-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.0.5-SNAPSHOT</version>
9+
</parent>
1010

11-
<artifactId>font-asian</artifactId>
12-
<name>iText 7 - Asian fonts</name>
13-
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
14-
<url>http://itextpdf.com/</url>
15-
<licenses>
16-
<license>
17-
<name>Various licenses (see individual files)</name>
18-
</license>
19-
</licenses>
11+
<artifactId>font-asian</artifactId>
2012

21-
<build>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.pitest</groupId>
25-
<artifactId>pitest-maven</artifactId>
26-
<version>${pitest.version}</version>
27-
<configuration>
28-
<skip>true</skip>
29-
</configuration>
30-
</plugin>
31-
<plugin>
32-
<groupId>org.apache.maven.plugins</groupId>
33-
<artifactId>maven-javadoc-plugin</artifactId>
34-
<version>${javadoc.version}</version>
35-
<configuration>
36-
<skip>true</skip>
37-
</configuration>
38-
</plugin>
39-
</plugins>
40-
</build>
13+
<name>iText 7 - Asian fonts</name>
14+
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
15+
<url>http://itextpdf.com/</url>
16+
<licenses>
17+
<license>
18+
<name>Various licenses (see individual files)</name>
19+
</license>
20+
</licenses>
4121

22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.pitest</groupId>
26+
<artifactId>pitest-maven</artifactId>
27+
<version>${pitest.version}</version>
28+
<configuration>
29+
<skip>true</skip>
30+
</configuration>
31+
</plugin>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-javadoc-plugin</artifactId>
35+
<version>${javadoc.version}</version>
36+
<configuration>
37+
<skip>true</skip>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
4242
</project>

forms/pom.xml

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
1-
<?xml version="1.0"?>
1+
<?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>
3+
<modelVersion>4.0.0</modelVersion>
44

5-
<parent>
6-
<groupId>com.itextpdf</groupId>
7-
<artifactId>root</artifactId>
8-
<version>7.0.5-SNAPSHOT</version>
9-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.0.5-SNAPSHOT</version>
9+
</parent>
1010

11-
<artifactId>forms</artifactId>
12-
<name>iText 7 - forms</name>
13-
<url>http://itextpdf.com/</url>
11+
<artifactId>forms</artifactId>
1412

15-
<dependencies>
16-
<dependency>
17-
<groupId>com.itextpdf</groupId>
18-
<artifactId>kernel</artifactId>
19-
<version>${project.version}</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>com.itextpdf</groupId>
23-
<artifactId>layout</artifactId>
24-
<version>${project.version}</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>com.itextpdf</groupId>
28-
<artifactId>pdftest</artifactId>
29-
<version>${project.version}</version>
30-
<scope>test</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.bouncycastle</groupId>
34-
<artifactId>bcprov-jdk15on</artifactId>
35-
<version>${bouncycastle.version}</version>
36-
<scope>test</scope>
37-
<optional>true</optional>
38-
</dependency>
39-
<dependency>
40-
<groupId>org.bouncycastle</groupId>
41-
<artifactId>bcpkix-jdk15on</artifactId>
42-
<version>${bouncycastle.version}</version>
43-
<scope>test</scope>
44-
<optional>true</optional>
45-
</dependency>
13+
<name>iText 7 - forms</name>
14+
<url>http://itextpdf.com/</url>
4615

47-
</dependencies>
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.itextpdf</groupId>
19+
<artifactId>kernel</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.itextpdf</groupId>
24+
<artifactId>layout</artifactId>
25+
<version>${project.version}</version>
26+
</dependency>
27+
<dependency>
28+
<groupId>com.itextpdf</groupId>
29+
<artifactId>pdftest</artifactId>
30+
<version>${project.version}</version>
31+
<scope>test</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.bouncycastle</groupId>
35+
<artifactId>bcprov-jdk15on</artifactId>
36+
<version>${bouncycastle.version}</version>
37+
<scope>test</scope>
38+
<optional>true</optional>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.bouncycastle</groupId>
42+
<artifactId>bcpkix-jdk15on</artifactId>
43+
<version>${bouncycastle.version}</version>
44+
<scope>test</scope>
45+
<optional>true</optional>
46+
</dependency>
4847

49-
<build>
50-
<plugins>
51-
<plugin>
52-
<groupId>org.apache.maven.plugins</groupId>
53-
<artifactId>maven-surefire-plugin</artifactId>
54-
<configuration>
55-
<groups>${unittests}</groups>
56-
</configuration>
57-
</plugin>
58-
<plugin>
59-
<groupId>org.apache.maven.plugins</groupId>
60-
<artifactId>maven-failsafe-plugin</artifactId>
61-
<configuration>
62-
<includes>
63-
<include>**/*Test.java</include>
64-
</includes>
65-
<groups>${integrationtests}</groups>
66-
</configuration>
67-
</plugin>
68-
</plugins>
69-
</build>
48+
</dependencies>
7049

50+
<build>
51+
<plugins>
52+
<plugin>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-surefire-plugin</artifactId>
55+
<configuration>
56+
<groups>${unittests}</groups>
57+
</configuration>
58+
</plugin>
59+
<plugin>
60+
<groupId>org.apache.maven.plugins</groupId>
61+
<artifactId>maven-failsafe-plugin</artifactId>
62+
<configuration>
63+
<includes>
64+
<include>**/*Test.java</include>
65+
</includes>
66+
<groups>${integrationtests}</groups>
67+
</configuration>
68+
</plugin>
69+
</plugins>
70+
</build>
7171
</project>

hyph/pom.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
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>
3+
<modelVersion>4.0.0</modelVersion>
44

5-
<parent>
6-
<groupId>com.itextpdf</groupId>
7-
<artifactId>root</artifactId>
8-
<version>7.0.5-SNAPSHOT</version>
9-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.0.5-SNAPSHOT</version>
9+
</parent>
1010

11-
<artifactId>hyph</artifactId>
12-
<name>iText 7 - hyph</name>
13-
<description>XML files that can be used for hyphenation</description>
14-
<url>http://itextpdf.com/</url>
15-
<licenses>
16-
<license>
17-
<name>Various licenses (see individual files)</name>
18-
</license>
19-
</licenses>
11+
<artifactId>hyph</artifactId>
2012

21-
<build>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.pitest</groupId>
25-
<artifactId>pitest-maven</artifactId>
26-
<version>${pitest.version}</version>
27-
<configuration>
28-
<skip>true</skip>
29-
</configuration>
30-
</plugin>
31-
<plugin>
32-
<groupId>org.apache.maven.plugins</groupId>
33-
<artifactId>maven-javadoc-plugin</artifactId>
34-
<version>${javadoc.version}</version>
35-
<configuration>
36-
<skip>true</skip>
37-
</configuration>
38-
</plugin>
39-
</plugins>
40-
</build>
13+
<name>iText 7 - hyph</name>
14+
<description>XML files that can be used for hyphenation</description>
15+
<url>http://itextpdf.com/</url>
16+
<licenses>
17+
<license>
18+
<name>Various licenses (see individual files)</name>
19+
</license>
20+
</licenses>
4121

22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.pitest</groupId>
26+
<artifactId>pitest-maven</artifactId>
27+
<version>${pitest.version}</version>
28+
<configuration>
29+
<skip>true</skip>
30+
</configuration>
31+
</plugin>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-javadoc-plugin</artifactId>
35+
<version>${javadoc.version}</version>
36+
<configuration>
37+
<skip>true</skip>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
4242
</project>

0 commit comments

Comments
 (0)