release: prepare release 2.0.8

This commit is contained in:
Stefan Kalscheuer 2024-10-03 18:42:42 +02:00
parent 6d3069b34a
commit f63e043a76
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# 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.8 - 2024-10-03
### Fixed ### Fixed
* Remove `Automatic-Module-Name` from JAR manifest * Remove `Automatic-Module-Name` from JAR manifest
### Dependencies ### Dependencies
* Updated Jackson dependency to 2.17.2 * Updated Jackson dependency to 2.18.0
## 2.0.7 - 2024-06-29 ## 2.0.7 - 2024-06-29

View File

@ -80,7 +80,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.7</version> <version>2.0.8</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.8-SNAPSHOT</version> <version>2.0.8</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>