From 773ba0150ececac0c0af8b03c9217401a12fcdf0 Mon Sep 17 00:00:00 2001 From: Michal Maciejewski Date: Tue, 17 Jan 2023 17:36:04 +0100 Subject: [PATCH 1/3] remove unnecessary warning suppression --- .../demandGenerationWithFacilities/IntegrationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/matsim/codeexamples/programming/demandGenerationWithFacilities/IntegrationTest.java b/src/test/java/org/matsim/codeexamples/programming/demandGenerationWithFacilities/IntegrationTest.java index 5ad4620c..2ad2e01d 100644 --- a/src/test/java/org/matsim/codeexamples/programming/demandGenerationWithFacilities/IntegrationTest.java +++ b/src/test/java/org/matsim/codeexamples/programming/demandGenerationWithFacilities/IntegrationTest.java @@ -34,7 +34,6 @@ public class IntegrationTest { @Rule public MatsimTestUtils utils = new MatsimTestUtils() ; - @SuppressWarnings("static-method") @Test public final void test() { From 32be6f7da78397b04150ebd4ec6d499a57e87a88 Mon Sep 17 00:00:00 2001 From: Michal Maciejewski Date: Tue, 17 Jan 2023 17:44:38 +0100 Subject: [PATCH 2/3] add empty output dir Some examples need it to write output files. --- output/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 output/.gitignore diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore From f67d6d0f57deef46a86ea14a9bfd031679f70787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:01:38 +0000 Subject: [PATCH 3/3] Bump matsim.version from 15.0-2023w02 to 15.0-2023w03 Bumps `matsim.version` from 15.0-2023w02 to 15.0-2023w03. Updates `matsim` from 15.0-2023w02 to 15.0-2023w03 - [Release notes](https://github.com/matsim-org/matsim/releases) - [Commits](https://github.com/matsim-org/matsim/commits) Updates `matsim-examples` from 15.0-2023w02 to 15.0-2023w03 - [Release notes](https://github.com/matsim-org/matsim/releases) - [Commits](https://github.com/matsim-org/matsim/commits) Updates `minibus` from 15.0-2023w02 to 15.0-2023w03 Updates `otfvis` from 15.0-2023w02 to 15.0-2023w03 Updates `roadpricing` from 15.0-2023w02 to 15.0-2023w03 Updates `taxi` from 15.0-2023w02 to 15.0-2023w03 Updates `av` from 15.0-2023w02 to 15.0-2023w03 Updates `freight` from 15.0-2023w02 to 15.0-2023w03 Updates `bicycle` from 15.0-2023w02 to 15.0-2023w03 Updates `osm` from 15.0-2023w02 to 15.0-2023w03 Updates `emissions` from 15.0-2023w02 to 15.0-2023w03 Updates `discrete_mode_choice` from 15.0-2023w02 to 15.0-2023w03 Updates `application` from 15.0-2023w02 to 15.0-2023w03 --- updated-dependencies: - dependency-name: org.matsim:matsim dependency-type: direct:development - dependency-name: org.matsim:matsim-examples dependency-type: direct:production - dependency-name: org.matsim.contrib:minibus dependency-type: direct:production - dependency-name: org.matsim.contrib:otfvis dependency-type: direct:production - dependency-name: org.matsim.contrib:roadpricing dependency-type: direct:production - dependency-name: org.matsim.contrib:taxi dependency-type: direct:production - dependency-name: org.matsim.contrib:av dependency-type: direct:production - dependency-name: org.matsim.contrib:freight dependency-type: direct:production - dependency-name: org.matsim.contrib:bicycle dependency-type: direct:production - dependency-name: org.matsim.contrib:osm dependency-type: direct:production - dependency-name: org.matsim.contrib:emissions dependency-type: direct:production - dependency-name: org.matsim.contrib:discrete_mode_choice dependency-type: direct:production - dependency-name: org.matsim.contrib:application dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 477431a7..62b32294 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ - 15.0-2023w02 + 15.0-2023w03 17 UTF-8