Skip to content

Commit

Permalink
disable dependabot on 15.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Apr 14, 2023
1 parent c23bc54 commit dcf44e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<artifactId>matsim-all</artifactId>
<!-- 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>15.0-2023w15</version>
<!-- Options: stable build based on PR-based (e.g. 15.0-PR2344), weekly (e.g. 15.0-2023w01) or official (e.g. 14.0) releases -->
<!--<version>15.0-2023w15</version>-->
<!--<version>15.0-PR2369</version>-->
<!--<version>15.0-SNAPSHOT</version>-->
<version>15.0</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit dcf44e4

Please sign in to comment.