Skip to content

Commit

Permalink
prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Mar 10, 2019
1 parent 6a810cf commit 8d9b2cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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*.

Expand Down Expand Up @@ -42,13 +42,13 @@ 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
-------------------

- [*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/)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openestate.tool.server</groupId>
<artifactId>OpenEstate-Tool-Server</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>OpenEstate-Tool-Server</name>
Expand Down

0 comments on commit 8d9b2cd

Please sign in to comment.