You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2016/05/18 00:53:24 UTC

svn commit: r1744335 - in /sis/branches/JDK8: README application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java

Author: desruisseaux
Date: Wed May 18 00:53:24 2016
New Revision: 1744335

URL: http://svn.apache.org/viewvc?rev=1744335&view=rev
Log:
Update README in preparation for release candidate and set the URL to EPSG geodetic dataset to its expected location after release.

Modified:
    sis/branches/JDK8/README
    sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java

Modified: sis/branches/JDK8/README
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/README?rev=1744335&r1=1744334&r2=1744335&view=diff
==============================================================================
--- sis/branches/JDK8/README (original)
+++ sis/branches/JDK8/README Wed May 18 00:53:24 2016
@@ -26,19 +26,19 @@ project logo are trademarks of The Apach
 Getting Started
 ===============
 
-SIS is based on Java 6 and uses the Maven 2 <http://maven.apache.org/>
+SIS requires Java 6 and uses the Maven 3 <http://maven.apache.org/>
 build system. To build SIS, use the following command in this directory:
 
     mvn clean install
 
-Information for running the application can be found on the wiki
-(<http://cwiki.apache.org/confluence/display/SIS/>)
+Information for running a command-line tool can be found on the web site:
+(<http://sis.apache.org/command-line.html>)
 
 
 License (see also LICENSE)
 ==========================
 
-Collective work: Copyright 2010-2015 The Apache Software Foundation.
+Collective work: Copyright 2010-2016 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java?rev=1744335&r1=1744334&r2=1744335&view=diff
==============================================================================
--- sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java [UTF-8] (original)
+++ sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java [UTF-8] Wed May 18 00:53:24 2016
@@ -61,11 +61,8 @@ import java.nio.file.Path;
 public class ResourcesDownloader extends InstallationResources {
     /**
      * Where to download the EPSG scripts after user has approved the terms of use.
-     *
-     * THIS IS A TEMPORARY LINK to be moved to another location after discussion on the mailing list.
-     * This temporary link is provided in order to allow experimentations by other SIS developers.
      */
-    private static final String DOWNLOAD_URL = "http://home.apache.org/~desruisseaux/Temporary/sis-epsg-0.7-SNAPSHOT.jar";
+    private static final String DOWNLOAD_URL = "http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/0.7/sis-epsg-0.7.jar";
 
     /**
      * Estimation of the EPSG database size after installation, in mega-bytes.