Author: wkeil Date: Sat Aug 20 21:05:21 2016 New Revision: 1757032 URL: http://svn.apache.org/viewvc?rev=1757032&view=rev Log: DMAP-196: Deploy Snapshots to Apache Snapshot repo
Task-Url: https://issues.apache.org/jira/browse/DMAP-196 Modified: devicemap/trunk/clients/1.0/java/client/src/main/java/org/apache/devicemap/loader/resource/URLResource.java Modified: devicemap/trunk/clients/1.0/java/client/src/main/java/org/apache/devicemap/loader/resource/URLResource.java URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/java/client/src/main/java/org/apache/devicemap/loader/resource/URLResource.java?rev=1757032&r1=1757031&r2=1757032&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/java/client/src/main/java/org/apache/devicemap/loader/resource/URLResource.java (original) +++ devicemap/trunk/clients/1.0/java/client/src/main/java/org/apache/devicemap/loader/resource/URLResource.java Sat Aug 20 21:05:21 2016 @@ -29,7 +29,7 @@ import org.apache.devicemap.loader.Resou * @version 1.1 */ public class URLResource implements Resource { - //TODO: put on CDN of some kind + //FIXME: Move this out into DeviceMapConsole (or its config) private static final String LATEST_PATH = "http://devicemap-vm.apache.org/data/latest"; private static final String SNAPSHOT_PATH = "http://devicemap-vm.apache.org/data/snapshot";
