Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Jan 30, 2025
1 parent d0539c8 commit f5fb5bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
</parent>
<artifactId>application</artifactId>
<name>OpenTripPlanner - Application</name>
Expand Down
2 changes: 1 addition & 1 deletion gtfs-realtime-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
</parent>
<artifactId>gtfs-realtime-protobuf</artifactId>
<name>OpenTripPlanner - GTFS Realtime (protobuf)</name>
Expand Down
2 changes: 1 addition & 1 deletion otp-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
</parent>
<artifactId>otp-shaded</artifactId>
<name>OpenTripPlanner - Shaded Jar</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
<packaging>pom</packaging>

<name>OpenTripPlanner - Root</name>
Expand Down
2 changes: 1 addition & 1 deletion raptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
</parent>

<artifactId>raptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion script/otp
Original file line number Diff line number Diff line change
Expand Up @@ -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-25.jar"
JAR_FILE="$(dirname $0)/../otp-shaded/target/otp-shaded-2.7.0-SNAPSHOT-aubin-26.jar"

java -Xmx8G -jar "${JAR_FILE}" "$@"
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-root</artifactId>
<version>2.7.0-SNAPSHOT-aubin-25</version>
<version>2.7.0-SNAPSHOT-aubin-26</version>
</parent>

<artifactId>utils</artifactId>
Expand Down

0 comments on commit f5fb5bf

Please sign in to comment.