Skip to content

Commit

Permalink
move matsim version down again since drt config syntax has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Oct 14, 2024
1 parent 4a5c60a commit cb9df57
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<!-- This is where we change the matsim version. Maven does not allow using properties in the parent declaration (like ${matsim.version}).
Therefore we need to use a fixed value here and then refer to the matsim version with ${project.parent.version} -->
<!-- Options: stable build based on weekly (e.g. 15.0-PR2344), PR-based (e.g. 15.0-2023w01) or official (e.g. 14.0) releases -->
<!-- <version>2025.0-2024w21</version>-->
<version>2025.0-2024w21</version>

<!-- <version>2025.0-2024w41</version>-->
<version>2025.0-PR3411</version>
<!-- (modified drt config syntax :-( )-->

<!-- <version>2025.0-PR3511</version> -->
<!-- (Controller instead of Controler)-->

<relativePath/>
</parent>

Expand Down

0 comments on commit cb9df57

Please sign in to comment.