From 6fab3ab6fe23f556ba8989857137840c59fa2553 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 14 May 2017 10:32:14 +0200 Subject: [PATCH] POM and changelog updates --- .gitignore | 3 +++ CHANGELOG.md | 7 +++++++ pom.xml | 40 +++++++++++++++++++++++++++++++++++++--- 3 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1cdb3d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +.idea/ +*.iml \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ee9930 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 0.1.1 [2017-01-07] +* [feature] Filter stops by coordinates and radius +* [feature] Filter trips by destination and and towards fields +* [test] Test coverage 100% (line); tested against ASEAG and TFL APIs + +## 1.0.0 [2017-01-02] +* Initial release \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4f28ffa..7d0d6f8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,16 +12,50 @@ UTF-8 + jar + + jURAclient + Java client for URA based public transport API + https://github.com/stklcode/juraclient + 2016 + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + + Stefan Kalscheuer + stefan@stklcode.de + +1 + + + + + scm:git:git://github.com/stklcode/juraclient.git + scm:git:git@github.com:stklcode/juraclient.git + https://github.com/stklcode/juraclient + + + + github + https://github.com/stklcode/juraclient/issues + + com.fasterxml.jackson.core jackson-core - 2.8.5 + 2.8.8 com.fasterxml.jackson.core jackson-databind - 2.8.5 + 2.8.8.1 junit @@ -54,7 +88,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + 3.6.1 1.8 1.8