Skip to content

Commit be57a7a

Browse files
committed
release: prepare release 2.0.8
1 parent 6d3069b commit be57a7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## unreleased
4+
## 2.0.8 - 2024-10-03
55

66
### Fixed
77
* Remove `Automatic-Module-Name` from JAR manifest
88

99
### Dependencies
10-
* Updated Jackson dependency to 2.17.2
10+
* Updated Jackson dependency to 2.18.0
1111

1212

1313
## 2.0.7 - 2024-06-29

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ List<Message> msgs = ura.forStops("100000")
8080
<dependency>
8181
<groupId>de.stklcode.pubtrans</groupId>
8282
<artifactId>juraclient</artifactId>
83-
<version>2.0.7</version>
83+
<version>2.0.8</version>
8484
</dependency>
8585
```
8686

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.stklcode.pubtrans</groupId>
88
<artifactId>juraclient</artifactId>
9-
<version>2.0.8-SNAPSHOT</version>
9+
<version>2.0.8</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)