Skip to content

Commit af9e26d

Browse files
author
Eugene Bochilo
committed
Change module name to itext-core and create relocation pom file for old artifact
DEVSIX-7632
1 parent 402f697 commit af9e26d

File tree

3 files changed

+50
-13
lines changed

3 files changed

+50
-13
lines changed

itext7core/pom.xml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<project>
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.itextpdf</groupId>
4+
<artifactId>itext7-core</artifactId>
5+
<version>8.0.1-SNAPSHOT</version>
6+
<packaging>pom</packaging>
7+
<name>iText 7 Core</name>
8+
<description>A Free Java-PDF library</description>
9+
<url>https://itextpdf.com/</url>
10+
<inceptionYear>1998</inceptionYear>
11+
<organization>
12+
<name>Apryse Group NV</name>
13+
<url>https://itextpdf.com/</url>
14+
</organization>
15+
<licenses>
16+
<license>
17+
<name>GNU Affero General Public License v3</name>
18+
<url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url>
19+
</license>
20+
</licenses>
21+
<developers>
22+
<developer>
23+
<id>itext</id>
24+
<name>iText Software</name>
25+
<email>[email protected]</email>
26+
<url>https://www.itextpdf.com</url>
27+
</developer>
28+
</developers>
29+
<mailingLists>
30+
<mailingList>
31+
<name>iText on StackOverflow</name>
32+
<subscribe>https://stackoverflow.com/questions/tagged/itext</subscribe>
33+
<archive>https://stackoverflow.com/questions/tagged/itext</archive>
34+
<otherArchives>
35+
<otherArchive>http://news.gmane.org/gmane.comp.java.lib.itext.general</otherArchive>
36+
<otherArchive>http://itext-general.2136553.n4.nabble.com/</otherArchive>
37+
<otherArchive>http://www.junlu.com/2.html</otherArchive>
38+
<otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
39+
<otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
40+
</otherArchives>
41+
</mailingList>
42+
</mailingLists>
43+
<distributionManagement>
44+
<relocation>
45+
<artifactId>itext-core</artifactId>
46+
</relocation>
47+
</distributionManagement>
48+
</project>

itextcore/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
44
<groupId>com.itextpdf</groupId>
5-
<artifactId>itext7-core</artifactId>
5+
<artifactId>itext-core</artifactId>
66
<version>8.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>iText Core</name>
@@ -41,18 +41,6 @@
4141
</otherArchives>
4242
</mailingList>
4343
</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>https://jenkins.itextsupport.com/</url>
55-
</ciManagement>
5644
<repositories>
5745
<repository>
5846
<releases>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<module>hyph</module>
5050
<module>io</module>
5151
<module>itextcore</module>
52+
<module>itext7core</module>
5253
<module>kernel</module>
5354
<module>layout</module>
5455
<module>pdfa</module>

0 commit comments

Comments
 (0)