Skip to content

Commit

Permalink
Update parent group id references
Browse files Browse the repository at this point in the history
  • Loading branch information
magnram committed Aug 7, 2024
1 parent ea64ffa commit 61c7b43
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
6 changes: 3 additions & 3 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Expand All @@ -39,9 +39,9 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-tools</artifactId>
<version>${project.version}</version>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions debugger-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Expand All @@ -40,9 +40,9 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-debugger</artifactId>
<version>${project.version}</version>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Expand Down Expand Up @@ -60,19 +60,19 @@
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-tools</artifactId>
<version>${project.version}</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xmpbox</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>${project.version}</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-reactor</artifactId>
<packaging>pom</packaging>
<version>3.0.4-SNAPSHOT</version>
Expand Down
2 changes: 1 addition & 1 deletion xmpbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</description>

<parent>
<groupId>org.apache.pdfbox</groupId>
<groupId>no.kartverket.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
Expand Down

0 comments on commit 61c7b43

Please sign in to comment.