Compare commits

...

2 Commits
v2.0.9 ... main

2 changed files with 11 additions and 3 deletions

@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.0.9 - 2025-04-19
### Dependencies
* Updated Jackson dependency to 2.18.3
### Improvement
* Minor adjustments for reproducible builds
## 2.0.8 - 2024-10-03
### Fixed

@ -6,11 +6,10 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.9</version>
<version>2.0.10-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2025-04-19T16:33:33Z</project.build.outputTimestamp>
</properties>
<packaging>jar</packaging>
@ -40,7 +39,7 @@
<connection>scm:git:git://github.com/stklcode/juraclient.git</connection>
<developerConnection>scm:git:git@github.com:stklcode/juraclient.git</developerConnection>
<url>https://github.com/stklcode/juraclient</url>
<tag>v2.0.9</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>