prepare release 2.0.5

This commit is contained in:
Stefan Kalscheuer 2023-10-03 10:37:00 +02:00
parent 30f39f8a5b
commit 0ab7aa8f16
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 3 additions and 3 deletions

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## unreleased
## 2.0.5 - 2023-10-03
### Dependencies
* Updated Jackson dependency to 2.15.2

@ -81,7 +81,7 @@ List<Message> msgs = ura.forStops("100000")
<dependency>
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
```

@ -6,7 +6,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>