removed gpg signing

Former-commit-id: b2560a6adb245b64bd495dd091e875c975af0271
This commit is contained in:
Jeremy Long
2013-08-07 22:42:32 -04:00
parent cf64c928bf
commit 608a2351e5

View File

@@ -209,7 +209,7 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
</executions> </executions>
</plugin> </plugin>
<!-- end copy --> <!-- end copy -->
<plugin> <!--<plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version> <version>1.4</version>
@@ -222,7 +222,7 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>-->
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>