Compare commits

..

No commits in common. "main" and "v2.0.9" have entirely different histories.
main ... v2.0.9

2 changed files with 3 additions and 11 deletions

View File

@ -1,15 +1,6 @@
# 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.
## 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 ## 2.0.8 - 2024-10-03
### Fixed ### Fixed

View File

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