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

This commit is contained in:
Stefan Kalscheuer 2022-11-21 14:48:45 +01:00
parent 591476cc60
commit dd818a0030
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## unreleased ## 2.0.4 - 2022-11-21
### Security ### Security
* Updated dependencies * Updated Jackson dependency to 2.14.0
### Fixed ### Fixed
* Querying trips and messages with limit directly from `Query` instance (#18) * Querying trips and messages with limit directly from `Query` instance (#18)

View File

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

View File

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