Commit 796760b 1 parent 2533e75 commit 796760b Copy full SHA for 796760b
File tree 2 files changed +3
-2
lines changed
src/main/java/org/matsim/run
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
<modelVersion >4.0.0</modelVersion >
16
16
<groupId >com.github.matsim-scenarios</groupId >
17
17
<artifactId >matsim-kelheim</artifactId >
18
- <version >3.x-SNAPSHOT </version >
18
+ <version >3.1.1 </version >
19
19
20
20
<name >MATSim Kelheim Model</name >
21
21
<description >A transport model of the district of Kelheim and it's surroundings</description >
293
293
<goal >shade</goal >
294
294
</goals >
295
295
<configuration >
296
- <outputFile >${project.basedir} /${project.build.finalName} - ${git.commit.id.describe-short} .jar</outputFile >
296
+ <outputFile >${project.basedir} /${project.build.finalName} .jar</outputFile >
297
297
<transformers >
298
298
<!-- The following sets the main class for the executable jar as you otherwise would with the assembly plugin -->
299
299
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
Original file line number Diff line number Diff line change 82
82
})
83
83
public class RunKelheimScenario extends MATSimApplication {
84
84
85
+ //version v3.1.1 uses v3.1 input
85
86
public static final String VERSION = "3.1" ;
86
87
private static final double WEIGHT_1_PASSENGER = 16517. ;
87
88
private static final double WEIGHT_2_PASSENGER = 2084. ;
You can’t perform that action at this time.
0 commit comments