Author: veithen
Date: Sat Aug 11 17:34:59 2012
New Revision: 1371984
URL: http://svn.apache.org/viewvc?rev=1371984&view=rev
Log:
Removed unnecessary repository declaration. The Apache snapshot repository is
configured in the Apache super-POM.
Modified:
abdera/java/trunk/parser/pom.xml
Modified: abdera/java/trunk/parser/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/parser/pom.xml?rev=1371984&r1=1371983&r2=1371984&view=diff
==============================================================================
--- abdera/java/trunk/parser/pom.xml (original)
+++ abdera/java/trunk/parser/pom.xml Sat Aug 11 17:34:59 2012
@@ -72,13 +72,4 @@
<scope>runtime</scope>
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>apache.snapshots</id>
- <url>http://repository.apache.org/snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
</project>