Skip to content

Commit f41924b

Browse files
authored
Merge pull request #193 from naviqore/release/v1.2.0
release/v1.2.0
2 parents f626a2f + 54020c6 commit f41924b

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>ch.naviqore</groupId>
1313
<artifactId>public-transit-service</artifactId>
14-
<version>1.1.0</version>
14+
<version>1.2.0</version>
1515

1616
<name>Public Transit Service</name>
1717
<description>

src/main/java/ch/naviqore/app/dto/DtoMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ch.naviqore.app.dto;
22

3-
import ch.naviqore.service.SearchType;
43
import ch.naviqore.service.*;
4+
import ch.naviqore.service.SearchType;
55
import lombok.AccessLevel;
66
import lombok.NoArgsConstructor;
77

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# ==============================================
44
# URL or file path to a static GTFS feed. The service will initially fetch the GTFS from this URL. If the provided
55
# value is a file path, the GTFS is loaded from the file and the update interval is ignored. Examples:
6+
# - gtfs.static.uri=https://data.opentransportdata.swiss/dataset/timetable-2025-gtfs2020/permalink
67
# - gtfs.static.uri=benchmark/input/switzerland.zip
7-
# - gtfs.static.uri=https://opentransportdata.swiss/en/dataset/timetable-2024-gtfs2020/permalink
88
# - gtfs.static.uri=https://connolly.ch/zuerich-trams.zip
99
gtfs.static.uri=${GTFS_STATIC_URI:src/test/resources/ch/naviqore/gtfs/schedule/sample-feed-1.zip}
1010
# Cron expression for updating the static GTFS feed from the provided URL. Public transit agencies update their static

0 commit comments

Comments
 (0)