| commit | 9c4c064c402d7d52842597bff38de38630f68828 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Wed Jul 01 17:14:08 2020 +0100 |
| committer | Mark Thomas <markt@apache.org> | Wed Jul 01 17:15:40 2020 +0100 |
| tree | 71712a81f79148e6856ec72c893827cb35a01805 | |
| parent | 07229573dc086c7f0d07fc6b225684ac6a56b335 [diff] |
Remove an unnecessary plugin definition Signed-off-by: Mark Thomas <markt@apache.org>
diff --git a/api/pom.xml b/api/pom.xml index ba41861..8bc141a 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -282,12 +282,6 @@ <findbugsXmlWithMessages>true</findbugsXmlWithMessages> </configuration> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.6</version> - </plugin> </plugins> </build>