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 2017/04/01 11:29:05 UTC

svn commit: r1789789 - in /sis/branches/JDK9: ./ application/ application/sis-console/ application/sis-javafx/ application/sis-openoffice/ application/sis-webapp/ core/ core/sis-build-helper/ core/sis-feature/ core/sis-metadata/ core/sis-referencing-by...

Author: desruisseaux
Date: Sat Apr  1 11:29:05 2017
New Revision: 1789789

URL: http://svn.apache.org/viewvc?rev=1789789&view=rev
Log:
Set the version number to "0.8-jdk9-SNAPSHOT" on the JDK9 branch.

Modified:
    sis/branches/JDK9/application/pom.xml
    sis/branches/JDK9/application/sis-console/pom.xml
    sis/branches/JDK9/application/sis-javafx/pom.xml
    sis/branches/JDK9/application/sis-openoffice/pom.xml
    sis/branches/JDK9/application/sis-webapp/pom.xml
    sis/branches/JDK9/core/pom.xml
    sis/branches/JDK9/core/sis-build-helper/pom.xml
    sis/branches/JDK9/core/sis-feature/pom.xml
    sis/branches/JDK9/core/sis-metadata/pom.xml
    sis/branches/JDK9/core/sis-referencing-by-identifiers/pom.xml
    sis/branches/JDK9/core/sis-referencing/pom.xml
    sis/branches/JDK9/core/sis-utility/pom.xml
    sis/branches/JDK9/pom.xml
    sis/branches/JDK9/profiles/pom.xml
    sis/branches/JDK9/profiles/sis-french-profile/pom.xml
    sis/branches/JDK9/storage/pom.xml
    sis/branches/JDK9/storage/sis-earth-observation/pom.xml
    sis/branches/JDK9/storage/sis-geotiff/pom.xml
    sis/branches/JDK9/storage/sis-netcdf/pom.xml
    sis/branches/JDK9/storage/sis-shapefile/pom.xml
    sis/branches/JDK9/storage/sis-storage/pom.xml
    sis/branches/JDK9/storage/sis-xmlstore/pom.xml

Modified: sis/branches/JDK9/application/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/application/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/application/pom.xml (original)
+++ sis/branches/JDK9/application/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/application/sis-console/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/application/sis-console/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/application/sis-console/pom.xml (original)
+++ sis/branches/JDK9/application/sis-console/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/application/sis-javafx/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/application/sis-javafx/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/application/sis-javafx/pom.xml (original)
+++ sis/branches/JDK9/application/sis-javafx/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/application/sis-openoffice/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/application/sis-openoffice/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/application/sis-openoffice/pom.xml (original)
+++ sis/branches/JDK9/application/sis-openoffice/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/application/sis-webapp/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/application/sis-webapp/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/application/sis-webapp/pom.xml (original)
+++ sis/branches/JDK9/application/sis-webapp/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.application</groupId>

Modified: sis/branches/JDK9/core/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/pom.xml (original)
+++ sis/branches/JDK9/core/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/core/sis-build-helper/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-build-helper/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-build-helper/pom.xml (original)
+++ sis/branches/JDK9/core/sis-build-helper/pom.xml Sat Apr  1 11:29:05 2017
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: sis/branches/JDK9/core/sis-feature/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-feature/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-feature/pom.xml (original)
+++ sis/branches/JDK9/core/sis-feature/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/core/sis-metadata/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-metadata/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-metadata/pom.xml (original)
+++ sis/branches/JDK9/core/sis-metadata/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/core/sis-referencing-by-identifiers/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-referencing-by-identifiers/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-referencing-by-identifiers/pom.xml (original)
+++ sis/branches/JDK9/core/sis-referencing-by-identifiers/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.core</groupId>

Modified: sis/branches/JDK9/core/sis-referencing/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-referencing/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-referencing/pom.xml (original)
+++ sis/branches/JDK9/core/sis-referencing/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.core</groupId>

Modified: sis/branches/JDK9/core/sis-utility/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/core/sis-utility/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/core/sis-utility/pom.xml (original)
+++ sis/branches/JDK9/core/sis-utility/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/pom.xml (original)
+++ sis/branches/JDK9/pom.xml Sat Apr  1 11:29:05 2017
@@ -42,7 +42,7 @@
        ============================================================== -->
   <groupId>org.apache.sis</groupId>
   <artifactId>parent</artifactId>
-  <version>0.8-jdk8-SNAPSHOT</version>
+  <version>0.8-jdk9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache SIS</name>

Modified: sis/branches/JDK9/profiles/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/profiles/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/profiles/pom.xml (original)
+++ sis/branches/JDK9/profiles/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/profiles/sis-french-profile/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/profiles/sis-french-profile/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/profiles/sis-french-profile/pom.xml (original)
+++ sis/branches/JDK9/profiles/sis-french-profile/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>profiles</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/pom.xml (original)
+++ sis/branches/JDK9/storage/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-earth-observation/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-earth-observation/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-earth-observation/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-earth-observation/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-geotiff/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-geotiff/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-geotiff/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-geotiff/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-netcdf/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-netcdf/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-netcdf/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-netcdf/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-shapefile/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-shapefile/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-shapefile/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-shapefile/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-storage/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-storage/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-storage/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-storage/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/branches/JDK9/storage/sis-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK9/storage/sis-xmlstore/pom.xml?rev=1789789&r1=1789788&r2=1789789&view=diff
==============================================================================
--- sis/branches/JDK9/storage/sis-xmlstore/pom.xml (original)
+++ sis/branches/JDK9/storage/sis-xmlstore/pom.xml Sat Apr  1 11:29:05 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.8-jdk8-SNAPSHOT</version>
+    <version>0.8-jdk9-SNAPSHOT</version>
   </parent>