Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5805e8fc77 | |||
ef32b6e393 |
@ -1,6 +1,15 @@
|
|||||||
# 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
|
||||||
|
5
pom.xml
5
pom.xml
@ -6,11 +6,10 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.pubtrans</groupId>
|
<groupId>de.stklcode.pubtrans</groupId>
|
||||||
<artifactId>juraclient</artifactId>
|
<artifactId>juraclient</artifactId>
|
||||||
<version>2.0.9</version>
|
<version>2.0.10-SNAPSHOT</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>
|
||||||
@ -40,7 +39,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>v2.0.9</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user