Preparations for release 1.1.3
This commit is contained in:
parent
83e6e446ba
commit
27637603aa
@ -1,4 +1,4 @@
|
|||||||
## 1.1.3 [unreleased]
|
## 1.1.3 [2018-11-13]
|
||||||
* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
|
* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
|
||||||
* [improvement] Client and model classes implement `Serializable`
|
* [improvement] Client and model classes implement `Serializable`
|
||||||
* [dependeny] Dependency updates
|
* [dependeny] Dependency updates
|
||||||
@ -17,4 +17,4 @@
|
|||||||
* [test] Test coverage 100% (line); tested against ASEAG and TFL APIs
|
* [test] Test coverage 100% (line); tested against ASEAG and TFL APIs
|
||||||
|
|
||||||
## 1.0.0 [2017-01-02]
|
## 1.0.0 [2017-01-02]
|
||||||
* Initial release
|
* Initial release
|
||||||
|
@ -55,7 +55,7 @@ List<Trip> trips = ura.forStopByName("Piccadilly Circus")
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.stklcode.pubtrans</groupId>
|
<groupId>de.stklcode.pubtrans</groupId>
|
||||||
<artifactId>juraclient</artifactId>
|
<artifactId>juraclient</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.pubtrans</groupId>
|
<groupId>de.stklcode.pubtrans</groupId>
|
||||||
<artifactId>juraclient</artifactId>
|
<artifactId>juraclient</artifactId>
|
||||||
<version>1.1.3-SNAPSHOT</version>
|
<version>1.1.3</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user