Repository: struts-examples Updated Branches: refs/heads/master cbe3f886d -> 71ee480cf
Drops reference to snapshot repository Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/71ee480c Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/71ee480c Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/71ee480c Branch: refs/heads/master Commit: 71ee480cfb0f226a6417bdf1a27181a72c0f2797 Parents: cbe3f88 Author: Lukasz Lenart <[email protected]> Authored: Fri Aug 28 11:35:23 2015 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Fri Aug 28 11:35:23 2015 +0200 ---------------------------------------------------------------------- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/71ee480c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a8ad427..de02456 100644 --- a/pom.xml +++ b/pom.xml @@ -44,18 +44,6 @@ <log4j2.version>2.3</log4j2.version> </properties> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>ASF Maven 2 Snapshot</name> - <url>https://repository.apache.org/content/groups/snapshots/</url> - <layout>default</layout> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <modules> <module>basic-struts</module> <module>blank</module>
