diff --git a/application/pom.xml b/application/pom.xml
index 6a18b5e69bd..33f56a73454 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-24
+ 2.7.0-SNAPSHOT-aubin-25
application
OpenTripPlanner - Application
diff --git a/gtfs-realtime-protobuf/pom.xml b/gtfs-realtime-protobuf/pom.xml
index d8fe6238d24..37a9dd234b3 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-24
+ 2.7.0-SNAPSHOT-aubin-25
gtfs-realtime-protobuf
OpenTripPlanner - GTFS Realtime (protobuf)
diff --git a/otp-shaded/pom.xml b/otp-shaded/pom.xml
index ce53ddea672..057543a46ca 100644
--- a/otp-shaded/pom.xml
+++ b/otp-shaded/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-24
+ 2.7.0-SNAPSHOT-aubin-25
otp-shaded
OpenTripPlanner - Shaded Jar
diff --git a/pom.xml b/pom.xml
index 77047f418a2..50bc705c459 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-24
+ 2.7.0-SNAPSHOT-aubin-25
pom
OpenTripPlanner - Root
diff --git a/raptor/pom.xml b/raptor/pom.xml
index e4c5bf202ac..18e0b5fad3c 100644
--- a/raptor/pom.xml
+++ b/raptor/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-24
+ 2.7.0-SNAPSHOT-aubin-25
raptor
diff --git a/script/otp b/script/otp
index cb51841d7f0..329c7db311f 100755
--- a/script/otp
+++ b/script/otp
@@ -3,6 +3,6 @@
# Standalone OTP can build a graph, run an OTP API server,
# or any combination of these.
-JAR_FILE="$(dirname $0)/../otp-shaded/target/otp-shaded-2.7.0-SNAPSHOT-aubin-24.jar"
+JAR_FILE="$(dirname $0)/../otp-shaded/target/otp-shaded-2.7.0-SNAPSHOT-aubin-25.jar"
java -Xmx8G -jar "${JAR_FILE}" "$@"
diff --git a/utils/pom.xml b/utils/pom.xml
index c16bf5d51e8..a43f74e5122 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -6,7 +6,7 @@
org.opentripplanner
otp-root
- 2.7.0-SNAPSHOT-aubin-24
+ 2.7.0-SNAPSHOT-aubin-25
utils