This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit d6817fa8860f6beb91817b3fb7ad83d6631165f4
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Sep 11 12:59:02 2019 +0200

    Upgrade some Apache SIS version numbers from 0.8 to 1.0 in preparation for 
release candidate.
---
 .../src/main/java/org/apache/sis/console/ResourcesDownloader.java       | 2 +-
 .../src/test/java/org/apache/sis/test/xml/PackageVerifier.java          | 2 +-
 .../resources/org/apache/sis/storage/earthobservation/LandsatTest.txt   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
 
b/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
index 065f195..c00a7c9 100644
--- 
a/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
+++ 
b/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
@@ -60,7 +60,7 @@ public class ResourcesDownloader extends 
InstallationResources {
     /**
      * Where to download the EPSG scripts after user has approved the terms of 
use.
      */
-    private static final String DOWNLOAD_URL = 
"http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/0.8/sis-epsg-0.8.jar";;
+    private static final String DOWNLOAD_URL = 
"http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.0/sis-epsg-1.0.jar";;
 
     /**
      * Estimation of the EPSG database size after installation, in mega-bytes.
diff --git 
a/core/sis-metadata/src/test/java/org/apache/sis/test/xml/PackageVerifier.java 
b/core/sis-metadata/src/test/java/org/apache/sis/test/xml/PackageVerifier.java
index 7e7ba0f..afa93ea 100644
--- 
a/core/sis-metadata/src/test/java/org/apache/sis/test/xml/PackageVerifier.java
+++ 
b/core/sis-metadata/src/test/java/org/apache/sis/test/xml/PackageVerifier.java
@@ -252,7 +252,7 @@ final strictfp class PackageVerifier {
          * Get the type name and namespace from the @XmlType or 
@XmlRootElement annotations.
          * If both of them are present, verify that they are consistent (same 
namespace and
          * same name with "_Type" suffix in @XmlType). If the type name is not 
declared, we
-         * assume that it is the same than the class name (this is what Apache 
SIS 0.8 does
+         * assume that it is the same than the class name (this is what Apache 
SIS 1.0 does
          * in its org.apache.sis.internal.jaxb.code package for CodeList 
adapters).
          */
         final String isoName;       // ISO class name (not the same than Java 
class name).
diff --git 
a/storage/sis-earth-observation/src/test/resources/org/apache/sis/storage/earthobservation/LandsatTest.txt
 
b/storage/sis-earth-observation/src/test/resources/org/apache/sis/storage/earthobservation/LandsatTest.txt
index fe93da2..2b2183b 100644
--- 
a/storage/sis-earth-observation/src/test/resources/org/apache/sis/storage/earthobservation/LandsatTest.txt
+++ 
b/storage/sis-earth-observation/src/test/resources/org/apache/sis/storage/earthobservation/LandsatTest.txt
@@ -9,7 +9,7 @@ GROUP = L1_METADATA_FILE
     LANDSAT_SCENE_ID = "LandsatTest"
     FILE_DATE = 2016-06-27T16:48:12Z
     STATION_ID = "Virtual station for test"
-    PROCESSING_SOFTWARE_VERSION = "SIS 0.8"
+    PROCESSING_SOFTWARE_VERSION = "SIS 1.0"
   END_GROUP = METADATA_FILE_INFO
   GROUP = PRODUCT_METADATA
     DATA_TYPE = "Pseudo LT1"

Reply via email to