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