Skip to content

Commit

Permalink
Do not use old oss-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 23, 2024
1 parent 9bd4c6c commit 905fd09
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@

<modelVersion>4.0.0</modelVersion>

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

<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.25.1-SNAPSHOT</version>
Expand Down Expand Up @@ -548,6 +542,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<notimestamp>true</notimestamp>
</configuration>
</plugin>

<plugin>
Expand Down Expand Up @@ -696,6 +693,10 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<preparationProfiles>bundle,javadoc,format-check,sign</preparationProfiles>
<releaseProfiles>bundle,javadoc,format-check,sign</releaseProfiles>
</configuration>
</plugin>

Expand Down Expand Up @@ -821,17 +822,9 @@
</profile>

<profile>
<id>sonatype-oss-release</id>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 905fd09

Please sign in to comment.