Skip to content

Commit 54b0534

Browse files
committed
maven-gpg-plugin is not a managed plugin in oss-parent, move it to build.plugins
1 parent df6bfa1 commit 54b0534

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-release-plugin</artifactId>
185185
<version>3.0.1</version>
186-
</plugin>
187-
<plugin>
188-
<groupId>org.apache.maven.plugins</groupId>
189-
<artifactId>maven-gpg-plugin</artifactId>
190-
<version>3.1.0</version>
191186
</plugin>
192187
</plugins>
193188
</pluginManagement>
@@ -376,6 +371,11 @@
376371
</execution>
377372
</executions>
378373
</plugin>
374+
<plugin>
375+
<groupId>org.apache.maven.plugins</groupId>
376+
<artifactId>maven-gpg-plugin</artifactId>
377+
<version>3.1.0</version>
378+
</plugin>
379379
</plugins>
380380
</build>
381381

0 commit comments

Comments
 (0)