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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78262e7625 Set version to 1.3-SNAPSHOT.
78262e7625 is described below

commit 78262e76258047ed08412473d4414c24e34d5650
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu May 12 19:22:28 2022 +0200

    Set version to 1.3-SNAPSHOT.
---
 application/pom.xml                                                     | 2 +-
 application/sis-console/pom.xml                                         | 2 +-
 application/sis-console/src/main/artifact/bin/sis                       | 2 +-
 application/sis-javafx/pom.xml                                          | 2 +-
 application/sis-javafx/src/main/artifact/bin/sisfx                      | 2 +-
 application/sis-javafx/src/main/artifact/bin/sisfx.bat                  | 2 +-
 application/sis-openoffice/pom.xml                                      | 2 +-
 application/sis-openoffice/src/main/unopkg/build-instruction.html       | 2 +-
 application/sis-webapp/pom.xml                                          | 2 +-
 cloud/pom.xml                                                           | 2 +-
 cloud/sis-cloud-aws/pom.xml                                             | 2 +-
 core/pom.xml                                                            | 2 +-
 core/sis-build-helper/pom.xml                                           | 2 +-
 core/sis-feature/pom.xml                                                | 2 +-
 core/sis-metadata/pom.xml                                               | 2 +-
 core/sis-portrayal/pom.xml                                              | 2 +-
 core/sis-referencing-by-identifiers/pom.xml                             | 2 +-
 core/sis-referencing/pom.xml                                            | 2 +-
 .../test/java/org/apache/sis/referencing/factory/sql/epsg/package.html  | 2 +-
 core/sis-utility/pom.xml                                                | 2 +-
 .../src/main/java/org/apache/sis/internal/system/Modules.java           | 2 +-
 pom.xml                                                                 | 2 +-
 profiles/pom.xml                                                        | 2 +-
 profiles/sis-french-profile/pom.xml                                     | 2 +-
 profiles/sis-japan-profile/pom.xml                                      | 2 +-
 storage/pom.xml                                                         | 2 +-
 storage/sis-earth-observation/pom.xml                                   | 2 +-
 storage/sis-geotiff/pom.xml                                             | 2 +-
 storage/sis-netcdf/pom.xml                                              | 2 +-
 storage/sis-shapefile/pom.xml                                           | 2 +-
 storage/sis-sqlstore/pom.xml                                            | 2 +-
 storage/sis-storage/pom.xml                                             | 2 +-
 storage/sis-xmlstore/pom.xml                                            | 2 +-
 33 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/application/pom.xml b/application/pom.xml
index 8c89a03858..ae0cf3e3bc 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/application/sis-console/pom.xml b/application/sis-console/pom.xml
index fa0b9d2229..6ef2877490 100644
--- a/application/sis-console/pom.xml
+++ b/application/sis-console/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/application/sis-console/src/main/artifact/bin/sis 
b/application/sis-console/src/main/artifact/bin/sis
index 8185731384..35a0e94b78 100755
--- a/application/sis-console/src/main/artifact/bin/sis
+++ b/application/sis-console/src/main/artifact/bin/sis
@@ -24,7 +24,7 @@ SIS_DATA="${SIS_DATA:-$BASE_DIR/data}"
 export SIS_DATA
 
 # Execute SIS with any optional JAR that the user may put in the 'lib' 
directory.
-java -classpath "$BASE_DIR/lib/sis-console-1.2-SNAPSHOT.jar" \
+java -classpath "$BASE_DIR/lib/sis-console-1.3-SNAPSHOT.jar" \
      -Djava.util.logging.config.file="$BASE_DIR/conf/logging.properties" \
      -Dderby.stream.error.file="$BASE_DIR/log/derby.log" \
      org.apache.sis.console.Command $SIS_OPTS "$@"
diff --git a/application/sis-javafx/pom.xml b/application/sis-javafx/pom.xml
index 6b05851f58..dfa6778084 100644
--- a/application/sis-javafx/pom.xml
+++ b/application/sis-javafx/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/application/sis-javafx/src/main/artifact/bin/sisfx 
b/application/sis-javafx/src/main/artifact/bin/sisfx
index a6070b8bac..05e88ca51c 100755
--- a/application/sis-javafx/src/main/artifact/bin/sisfx
+++ b/application/sis-javafx/src/main/artifact/bin/sisfx
@@ -38,7 +38,7 @@ fi
 java -splash:"$BASE_DIR/lib/logo.jpg" \
      --add-modules javafx.graphics,javafx.controls,javafx.web \
      --module-path "$PATH_TO_FX" \
-     --class-path "$BASE_DIR/lib/sis-javafx-1.2-SNAPSHOT.jar" \
+     --class-path "$BASE_DIR/lib/sis-javafx-1.3-SNAPSHOT.jar" \
      
