prepare release 2.0.5
All checks were successful
continuous-integration/drone/tag Build is passing

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

View File

@ -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

View File

@ -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>
```

View File

@ -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>