Skip to content

Commit

Permalink
Bump oss-parent to last ever version '9', add relativePath so it forc…
Browse files Browse the repository at this point in the history
…es look to m2 repo (#1126)

* [pom] Add missing relativePath to parent and add comment as its end of life

should use your own or define the values.  That one is so out of date and hasn't been supported in years, was officially deprecated.

* [pom] Bump oss-parent to 9 - the last to ever be released

As noted, the contents should be brought into project as sonatype does not promote this any more but at least be up to date for now.
  • Loading branch information
hazendaz authored Dec 28, 2023
1 parent 7e14a5a commit 95af579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
<test.integration.pattern>**/*IntegrationTest*.java</test.integration.pattern>
</properties>

<!-- 'oss-parent' should not be used, it was deprecated years ago -->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
<relativePath />
</parent>

<distributionManagement>
Expand Down

0 comments on commit 95af579

Please sign in to comment.