diff --git a/application/pom.xml b/application/pom.xml
index 8f62b9b162c..48763867f15 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
application
OpenTripPlanner - Application
diff --git a/application/src/main/java/org/opentripplanner/graph_builder/module/nearbystops/PatternConsideringNearbyStopFinder.java b/application/src/main/java/org/opentripplanner/graph_builder/module/nearbystops/PatternConsideringNearbyStopFinder.java
index 8df2a25b64e..1129b07a398 100644
--- a/application/src/main/java/org/opentripplanner/graph_builder/module/nearbystops/PatternConsideringNearbyStopFinder.java
+++ b/application/src/main/java/org/opentripplanner/graph_builder/module/nearbystops/PatternConsideringNearbyStopFinder.java
@@ -65,7 +65,7 @@ public List findNearbyStops(
Collection patternsForStop = transitService.findPatterns(ts1);
if (OTPFeature.IncludeEmptyRailStopsInTransfers.isOn()) {
- if (patternsForStop.isEmpty() && regularStop.isRailStop()) {
+ if (patternsForStop.isEmpty()) {
uniqueStopsResult.add(nearbyStop);
}
}
diff --git a/gtfs-realtime-protobuf/pom.xml b/gtfs-realtime-protobuf/pom.xml
index 7ee5630f556..49505ee70c0 100644
--- a/gtfs-realtime-protobuf/pom.xml
+++ b/gtfs-realtime-protobuf/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
gtfs-realtime-protobuf
OpenTripPlanner - GTFS Realtime (protobuf)
@@ -51,4 +51,4 @@
-
\ No newline at end of file
+
diff --git a/otp-shaded/pom.xml b/otp-shaded/pom.xml
index 81ddfafdc23..cae51b8f2f4 100644
--- a/otp-shaded/pom.xml
+++ b/otp-shaded/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
otp-shaded
OpenTripPlanner - Shaded Jar
diff --git a/pom.xml b/pom.xml
index 2cb7e927099..914220f72d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
pom
OpenTripPlanner - Root
diff --git a/raptor/pom.xml b/raptor/pom.xml
index 99e95a178a5..f99697fd6f5 100644
--- a/raptor/pom.xml
+++ b/raptor/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
raptor
diff --git a/utils/pom.xml b/utils/pom.xml
index 1c7942a3b00..1ff4ecfa45e 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-20
+ 2.7.0-SNAPSHOT-aubin-21
utils