Skip to content

Commit

Permalink
maven-gpg-plugin is not a managed plugin in oss-parent, move it to bu…
Browse files Browse the repository at this point in the history
…ild.plugins
  • Loading branch information
rfscholte committed Jan 26, 2024
1 parent df6bfa1 commit 54b0534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -376,6 +371,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 54b0534

Please sign in to comment.