Skip to content

Commit

Permalink
Update distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
magnram committed Aug 7, 2024
1 parent 2a3c300 commit 4c42894
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
13 changes: 13 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
<relativePath />
</parent>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Kartverket Apache Maven Packages</name>
<url>https://maven.pkg.github.com/kartverket/pdfbox</url>
</repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Kartverket Apache Maven Snapshots</name>
<url>https://maven.pkg.github.com/kartverket/pdfbox</url>
</snapshotRepository>
</distributionManagement>

<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId>
<packaging>pom</packaging>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@
<url>https://svn.apache.org/viewvc/pdfbox/branches/3.0</url>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Kartverket Apache Maven Packages</name>
<url>https://maven.pkg.github.com/kartverket/pdfbox</url>
</repository>
</distributionManagement>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 4c42894

Please sign in to comment.