Skip to content

Commit 796760b

Browse files
committed
set version to v3.1
1 parent 2533e75 commit 796760b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modelVersion>4.0.0</modelVersion>
1616
<groupId>com.github.matsim-scenarios</groupId>
1717
<artifactId>matsim-kelheim</artifactId>
18-
<version>3.x-SNAPSHOT</version>
18+
<version>3.1.1</version>
1919

2020
<name>MATSim Kelheim Model</name>
2121
<description>A transport model of the district of Kelheim and it's surroundings</description>
@@ -293,7 +293,7 @@
293293
<goal>shade</goal>
294294
</goals>
295295
<configuration>
296-
<outputFile>${project.basedir}/${project.build.finalName}-${git.commit.id.describe-short}.jar</outputFile>
296+
<outputFile>${project.basedir}/${project.build.finalName}.jar</outputFile>
297297
<transformers>
298298
<!-- The following sets the main class for the executable jar as you otherwise would with the assembly plugin -->
299299
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

src/main/java/org/matsim/run/RunKelheimScenario.java

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
})
8383
public class RunKelheimScenario extends MATSimApplication {
8484

85+
//version v3.1.1 uses v3.1 input
8586
public static final String VERSION = "3.1";
8687
private static final double WEIGHT_1_PASSENGER = 16517.;
8788
private static final double WEIGHT_2_PASSENGER = 2084.;

0 commit comments

Comments
 (0)