Skip to content

Commit 874a1a1

Browse files
committed
prepare release v2.0.10
1 parent 7c448f8 commit 874a1a1

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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>
@@ -39,7 +38,7 @@
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>

0 commit comments

Comments
 (0)