This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to annotated tag 0.8 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 4f8bcfe45c5c196688305300655e5d09964af4ff Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Nov 10 18:22:44 2017 +0000 Fix version number and SVN directory. git-svn-id: https://svn.apache.org/repos/asf/sis/tags/0.8@1814899 13f79535-47bb-0310-9956-ffa450edef68 --- application/pom.xml | 2 +- application/sis-console/pom.xml | 2 +- application/sis-openoffice/pom.xml | 2 +- application/sis-openoffice/src/main/unopkg/build-instruction.html | 2 +- application/sis-webapp/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-referencing-by-identifiers/pom.xml | 2 +- core/sis-referencing/pom.xml | 2 +- core/sis-utility/pom.xml | 2 +- pom.xml | 8 ++++---- profiles/pom.xml | 2 +- profiles/sis-french-profile/pom.xml | 2 +- storage/pom.xml | 2 +- storage/sis-earth-observation/pom.xml | 2 +- storage/sis-gdal/pom.xml | 2 +- storage/sis-geotiff/pom.xml | 2 +- storage/sis-netcdf/pom.xml | 2 +- storage/sis-storage/pom.xml | 2 +- storage/sis-xmlstore/pom.xml | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 5ed9427..bae78b1 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/application/sis-console/pom.xml b/application/sis-console/pom.xml index c86bdf2..143403c 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/application/sis-openoffice/pom.xml b/application/sis-openoffice/pom.xml index 7bf8c1e..d93f9c4 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>0.8-SNAPSHOT</version> + <version>0.8</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 eb87446..7af10c7 100644 --- a/application/sis-openoffice/src/main/unopkg/build-instruction.html +++ b/application/sis-openoffice/src/main/unopkg/build-instruction.html @@ -102,7 +102,7 @@ mvn install</pre></blockquote> <h2>Test in Apache OpenOffice:</h2> <blockquote><pre>cd target -unopkg add apache-sis-0.8-SNAPSHOT.oxt --log-file log.txt +unopkg add apache-sis-0.8.oxt --log-file log.txt scalc -Xdebug -env:RTL_LOGFILE=log.txt</pre></blockquote> </body> diff --git a/application/sis-webapp/pom.xml b/application/sis-webapp/pom.xml index 4c79d78..7efe00f 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.sis.application</groupId> diff --git a/core/pom.xml b/core/pom.xml index 30a5c31..972c1ca 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml index 73ccb01..edf6973 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/sis-feature/pom.xml b/core/sis-feature/pom.xml index 058d19b..cdf904b 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/core/sis-metadata/pom.xml b/core/sis-metadata/pom.xml index f4b1461..65725a6 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/core/sis-referencing-by-identifiers/pom.xml b/core/sis-referencing-by-identifiers/pom.xml index ec0137a..d550366 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.sis.core</groupId> diff --git a/core/sis-referencing/pom.xml b/core/sis-referencing/pom.xml index 407206d..77944be 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.sis.core</groupId> diff --git a/core/sis-utility/pom.xml b/core/sis-utility/pom.xml index cd997e2..80418b5 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/pom.xml b/pom.xml index 9883f88..c064042 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ ============================================================== --> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache SIS</name> @@ -67,12 +67,12 @@ Apache SIS is a free software, Java language library for developing geospatial a ============================================================== --> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/sis/branches/0.8 + scm:svn:http://svn.apache.org/repos/asf/sis/tags/0.8 </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/sis/branches/0.8 + scm:svn:https://svn.apache.org/repos/asf/sis/tags/0.8 </developerConnection> - <url>http://svn.apache.org/viewvc/sis/branches/0.8</url> + <url>http://svn.apache.org/viewvc/sis/tags/0.8</url> </scm> <ciManagement> diff --git a/profiles/pom.xml b/profiles/pom.xml index 2284bb1..184ca6b 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/profiles/sis-french-profile/pom.xml b/profiles/sis-french-profile/pom.xml index e92d3ca..2ab694f 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/pom.xml b/storage/pom.xml index 8d20a6b..dbd7bfc 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-earth-observation/pom.xml b/storage/sis-earth-observation/pom.xml index c5ed7d2..4ae2faa 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-gdal/pom.xml b/storage/sis-gdal/pom.xml index 42cd43b..4a94bac 100644 --- a/storage/sis-gdal/pom.xml +++ b/storage/sis-gdal/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-geotiff/pom.xml b/storage/sis-geotiff/pom.xml index 46453cf..6c439bd 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-netcdf/pom.xml b/storage/sis-netcdf/pom.xml index 0d1f69b..bcc192f 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-storage/pom.xml b/storage/sis-storage/pom.xml index be1c8fd..3d9664c 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> diff --git a/storage/sis-xmlstore/pom.xml b/storage/sis-xmlstore/pom.xml index 659c43e..b992479 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent>