-Djava.util.logging.config.class="org.apache.sis.internal.setup.LoggingConfiguration"
 \
      -Djava.util.logging.config.file="$BASE_DIR/conf/logging.properties" \
      -Dderby.stream.error.file="$BASE_DIR/log/derby.log" \
diff --git a/application/sis-javafx/src/main/artifact/bin/sisfx.bat 
b/application/sis-javafx/src/main/artifact/bin/sisfx.bat
index 28ce060e7a..4eda2229d1 100644
--- a/application/sis-javafx/src/main/artifact/bin/sisfx.bat
+++ b/application/sis-javafx/src/main/artifact/bin/sisfx.bat
@@ -29,7 +29,7 @@ IF "%PATH_TO_FX%"=="" (
 java -splash:"%BASE_DIR%\lib\logo.jpg"^
  --add-modules javafx.graphics,javafx.controls,javafx.web^
  --module-path "%PATH_TO_FX%"^
- --class-path "%BASE_DIR%\lib\sis-javafx-1.2-SNAPSHOT.jar"^
+ --class-path "%BASE_DIR%\lib\sis-javafx-1.3-SNAPSHOT.jar"^
  
-Djava.util.logging.config.class=org.apache.sis.internal.setup.LoggingConfiguration^
  -Djava.util.logging.config.file="%BASE_DIR%\conf\logging.properties"^
  -Dderby.stream.error.file="%BASE_DIR%\log\derby.log"^
diff --git a/application/sis-openoffice/pom.xml 
b/application/sis-openoffice/pom.xml
index 59a1c5487e..b58e41059b 100644
--- a/application/sis-openoffice/pom.xml
+++ b/application/sis-openoffice/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/application/sis-openoffice/src/main/unopkg/build-instruction.html 
b/application/sis-openoffice/src/main/unopkg/build-instruction.html
index a9e05382c0..47ba04ae9f 100644
--- a/application/sis-openoffice/src/main/unopkg/build-instruction.html
+++ b/application/sis-openoffice/src/main/unopkg/build-instruction.html
@@ -100,7 +100,7 @@ mvn install</pre></blockquote>
 <h2>Test in Apache OpenOffice:</h2>
 <p>Launch:</p>
 <blockquote><pre>cd target
-unopkg add apache-sis-1.2-SNAPSHOT.oxt --log-file log.txt
+unopkg add apache-sis-1.3-SNAPSHOT.oxt --log-file log.txt
 scalc -env:RTL_LOGFILE=log.txt</pre></blockquote>
 
 <p>If not already done, configure Java runtime with
diff --git a/application/sis-webapp/pom.xml b/application/sis-webapp/pom.xml
index aac4a08bc8..5f93808511 100644
--- a/application/sis-webapp/pom.xml
+++ b/application/sis-webapp/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.application</groupId>
diff --git a/cloud/pom.xml b/cloud/pom.xml
index b16082f9de..7a3234664d 100644
--- a/cloud/pom.xml
+++ b/cloud/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/cloud/sis-cloud-aws/pom.xml b/cloud/sis-cloud-aws/pom.xml
index be8228b179..92cedeb725 100644
--- a/cloud/sis-cloud-aws/pom.xml
+++ b/cloud/sis-cloud-aws/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>cloud</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/core/pom.xml b/core/pom.xml
index 7b562a5cd4..ed07f43721 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml
index c6c819feb0..6f1b824142 100644
--- a/core/sis-build-helper/pom.xml
+++ b/core/sis-build-helper/pom.xml
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/core/sis-feature/pom.xml b/core/sis-feature/pom.xml
index 7a63e937f4..0f4a24e404 100644
--- a/core/sis-feature/pom.xml
+++ b/core/sis-feature/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/core/sis-metadata/pom.xml b/core/sis-metadata/pom.xml
index b64e0cbd5f..95631f3e94 100644
--- a/core/sis-metadata/pom.xml
+++ b/core/sis-metadata/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/core/sis-portrayal/pom.xml b/core/sis-portrayal/pom.xml
index f0baa902c6..63ae284bed 100644
--- a/core/sis-portrayal/pom.xml
+++ b/core/sis-portrayal/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/core/sis-referencing-by-identifiers/pom.xml 
b/core/sis-referencing-by-identifiers/pom.xml
index 02ed41049f..7770851e63 100644
--- a/core/sis-referencing-by-identifiers/pom.xml
+++ b/core/sis-referencing-by-identifiers/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.core</groupId>
diff --git a/core/sis-referencing/pom.xml b/core/sis-referencing/pom.xml
index 992fb68803..abc463a23f 100644
--- a/core/sis-referencing/pom.xml
+++ b/core/sis-referencing/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.sis.core</groupId>
diff --git 
a/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/epsg/package.html
 
b/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/epsg/package.html
index 2989413319..bb1fc623fe 100644
--- 
a/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/epsg/package.html
+++ 
b/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/epsg/package.html
@@ -131,7 +131,7 @@ cp $EPSG_SCRIPTS/PostgreSQL_FKey_Script.sql  FKeys.sql</pre>
 mvn clean install
 export 
CLASSPATH=~/.m2/repository/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar
 export CLASSPATH=$PWD/core/sis-metadata/target/test-classes:$CLASSPATH
-export 
CLASSPATH=$PWD/target/binaries/sis-referencing-1.2-SNAPSHOT.jar:$CLASSPATH
+export 
CLASSPATH=$PWD/target/binaries/sis-referencing-1.3-SNAPSHOT.jar:$CLASSPATH
 export CLASSPATH=$PWD/core/sis-metadata/target/test-classes:$CLASSPATH
 export CLASSPATH=$PWD/core/sis-referencing/target/test-classes:$CLASSPATH
 cd <i>&lt;path to local copy of <a 
href="http://svn.apache.org/repos/asf/sis/data/non-free/";>http://svn.apache.org/repos/asf/sis/data/non-free/</a>&gt;</i>
diff --git a/core/sis-utility/pom.xml b/core/sis-utility/pom.xml
index 5ee0af329f..01cd8e162f 100644
--- a/core/sis-utility/pom.xml
+++ b/core/sis-utility/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git 
a/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java 
b/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
index 5f123be583..dd2060c11e 100644
--- a/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
+++ b/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
@@ -119,7 +119,7 @@ public final class Modules {
      *
      * @see org.apache.sis.util.Version
      */
-    public static final int MINOR_VERSION = 2;
+    public static final int MINOR_VERSION = 3;
 
     /**
      * The prefix of all classnames in Apache SIS, including a trailing dot.
diff --git a/pom.xml b/pom.xml
index 930831261d..13f2bfb710 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
        ============================================================== -->
   <groupId>org.apache.sis</groupId>
   <artifactId>parent</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache SIS</name>
diff --git a/profiles/pom.xml b/profiles/pom.xml
index e0a146fbf1..debee21baa 100644
--- a/profiles/pom.xml
+++ b/profiles/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/profiles/sis-french-profile/pom.xml 
b/profiles/sis-french-profile/pom.xml
index 8596e559c1..f9d369cb16 100644
--- a/profiles/sis-french-profile/pom.xml
+++ b/profiles/sis-french-profile/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>profiles</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/profiles/sis-japan-profile/pom.xml 
b/profiles/sis-japan-profile/pom.xml
index dbe0fe6702..635ba9f4bc 100644
--- a/profiles/sis-japan-profile/pom.xml
+++ b/profiles/sis-japan-profile/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>profiles</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/pom.xml b/storage/pom.xml
index ffe626f258..a64b2e5133 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-earth-observation/pom.xml 
b/storage/sis-earth-observation/pom.xml
index b73b394bb6..6d49fe6810 100644
--- a/storage/sis-earth-observation/pom.xml
+++ b/storage/sis-earth-observation/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-geotiff/pom.xml b/storage/sis-geotiff/pom.xml
index 81ab5f17be..1754cc40ac 100644
--- a/storage/sis-geotiff/pom.xml
+++ b/storage/sis-geotiff/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-netcdf/pom.xml b/storage/sis-netcdf/pom.xml
index 5aefcd6994..399f87e07d 100644
--- a/storage/sis-netcdf/pom.xml
+++ b/storage/sis-netcdf/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-shapefile/pom.xml b/storage/sis-shapefile/pom.xml
index 0c9dd8fe91..12bfb6d5df 100644
--- a/storage/sis-shapefile/pom.xml
+++ b/storage/sis-shapefile/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-sqlstore/pom.xml b/storage/sis-sqlstore/pom.xml
index 7585713515..23748d9bca 100644
--- a/storage/sis-sqlstore/pom.xml
+++ b/storage/sis-sqlstore/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-storage/pom.xml b/storage/sis-storage/pom.xml
index 28c09737c6..a4ccfe249a 100644
--- a/storage/sis-storage/pom.xml
+++ b/storage/sis-storage/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 
diff --git a/storage/sis-xmlstore/pom.xml b/storage/sis-xmlstore/pom.xml
index 2ac3576ac5..9916044b21 100644
--- a/storage/sis-xmlstore/pom.xml
+++ b/storage/sis-xmlstore/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
   </parent>
 
 

Reply via email to