Author: mbenson
Date: Thu Feb 4 19:43:12 2010
New Revision: 906618
URL: http://svn.apache.org/viewvc?rev=906618&view=rev
Log:
use repository.apache.org for [flatfile] snapshots
Modified:
commons/sandbox/flatfile/trunk/pom.xml
Modified: commons/sandbox/flatfile/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=906618&r1=906617&r2=906618&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/pom.xml (original)
+++ commons/sandbox/flatfile/trunk/pom.xml Thu Feb 4 19:43:12 2010
@@ -167,4 +167,21 @@
</plugins>
</reporting>
+ <profiles>
+ <profile>
+ <id>ci</id>
+ <distributionManagement>
+ <repository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>https://repository.apache.org/content/repositories/snapshots</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>https://repository.apache.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+ </profile>
+ </profiles>
</project>