From 8d9b2cdc149d7170ea9ba264e463c9b2753255b6 Mon Sep 17 00:00:00 2001 From: Andreas Rudolph Date: Sun, 10 Mar 2019 19:19:38 +0100 Subject: [PATCH] prepare 1.0.0 release --- CHANGELOG.md | 6 ++++-- README.md | 8 ++++---- pom.xml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592b0bc..4af982d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,16 @@ Changelog for OpenEstate-Tool-Server ==================================== -1.0.0 (not released yet) ------------------------- +1.0.0 (10 Mar 2019) +------------------- - Updated *HSQLDB* libraries (`hsqldb` & `sqltool`) to version 2.4.1. - Updated *BouncyCastle* libraries (`bcprov-jdk15on` & `bcpkix-jdk15on`) to version 1.61. - Updated `commons-io` library to version 2.6. - Updated `commons-lang` library to version 3.8.1. - Replace `YAJSW` with `commons-daemon` for providing a *Windows* service. +- Integrate as a *launchd* agent on *macOS* systems. +- Integrate as a *systemd* service on *Linux* systems. - Bundle release packages with *OpenJDK* 11 (provided by [*AdoptOpenJDK*](https://adoptopenjdk.net/)) for *Windows* (32bit & 64bit), *Linux* (64bit) & *macOS* (64bit). - Provide a signed application bundle for *macOS*. - Provide a signed DMG installer for *macOS*. diff --git a/README.md b/README.md index 2518f05..12e6dcd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -OpenEstate-Tool-Server 1.0.0-SNAPSHOT -===================================== +OpenEstate-Tool-Server 1.0.0 +============================ *OpenEstate-Tool-Server* (also called *OpenEstate-ImmoServer*) provides a [*HSQLDB* server](http://hsqldb.org/), that may be used for multi user installations of *OpenEstate-ImmoTool*. @@ -42,7 +42,7 @@ Take a look at [`CHANGELOG.md`](CHANGELOG.md) for the full changelog. License ------- -This library is licensed under the terms of [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/develop/LICENSE.txt) for the license text. +This library is licensed under the terms of [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Take a look at [`LICENSE.txt`](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/master/LICENSE.txt) for the license text. Further information @@ -50,5 +50,5 @@ Further information - [*OpenEstate-Tool-Server* at GitHub](https://github.com/OpenEstate/OpenEstate-Tool-Server) - [Releases of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/releases) -- [Changelog of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/develop/CHANGELOG.md) +- [Changelog of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/master/CHANGELOG.md) - [Javadocs of *OpenEstate-Tool-Server*](https://media.openestate.org/apidocs/OpenEstate-Tool-Server/) diff --git a/pom.xml b/pom.xml index b62e279..9302bef 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.openestate.tool.server OpenEstate-Tool-Server - 1.0.0-SNAPSHOT + 1.0.0 jar OpenEstate-Tool-Server