Skip to content

Commit 8d9b2cd

Browse files
committed
prepare 1.0.0 release
1 parent 6a810cf commit 8d9b2cd

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ Changelog for OpenEstate-Tool-Server
22
====================================
33

44

5-
1.0.0 (not released yet)
6-
------------------------
5+
1.0.0 (10 Mar 2019)
6+
-------------------
77

88
- Updated *HSQLDB* libraries (`hsqldb` & `sqltool`) to version 2.4.1.
99
- Updated *BouncyCastle* libraries (`bcprov-jdk15on` & `bcpkix-jdk15on`) to version 1.61.
1010
- Updated `commons-io` library to version 2.6.
1111
- Updated `commons-lang` library to version 3.8.1.
1212
- Replace `YAJSW` with `commons-daemon` for providing a *Windows* service.
13+
- Integrate as a *launchd* agent on *macOS* systems.
14+
- Integrate as a *systemd* service on *Linux* systems.
1315
- Bundle release packages with *OpenJDK* 11 (provided by [*AdoptOpenJDK*](https://adoptopenjdk.net/)) for *Windows* (32bit & 64bit), *Linux* (64bit) & *macOS* (64bit).
1416
- Provide a signed application bundle for *macOS*.
1517
- Provide a signed DMG installer for *macOS*.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OpenEstate-Tool-Server 1.0.0-SNAPSHOT
2-
=====================================
1+
OpenEstate-Tool-Server 1.0.0
2+
============================
33

44
*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*.
55

@@ -42,13 +42,13 @@ Take a look at [`CHANGELOG.md`](CHANGELOG.md) for the full changelog.
4242
License
4343
-------
4444

45-
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.
45+
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.
4646

4747

4848
Further information
4949
-------------------
5050

5151
- [*OpenEstate-Tool-Server* at GitHub](https://github.com/OpenEstate/OpenEstate-Tool-Server)
5252
- [Releases of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/releases)
53-
- [Changelog of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/develop/CHANGELOG.md)
53+
- [Changelog of *OpenEstate-Tool-Server*](https://github.com/OpenEstate/OpenEstate-Tool-Server/blob/master/CHANGELOG.md)
5454
- [Javadocs of *OpenEstate-Tool-Server*](https://media.openestate.org/apidocs/OpenEstate-Tool-Server/)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.openestate.tool.server</groupId>
88
<artifactId>OpenEstate-Tool-Server</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>OpenEstate-Tool-Server</name>

0 commit comments

Comments
 (0)