From b4191ce85e82d80d5f70e7e2b8dc2e9996b67947 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Fri, 3 Nov 2023 14:00:12 +0100 Subject: [PATCH] bumping version to 2.2.0 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdd90e4..275cf75 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ citygml-tools is licensed under the [Apache License, Version 2.0](http://www.apa See the `LICENSE` file for more details. ## Latest release -The latest stable release of citygml-tools is 2.1.0. +The latest stable release of citygml-tools is 2.2.0. Download the latest citygml-tools release as ZIP package [here](https://github.com/citygml4j/citygml-tools/releases/latest). Previous releases are available from the @@ -76,7 +76,7 @@ of the specified CityGML file: You can process CityGML 3.0, 2.0, and 1.0 files with citygml-tools. The `upgrade` command provides an easy way to convert your existing CityGML 2.0 and 1.0 datasets into the latest version 3.0 of CityGML. -The `from-cityjson` and `to-cityjson` commands support [CityJSON](https://www.cityjson.org/) 1.1 and 1.0 files. +The `from-cityjson` and `to-cityjson` commands support [CityJSON](https://www.cityjson.org/) 2.0, 1.1, and 1.0 files. ## System requirements * Java 11 or higher @@ -96,7 +96,7 @@ An official image can be pulled from Docker Hub as shown below. > docker pull citygml4j/citygml-tools:TAG -Replace the `TAG` label with the version of citygml-tools you want to use such as `v1.4.5`. The `latest` tag +Replace the `TAG` label with the version of citygml-tools you want to use such as `v2.2.0`. The `latest` tag refers to the latest stable release and is also the _default value_ if no tag is specified. If you want to pull the most recent unreleased snapshot of citygml-tools, use `edge` as tag. diff --git a/build.gradle b/build.gradle index f547227..618ccf5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'org.citygml4j.tools' -version '2.2.0-SNAPSHOT' +version '2.2.0' description 'Collection of tools for processing CityGML files' ext {