File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 2.0.10 - 2025-10-12
5+
6+ ### Dependencies
7+ * Updated Jackson dependency to 2.20.0
8+ * Updated JUnit to 5.13.4
9+ * Updated WireMock to 3.13.1
10+
11+ ### Misc
12+ * Tested with JDK 25
13+
14+
415## 2.0.9 - 2025-04-19
516
617### Dependencies
Original file line number Diff line number Diff 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.9 </version >
83+ <version >2.0.10 </version >
8484</dependency >
8585```
8686
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >de.stklcode.pubtrans</groupId >
86 <artifactId >juraclient</artifactId >
9- <version >2.0.10-SNAPSHOT </version >
7+ <version >2.0.10</version >
108
119 <properties >
1210 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11+ <project .build.outputTimestamp>2025-10-12T15:20:30Z</project .build.outputTimestamp>
1312 </properties >
1413
1514 <packaging >jar</packaging >
3938 <connection >scm:git:git://github.com/stklcode/juraclient.git</connection >
4039 <
developerConnection >scm:git:
[email protected] :stklcode/juraclient.git</
developerConnection >
4140 <url >https://github.com/stklcode/juraclient</url >
42- <tag >HEAD </tag >
41+ <tag >v2.0.10 </tag >
4342 </scm >
4443
4544 <issueManagement >
You can’t perform that action at this time.
0 commit comments