We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6bfa1 commit 54b0534Copy full SHA for 54b0534
pom.xml
@@ -183,11 +183,6 @@
183
<groupId>org.apache.maven.plugins</groupId>
184
<artifactId>maven-release-plugin</artifactId>
185
<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>
191
</plugin>
192
</plugins>
193
</pluginManagement>
@@ -376,6 +371,11 @@
376
371
</execution>
377
372
</executions>
378
373
374
+ <plugin>
375
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>3.1.0</version>
+ </plugin>
379
380
</build>
381
0 commit comments