Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jul 12, 2023
1 parent 3896147 commit 3385a51
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pom.xml
Expand Up @@ -16,11 +16,11 @@
<name>Paul Tuckey</name>
</organization>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<!-- <parent>-->
<!-- <groupId>org.sonatype.oss</groupId>-->
<!-- <artifactId>oss-parent</artifactId>-->
<!-- <version>7</version>-->
<!-- </parent>-->

<properties>
<app.manual-version>5.0</app.manual-version>
Expand Down Expand Up @@ -52,6 +52,14 @@
<url>https://github.com/paultuckey/urlrewritefilter/issues</url>
</issueManagement>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/paultuckey/urlrewritefilter</url>
</repository>
</distributionManagement>

<build>
<resources>
<resource>
Expand Down

0 comments on commit 3385a51

Please sign in to comment.