Skip to content

Commit

Permalink
release: prepare release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Oct 3, 2024
1 parent 6d3069b commit be57a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## unreleased
## 2.0.8 - 2024-10-03

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

### Dependencies
* Updated Jackson dependency to 2.17.2
* Updated Jackson dependency to 2.18.0


## 2.0.7 - 2024-06-29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ List<Message> msgs = ura.forStops("100000")
<dependency>
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit be57a7a

Please sign in to comment.