Skip to content

Commit aabbe35

Browse files
committed
PDFBOX-5855: re-establish parent subproject
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919711 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8567d0a commit aabbe35

File tree

12 files changed

+544
-410
lines changed

12 files changed

+544
-410
lines changed

app/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,20 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>pdfbox-app</artifactId>
3131
<packaging>jar</packaging>
3232
<name>Apache PDFBox application</name>
3333
<url>http://pdfbox.apache.org/</url>
3434

35+
<scm>
36+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox-app</connection>
37+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/pdfbox-app</developerConnection>
38+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/pdfbox-app</url>
39+
</scm>
40+
3541
<dependencies>
3642
<dependency>
3743
<groupId>${project.groupId}</groupId>

benchmark/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>pdfbox-benchmark</artifactId>
@@ -37,6 +37,12 @@
3737
</description>
3838
<inceptionYear>2002</inceptionYear>
3939

40+
<scm>
41+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/benchmark</connection>
42+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/benchmark</developerConnection>
43+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/benchmark</url>
44+
</scm>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>org.openjdk.jmh</groupId>

debugger-app/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,20 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>debugger-app</artifactId>
3131
<packaging>jar</packaging>
3232
<name>Apache PDFBox Debugger application</name>
3333
<url>http://pdfbox.apache.org/</url>
3434

35+
<scm>
36+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/debugger-app</connection>
37+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/debugger-app</developerConnection>
38+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/debugger-app</url>
39+
</scm>
40+
3541
<dependencies>
3642
<dependency>
3743
<groupId>${project.groupId}</groupId>

debugger/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>pdfbox-debugger</artifactId>
@@ -37,6 +37,12 @@
3737
</description>
3838
<inceptionYear>2002</inceptionYear>
3939

40+
<scm>
41+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/debugger</connection>
42+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/debugger</developerConnection>
43+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/debugger</url>
44+
</scm>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>${project.groupId}</groupId>

examples/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>pdfbox-examples</artifactId>
@@ -37,6 +37,12 @@
3737
</description>
3838
<inceptionYear>2002</inceptionYear>
3939

40+
<scm>
41+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/examples</connection>
42+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/examples</developerConnection>
43+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/examples</url>
44+
</scm>
45+
4046
<properties>
4147
<lucene.version>9.9.1</lucene.version>
4248
</properties>

fontbox/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>org.apache.pdfbox</groupId>
2323
<artifactId>pdfbox-parent</artifactId>
2424
<version>4.0.0-SNAPSHOT</version>
25-
<relativePath>../pom.xml</relativePath>
25+
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>fontbox</artifactId>
@@ -37,6 +37,12 @@
3737
<inceptionYear>2008</inceptionYear>
3838
<url>http://pdfbox.apache.org/</url>
3939

40+
<scm>
41+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/fontbox</connection>
42+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/fontbox</developerConnection>
43+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/fontbox</url>
44+
</scm>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>org.apache.pdfbox</groupId>

io/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.pdfbox</groupId>
2525
<artifactId>pdfbox-parent</artifactId>
2626
<version>4.0.0-SNAPSHOT</version>
27-
<relativePath>../pom.xml</relativePath>
27+
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>pdfbox-io</artifactId>
@@ -37,6 +37,12 @@
3737
</description>
3838
<inceptionYear>2002</inceptionYear>
3939

40+
<scm>
41+
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/io</connection>
42+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/trunk/io</developerConnection>
43+
<url>https://svn.apache.org/viewvc/pdfbox/trunk/io</url>
44+
</scm>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)