docs: mark v1.x as no longer supported
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-03-23 18:25:01 +01:00
parent 21484e2e0b
commit 6f7109f527
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -15,8 +15,7 @@ Version 2.x requires Java 11 or later.
It also contains some new features and allows configuration using a dedicated configuration object.
Version 1.x requires Java 8 or later.
This version currently receives security and bugfix updates.
However, new features might not be backported.
This version is no longer supported and will not receive any future updates.
## Usage Examples
@ -81,7 +80,7 @@ List<Message> msgs = ura.forStops("100000")
<dependency>
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</dependency>
```